Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DEPS | D | 03-May-2024 | 154 | 9 | 8 | |
README | D | 03-May-2024 | 539 | 14 | 9 | |
fpdf_dataavail.h | D | 03-May-2024 | 7.2 KiB | 199 | 48 | |
fpdf_doc.h | D | 03-May-2024 | 13 KiB | 326 | 80 | |
fpdf_edit.h | D | 03-May-2024 | 15.8 KiB | 426 | 115 | |
fpdf_ext.h | D | 03-May-2024 | 3 KiB | 99 | 39 | |
fpdf_flatten.h | D | 03-May-2024 | 1.1 KiB | 45 | 16 | |
fpdf_formfill.h | D | 03-May-2024 | 64.3 KiB | 1,765 | 365 | |
fpdf_fwlevent.h | D | 03-May-2024 | 6.6 KiB | 285 | 250 | |
fpdf_ppo.h | D | 03-May-2024 | 1.5 KiB | 45 | 16 | |
fpdf_progressive.h | D | 03-May-2024 | 4.6 KiB | 121 | 31 | |
fpdf_save.h | D | 03-May-2024 | 2.8 KiB | 88 | 26 | |
fpdf_searchex.h | D | 03-May-2024 | 890 | 31 | 12 | |
fpdf_structtree.h | D | 03-May-2024 | 3.9 KiB | 104 | 25 | |
fpdf_sysfontinfo.h | D | 03-May-2024 | 10.7 KiB | 317 | 57 | |
fpdf_text.h | D | 03-May-2024 | 17.9 KiB | 426 | 77 | |
fpdf_transformpage.h | D | 03-May-2024 | 5.8 KiB | 162 | 50 | |
fpdfview.h | D | 03-May-2024 | 42.9 KiB | 1,040 | 282 |
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