• Home
Name Date Size #Lines LOC

..--

DEPSD03-May-2024154 98

READMED03-May-2024539 149

fpdf_dataavail.hD03-May-20247.2 KiB19948

fpdf_doc.hD03-May-202413 KiB32680

fpdf_edit.hD03-May-202415.8 KiB426115

fpdf_ext.hD03-May-20243 KiB9939

fpdf_flatten.hD03-May-20241.1 KiB4516

fpdf_formfill.hD03-May-202464.3 KiB1,765365

fpdf_fwlevent.hD03-May-20246.6 KiB285250

fpdf_ppo.hD03-May-20241.5 KiB4516

fpdf_progressive.hD03-May-20244.6 KiB12131

fpdf_save.hD03-May-20242.8 KiB8826

fpdf_searchex.hD03-May-2024890 3112

fpdf_structtree.hD03-May-20243.9 KiB10425

fpdf_sysfontinfo.hD03-May-202410.7 KiB31757

fpdf_text.hD03-May-202417.9 KiB42677

fpdf_transformpage.hD03-May-20245.8 KiB16250

fpdfview.hD03-May-202442.9 KiB1,040282

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