• Home
Name Date Size #Lines LOC

..--

cpp/03-May-2024-155108

DEPSD03-May-2024154 98

PRESUBMIT.pyD03-May-20241.2 KiB3524

READMED03-May-2024539 149

fpdf_annot.hD03-May-202426 KiB664187

fpdf_attachment.hD03-May-20246.6 KiB17144

fpdf_catalog.hD03-May-2024783 3512

fpdf_dataavail.hD03-May-20247.6 KiB20648

fpdf_doc.hD03-May-202414.1 KiB36498

fpdf_edit.hD03-May-202445.3 KiB1,230344

fpdf_ext.hD03-May-20243.8 KiB12043

fpdf_flatten.hD03-May-20241.1 KiB4516

fpdf_formfill.hD03-May-202472.9 KiB1,819398

fpdf_fwlevent.hD03-May-20245.1 KiB208192

fpdf_javascript.hD03-May-20242.7 KiB7824

fpdf_ppo.hD03-May-20242.4 KiB6922

fpdf_progressive.hD03-May-20244.7 KiB11631

fpdf_save.hD03-May-20242.8 KiB8627

fpdf_searchex.hD03-May-20241.2 KiB4014

fpdf_structtree.hD03-May-20246.4 KiB15637

fpdf_sysfontinfo.hD03-May-202411 KiB31462

fpdf_text.hD03-May-202428.7 KiB637120

fpdf_thumbnail.hD03-May-20241.9 KiB6021

fpdf_transformpage.hD03-May-202411.9 KiB30988

fpdfview.hD03-May-202453.3 KiB1,277344

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