android13/external/pdfium/public
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
cpp initial 2024-06-22 20:45:49 +08:00
DEPS initial 2024-06-22 20:45:49 +08:00
PRESUBMIT.py initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
fpdf_annot.h initial 2024-06-22 20:45:49 +08:00
fpdf_attachment.h initial 2024-06-22 20:45:49 +08:00
fpdf_catalog.h initial 2024-06-22 20:45:49 +08:00
fpdf_dataavail.h initial 2024-06-22 20:45:49 +08:00
fpdf_doc.h initial 2024-06-22 20:45:49 +08:00
fpdf_edit.h initial 2024-06-22 20:45:49 +08:00
fpdf_ext.h initial 2024-06-22 20:45:49 +08:00
fpdf_flatten.h initial 2024-06-22 20:45:49 +08:00
fpdf_formfill.h initial 2024-06-22 20:45:49 +08:00
fpdf_fwlevent.h initial 2024-06-22 20:45:49 +08:00
fpdf_javascript.h initial 2024-06-22 20:45:49 +08:00
fpdf_ppo.h initial 2024-06-22 20:45:49 +08:00
fpdf_progressive.h initial 2024-06-22 20:45:49 +08:00
fpdf_save.h initial 2024-06-22 20:45:49 +08:00
fpdf_searchex.h initial 2024-06-22 20:45:49 +08:00
fpdf_structtree.h initial 2024-06-22 20:45:49 +08:00
fpdf_sysfontinfo.h initial 2024-06-22 20:45:49 +08:00
fpdf_text.h initial 2024-06-22 20:45:49 +08:00
fpdf_thumbnail.h initial 2024-06-22 20:45:49 +08:00
fpdf_transformpage.h initial 2024-06-22 20:45:49 +08:00
fpdfview.h initial 2024-06-22 20:45:49 +08:00

README

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.