• Home
Name Date Size #Lines LOC

..--

cpp/04-Jul-2025-155108

DEPSD04-Jul-202583 32

PRESUBMIT.pyD04-Jul-20251.2 KiB3825

READMED04-Jul-2025618 1610

fpdf_annot.hD04-Jul-202540.8 KiB1,013267

fpdf_attachment.hD04-Jul-20257.1 KiB18045

fpdf_catalog.hD04-Jul-20251 KiB4314

fpdf_dataavail.hD04-Jul-20257.6 KiB20547

fpdf_doc.hD04-Jul-202517.4 KiB439103

fpdf_edit.hD04-Jul-202560.2 KiB1,584418

fpdf_ext.hD04-Jul-20253.8 KiB12043

fpdf_flatten.hD04-Jul-20251.1 KiB4516

fpdf_formfill.hD04-Jul-202582.2 KiB1,867429

fpdf_fwlevent.hD04-Jul-20255.1 KiB208192

fpdf_javascript.hD04-Jul-20252.6 KiB7824

fpdf_ppo.hD04-Jul-20254.4 KiB11635

fpdf_progressive.hD04-Jul-20257.2 KiB15642

fpdf_save.hD04-Jul-20252.8 KiB8627

fpdf_searchex.hD04-Jul-20251.2 KiB4014

fpdf_signature.hD04-Jul-20256.6 KiB15635

fpdf_structtree.hD04-Jul-202524 KiB525106

fpdf_sysfontinfo.hD04-Jul-202512 KiB31870

fpdf_text.hD04-Jul-202530.9 KiB686126

fpdf_thumbnail.hD04-Jul-20251.9 KiB6021

fpdf_transformpage.hD04-Jul-202511.8 KiB27988

fpdfview.hD04-Jul-202562.7 KiB1,469390

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