• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

cpp/23-Nov-2023-155108

DEPSD23-Nov-2023154 98

PRESUBMIT.pyD23-Nov-20231.2 KiB3524

READMED23-Nov-2023539 149

fpdf_annot.hD23-Nov-202326 KiB664187

fpdf_attachment.hD23-Nov-20236.6 KiB17144

fpdf_catalog.hD23-Nov-2023783 3512

fpdf_dataavail.hD23-Nov-20237.6 KiB20648

fpdf_doc.hD23-Nov-202314.1 KiB36498

fpdf_edit.hD23-Nov-202345.3 KiB1,230344

fpdf_ext.hD23-Nov-20233.8 KiB12043

fpdf_flatten.hD23-Nov-20231.1 KiB4516

fpdf_formfill.hD23-Nov-202372.9 KiB1,819398

fpdf_fwlevent.hD23-Nov-20235.1 KiB208192

fpdf_javascript.hD23-Nov-20232.7 KiB7824

fpdf_ppo.hD23-Nov-20232.4 KiB6922

fpdf_progressive.hD23-Nov-20234.7 KiB11631

fpdf_save.hD23-Nov-20232.8 KiB8627

fpdf_searchex.hD23-Nov-20231.2 KiB4014

fpdf_structtree.hD23-Nov-20236.4 KiB15637

fpdf_sysfontinfo.hD23-Nov-202311 KiB31462

fpdf_text.hD23-Nov-202328.7 KiB637120

fpdf_thumbnail.hD23-Nov-20231.9 KiB6021

fpdf_transformpage.hD23-Nov-202311.9 KiB30988

fpdfview.hD23-Nov-202353.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