• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024539 149

fpdf_dataavail.hD03-May-20248.5 KiB22132

fpdf_doc.hD03-May-202412.2 KiB27049

fpdf_edit.hD03-May-202410.5 KiB24940

fpdf_ext.hD03-May-20243 KiB10739

fpdf_flatten.hD03-May-20241.3 KiB4216

fpdf_formfill.hD03-May-202436.6 KiB83698

fpdf_fwlevent.hD03-May-20246.7 KiB293260

fpdf_ppo.hD03-May-20241.5 KiB4312

fpdf_progressive.hD03-May-20243.7 KiB9524

fpdf_save.hD03-May-20242.6 KiB8221

fpdf_searchex.hD03-May-2024966 3011

fpdf_sysfontinfo.hD03-May-202410 KiB26344

fpdf_text.hD03-May-202415 KiB32141

fpdf_transformpage.hD03-May-20244.6 KiB12021

fpdfview.hD03-May-202429.3 KiB637148

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