Name Date Size #Lines LOC

..--

cpp/H25-Apr-2025-155108

DEPSH A D25-Apr-202583 32

PRESUBMIT.pyH A D25-Apr-20251.2 KiB3825

READMEH A D25-Apr-2025618 1610

fpdf_annot.hH A D25-Apr-202539.5 KiB976257

fpdf_attachment.hH A D25-Apr-20257.1 KiB18045

fpdf_catalog.hH A D25-Apr-2025765 3512

fpdf_dataavail.hH A D25-Apr-20257.6 KiB20547

fpdf_doc.hH A D25-Apr-202517.3 KiB437103

fpdf_edit.hH A D25-Apr-202554.8 KiB1,459396

fpdf_ext.hH A D25-Apr-20253.8 KiB12043

fpdf_flatten.hH A D25-Apr-20251.1 KiB4516

fpdf_formfill.hH A D25-Apr-202582.9 KiB2,044429

fpdf_fwlevent.hH A D25-Apr-20255.1 KiB208192

fpdf_javascript.hH A D25-Apr-20252.6 KiB7824

fpdf_ppo.hH A D25-Apr-20254.4 KiB11635

fpdf_progressive.hH A D25-Apr-20257.3 KiB16042

fpdf_save.hH A D25-Apr-20252.8 KiB8627

fpdf_searchex.hH A D25-Apr-20251.2 KiB4014

fpdf_signature.hH A D25-Apr-20256.6 KiB15635

fpdf_structtree.hH A D25-Apr-202521 KiB455101

fpdf_sysfontinfo.hH A D25-Apr-202511.1 KiB31866

fpdf_text.hH A D25-Apr-202530.3 KiB673124

fpdf_thumbnail.hH A D25-Apr-20251.9 KiB6021

fpdf_transformpage.hH A D25-Apr-202511.9 KiB30988

fpdfview.hH A D25-Apr-202561.8 KiB1,469387

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