Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 539 | 14 | 9 | |
fpdf_dataavail.h | D | 03-May-2024 | 8.5 KiB | 221 | 32 | |
fpdf_doc.h | D | 03-May-2024 | 12.2 KiB | 270 | 49 | |
fpdf_edit.h | D | 03-May-2024 | 10.5 KiB | 249 | 40 | |
fpdf_ext.h | D | 03-May-2024 | 3 KiB | 107 | 39 | |
fpdf_flatten.h | D | 03-May-2024 | 1.3 KiB | 42 | 16 | |
fpdf_formfill.h | D | 03-May-2024 | 36.6 KiB | 836 | 98 | |
fpdf_fwlevent.h | D | 03-May-2024 | 6.7 KiB | 293 | 260 | |
fpdf_ppo.h | D | 03-May-2024 | 1.5 KiB | 43 | 12 | |
fpdf_progressive.h | D | 03-May-2024 | 3.7 KiB | 95 | 24 | |
fpdf_save.h | D | 03-May-2024 | 2.6 KiB | 82 | 21 | |
fpdf_searchex.h | D | 03-May-2024 | 966 | 30 | 11 | |
fpdf_sysfontinfo.h | D | 03-May-2024 | 10 KiB | 263 | 44 | |
fpdf_text.h | D | 03-May-2024 | 15 KiB | 321 | 41 | |
fpdf_transformpage.h | D | 03-May-2024 | 4.6 KiB | 120 | 21 | |
fpdfview.h | D | 03-May-2024 | 29.3 KiB | 637 | 148 |
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