android_mt6572_jiabo/external/pdfium/public
2025-09-05 16:56:03 +08:00
..
DEPS first commit 2025-09-05 16:56:03 +08:00
fpdf_dataavail.h first commit 2025-09-05 16:56:03 +08:00
fpdf_doc.h first commit 2025-09-05 16:56:03 +08:00
fpdf_edit.h first commit 2025-09-05 16:56:03 +08:00
fpdf_ext.h first commit 2025-09-05 16:56:03 +08:00
fpdf_flatten.h first commit 2025-09-05 16:56:03 +08:00
fpdf_formfill.h first commit 2025-09-05 16:56:03 +08:00
fpdf_fwlevent.h first commit 2025-09-05 16:56:03 +08:00
fpdf_ppo.h first commit 2025-09-05 16:56:03 +08:00
fpdf_progressive.h first commit 2025-09-05 16:56:03 +08:00
fpdf_save.h first commit 2025-09-05 16:56:03 +08:00
fpdf_searchex.h first commit 2025-09-05 16:56:03 +08:00
fpdf_sysfontinfo.h first commit 2025-09-05 16:56:03 +08:00
fpdf_text.h first commit 2025-09-05 16:56:03 +08:00
fpdf_transformpage.h first commit 2025-09-05 16:56:03 +08:00
fpdfview.h first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

public/ README

The header files in this directory are the only ones that should ever be
included by an embedder of PDFium.  If there arises a need for functionality
beyond what is present here, then a new API must be added here to provide it.

These header files must be entirely contained in this directory; they must
never include other header files from outside of it.

These files must compile cleanly without warnings on both C and C++ compilers.

Changes to these files must be carefully considered to avoid breaking
compatibility.