Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DEPS | D | 22-Nov-2023 | 154 | 9 | 8 | |
README | D | 22-Nov-2023 | 539 | 14 | 9 | |
fpdf_dataavail.h | D | 22-Nov-2023 | 9.2 KiB | 274 | 46 | |
fpdf_doc.h | D | 22-Nov-2023 | 15.2 KiB | 366 | 72 | |
fpdf_edit.h | D | 22-Nov-2023 | 12 KiB | 308 | 72 | |
fpdf_ext.h | D | 22-Nov-2023 | 2.8 KiB | 109 | 39 | |
fpdf_flatten.h | D | 22-Nov-2023 | 1.3 KiB | 46 | 16 | |
fpdf_formfill.h | D | 22-Nov-2023 | 61.8 KiB | 1,696 | 333 | |
fpdf_fwlevent.h | D | 22-Nov-2023 | 6.5 KiB | 282 | 249 | |
fpdf_ppo.h | D | 22-Nov-2023 | 1.7 KiB | 48 | 16 | |
fpdf_progressive.h | D | 22-Nov-2023 | 4.3 KiB | 117 | 31 | |
fpdf_save.h | D | 22-Nov-2023 | 2.8 KiB | 88 | 26 | |
fpdf_searchex.h | D | 22-Nov-2023 | 989 | 33 | 12 | |
fpdf_sysfontinfo.h | D | 22-Nov-2023 | 10.2 KiB | 303 | 56 | |
fpdf_text.h | D | 22-Nov-2023 | 17.2 KiB | 417 | 77 | |
fpdf_transformpage.h | D | 22-Nov-2023 | 5.8 KiB | 161 | 50 | |
fpdfview.h | D | 22-Nov-2023 | 38 KiB | 942 | 251 |
README
1public/ README 2 3The header files in this directory are the only ones that should ever be 4included by an embedder of PDFium. If there arises a need for functionality 5beyond what is present here, then a new API must be added here to provide it. 6 7These header files must be entirely contained in this directory; they must 8never include other header files from outside of it. 9 10These files must compile cleanly without warnings on both C and C++ compilers. 11 12Changes to these files must be carefully considered to avoid breaking 13compatibility. 14