• Home
Name Date Size #Lines LOC

..--

cpp/03-May-2024-155108

DEPSD03-May-2024154 98

PRESUBMIT.pyD03-May-20241.2 KiB3825

READMED03-May-2024618 1610

fpdf_annot.hD03-May-202439.5 KiB976257

fpdf_attachment.hD03-May-20247.1 KiB18045

fpdf_catalog.hD03-May-2024765 3512

fpdf_dataavail.hD03-May-20247.6 KiB20547

fpdf_doc.hD03-May-202417.3 KiB437103

fpdf_edit.hD03-May-202454.8 KiB1,459396

fpdf_ext.hD03-May-20243.8 KiB12043

fpdf_flatten.hD03-May-20241.1 KiB4516

fpdf_formfill.hD03-May-202481 KiB2,008423

fpdf_fwlevent.hD03-May-20245.1 KiB208192

fpdf_javascript.hD03-May-20242.6 KiB7824

fpdf_ppo.hD03-May-20244.4 KiB11635

fpdf_progressive.hD03-May-20247.3 KiB16042

fpdf_save.hD03-May-20242.8 KiB8627

fpdf_searchex.hD03-May-20241.2 KiB4014

fpdf_signature.hD03-May-20246.6 KiB15635

fpdf_structtree.hD03-May-202421 KiB455101

fpdf_sysfontinfo.hD03-May-202411.1 KiB31866

fpdf_text.hD03-May-202430.3 KiB673124

fpdf_thumbnail.hD03-May-20241.9 KiB6021

fpdf_transformpage.hD03-May-202411.9 KiB30988

fpdfview.hD03-May-202461 KiB1,453385

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
7Documentation for the API is within the headers. Start by reading fpdfview.h.
8
9These header files must be entirely contained in this directory; they must
10never include other header files from outside of it.
11
12These files must compile cleanly without warnings on both C and C++ compilers.
13
14Changes to these files must be carefully considered to avoid breaking
15compatibility.
16