Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cpp/ | H | 25-Apr-2025 | - | 155 | 108 | |
DEPS | H A D | 25-Apr-2025 | 83 | 3 | 2 | |
PRESUBMIT.py | H A D | 25-Apr-2025 | 1.2 KiB | 38 | 25 | |
README | H A D | 25-Apr-2025 | 618 | 16 | 10 | |
fpdf_annot.h | H A D | 25-Apr-2025 | 39.5 KiB | 976 | 257 | |
fpdf_attachment.h | H A D | 25-Apr-2025 | 7.1 KiB | 180 | 45 | |
fpdf_catalog.h | H A D | 25-Apr-2025 | 765 | 35 | 12 | |
fpdf_dataavail.h | H A D | 25-Apr-2025 | 7.6 KiB | 205 | 47 | |
fpdf_doc.h | H A D | 25-Apr-2025 | 17.3 KiB | 437 | 103 | |
fpdf_edit.h | H A D | 25-Apr-2025 | 54.8 KiB | 1,459 | 396 | |
fpdf_ext.h | H A D | 25-Apr-2025 | 3.8 KiB | 120 | 43 | |
fpdf_flatten.h | H A D | 25-Apr-2025 | 1.1 KiB | 45 | 16 | |
fpdf_formfill.h | H A D | 25-Apr-2025 | 82.9 KiB | 2,044 | 429 | |
fpdf_fwlevent.h | H A D | 25-Apr-2025 | 5.1 KiB | 208 | 192 | |
fpdf_javascript.h | H A D | 25-Apr-2025 | 2.6 KiB | 78 | 24 | |
fpdf_ppo.h | H A D | 25-Apr-2025 | 4.4 KiB | 116 | 35 | |
fpdf_progressive.h | H A D | 25-Apr-2025 | 7.3 KiB | 160 | 42 | |
fpdf_save.h | H A D | 25-Apr-2025 | 2.8 KiB | 86 | 27 | |
fpdf_searchex.h | H A D | 25-Apr-2025 | 1.2 KiB | 40 | 14 | |
fpdf_signature.h | H A D | 25-Apr-2025 | 6.6 KiB | 156 | 35 | |
fpdf_structtree.h | H A D | 25-Apr-2025 | 21 KiB | 455 | 101 | |
fpdf_sysfontinfo.h | H A D | 25-Apr-2025 | 11.1 KiB | 318 | 66 | |
fpdf_text.h | H A D | 25-Apr-2025 | 30.3 KiB | 673 | 124 | |
fpdf_thumbnail.h | H A D | 25-Apr-2025 | 1.9 KiB | 60 | 21 | |
fpdf_transformpage.h | H A D | 25-Apr-2025 | 11.9 KiB | 309 | 88 | |
fpdfview.h | H A D | 25-Apr-2025 | 61.8 KiB | 1,469 | 387 |
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 7Documentation for the API is within the headers. Start by reading fpdfview.h. 8 9These header files must be entirely contained in this directory; they must 10never include other header files from outside of it. 11 12These files must compile cleanly without warnings on both C and C++ compilers. 13 14Changes to these files must be carefully considered to avoid breaking 15compatibility. 16