Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cpp/ | 03-May-2024 | - | 52 | 35 | ||
DEPS | D | 03-May-2024 | 154 | 9 | 8 | |
PRESUBMIT.py | D | 03-May-2024 | 1.1 KiB | 34 | 23 | |
README | D | 03-May-2024 | 539 | 14 | 9 | |
fpdf_annot.h | D | 03-May-2024 | 19 KiB | 510 | 158 | |
fpdf_attachment.h | D | 03-May-2024 | 6.5 KiB | 171 | 44 | |
fpdf_catalog.h | D | 03-May-2024 | 783 | 35 | 12 | |
fpdf_dataavail.h | D | 03-May-2024 | 7.5 KiB | 204 | 48 | |
fpdf_doc.h | D | 03-May-2024 | 13.8 KiB | 360 | 98 | |
fpdf_edit.h | D | 03-May-2024 | 28.3 KiB | 769 | 235 | |
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 | 69.5 KiB | 1,862 | 406 | |
fpdf_fwlevent.h | D | 03-May-2024 | 6.6 KiB | 285 | 250 | |
fpdf_ppo.h | D | 03-May-2024 | 1.4 KiB | 45 | 16 | |
fpdf_progressive.h | D | 03-May-2024 | 4.8 KiB | 123 | 33 | |
fpdf_save.h | D | 03-May-2024 | 2.8 KiB | 89 | 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 | 10.6 KiB | 316 | 59 | |
fpdf_text.h | D | 03-May-2024 | 19.6 KiB | 458 | 85 | |
fpdf_transformpage.h | D | 03-May-2024 | 6.2 KiB | 167 | 51 | |
fpdfview.h | D | 03-May-2024 | 46.4 KiB | 1,119 | 304 |
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