• Home
Name Date Size #Lines LOC

..--

DEPSD07-May-2024154 98

READMED07-May-2024539 149

fpdf_dataavail.hD07-May-20249.2 KiB27446

fpdf_doc.hD07-May-202415.2 KiB36672

fpdf_edit.hD07-May-202412 KiB30872

fpdf_ext.hD07-May-20242.8 KiB10939

fpdf_flatten.hD07-May-20241.3 KiB4616

fpdf_formfill.hD07-May-202461.8 KiB1,696333

fpdf_fwlevent.hD07-May-20246.5 KiB282249

fpdf_ppo.hD07-May-20241.7 KiB4816

fpdf_progressive.hD07-May-20244.3 KiB11731

fpdf_save.hD07-May-20242.8 KiB8826

fpdf_searchex.hD07-May-2024989 3312

fpdf_sysfontinfo.hD07-May-202410.2 KiB30356

fpdf_text.hD07-May-202417.2 KiB41777

fpdf_transformpage.hD07-May-20245.8 KiB16150

fpdfview.hD07-May-202438 KiB942251

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