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

..--

cpp/22-Nov-2023-5235

DEPSD22-Nov-2023154 98

PRESUBMIT.pyD22-Nov-20231.1 KiB3423

READMED22-Nov-2023539 149

fpdf_annot.hD22-Nov-202319 KiB510158

fpdf_attachment.hD22-Nov-20236.5 KiB17144

fpdf_catalog.hD22-Nov-2023783 3512

fpdf_dataavail.hD22-Nov-20237.5 KiB20448

fpdf_doc.hD22-Nov-202313.8 KiB36098

fpdf_edit.hD22-Nov-202328.3 KiB769235

fpdf_ext.hD22-Nov-20233 KiB9939

fpdf_flatten.hD22-Nov-20231.1 KiB4516

fpdf_formfill.hD22-Nov-202369.5 KiB1,862406

fpdf_fwlevent.hD22-Nov-20236.6 KiB285250

fpdf_ppo.hD22-Nov-20231.4 KiB4516

fpdf_progressive.hD22-Nov-20234.8 KiB12333

fpdf_save.hD22-Nov-20232.8 KiB8927

fpdf_searchex.hD22-Nov-20231.2 KiB4014

fpdf_structtree.hD22-Nov-20236.4 KiB15637

fpdf_sysfontinfo.hD22-Nov-202310.6 KiB31659

fpdf_text.hD22-Nov-202319.6 KiB45885

fpdf_transformpage.hD22-Nov-20236.2 KiB16751

fpdfview.hD22-Nov-202346.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