Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cpp/ | 03-May-2024 | - | 155 | 108 | ||
DEPS | D | 03-May-2024 | 154 | 9 | 8 | |
PRESUBMIT.py | D | 03-May-2024 | 1.2 KiB | 35 | 24 | |
README | D | 03-May-2024 | 539 | 14 | 9 | |
fpdf_annot.h | D | 03-May-2024 | 26 KiB | 664 | 187 | |
fpdf_attachment.h | D | 03-May-2024 | 6.6 KiB | 171 | 44 | |
fpdf_catalog.h | D | 03-May-2024 | 783 | 35 | 12 | |
fpdf_dataavail.h | D | 03-May-2024 | 7.6 KiB | 206 | 48 | |
fpdf_doc.h | D | 03-May-2024 | 14.1 KiB | 364 | 98 | |
fpdf_edit.h | D | 03-May-2024 | 45.3 KiB | 1,230 | 344 | |
fpdf_ext.h | D | 03-May-2024 | 3.8 KiB | 120 | 43 | |
fpdf_flatten.h | D | 03-May-2024 | 1.1 KiB | 45 | 16 | |
fpdf_formfill.h | D | 03-May-2024 | 72.9 KiB | 1,819 | 398 | |
fpdf_fwlevent.h | D | 03-May-2024 | 5.1 KiB | 208 | 192 | |
fpdf_javascript.h | D | 03-May-2024 | 2.7 KiB | 78 | 24 | |
fpdf_ppo.h | D | 03-May-2024 | 2.4 KiB | 69 | 22 | |
fpdf_progressive.h | D | 03-May-2024 | 4.7 KiB | 116 | 31 | |
fpdf_save.h | D | 03-May-2024 | 2.8 KiB | 86 | 27 | |
fpdf_searchex.h | D | 03-May-2024 | 1.2 KiB | 40 | 14 | |
fpdf_structtree.h | D | 03-May-2024 | 6.4 KiB | 156 | 37 | |
fpdf_sysfontinfo.h | D | 03-May-2024 | 11 KiB | 314 | 62 | |
fpdf_text.h | D | 03-May-2024 | 28.7 KiB | 637 | 120 | |
fpdf_thumbnail.h | D | 03-May-2024 | 1.9 KiB | 60 | 21 | |
fpdf_transformpage.h | D | 03-May-2024 | 11.9 KiB | 309 | 88 | |
fpdfview.h | D | 03-May-2024 | 53.3 KiB | 1,277 | 344 |
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