• Home
Name Date Size #Lines LOC

..--

cpp/03-May-2024-5235

DEPSD03-May-2024154 98

PRESUBMIT.pyD03-May-20241.1 KiB3423

READMED03-May-2024539 149

fpdf_annot.hD03-May-202419 KiB510158

fpdf_attachment.hD03-May-20246.5 KiB17144

fpdf_catalog.hD03-May-2024783 3512

fpdf_dataavail.hD03-May-20247.5 KiB20448

fpdf_doc.hD03-May-202413.8 KiB36098

fpdf_edit.hD03-May-202428.3 KiB769235

fpdf_ext.hD03-May-20243 KiB9939

fpdf_flatten.hD03-May-20241.1 KiB4516

fpdf_formfill.hD03-May-202469.5 KiB1,862406

fpdf_fwlevent.hD03-May-20246.6 KiB285250

fpdf_ppo.hD03-May-20241.4 KiB4516

fpdf_progressive.hD03-May-20244.8 KiB12333

fpdf_save.hD03-May-20242.8 KiB8927

fpdf_searchex.hD03-May-20241.2 KiB4014

fpdf_structtree.hD03-May-20246.4 KiB15637

fpdf_sysfontinfo.hD03-May-202410.6 KiB31659

fpdf_text.hD03-May-202419.6 KiB45885

fpdf_transformpage.hD03-May-20246.2 KiB16751

fpdfview.hD03-May-202446.4 KiB1,119304

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