You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
cpp v811_spc009_project 4 months ago
DEPS v811_spc009_project 4 months ago
PRESUBMIT.py v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
fpdf_annot.h v811_spc009_project 4 months ago
fpdf_attachment.h v811_spc009_project 4 months ago
fpdf_catalog.h v811_spc009_project 4 months ago
fpdf_dataavail.h v811_spc009_project 4 months ago
fpdf_doc.h v811_spc009_project 4 months ago
fpdf_edit.h v811_spc009_project 4 months ago
fpdf_ext.h v811_spc009_project 4 months ago
fpdf_flatten.h v811_spc009_project 4 months ago
fpdf_formfill.h v811_spc009_project 4 months ago
fpdf_fwlevent.h v811_spc009_project 4 months ago
fpdf_javascript.h v811_spc009_project 4 months ago
fpdf_ppo.h v811_spc009_project 4 months ago
fpdf_progressive.h v811_spc009_project 4 months ago
fpdf_save.h v811_spc009_project 4 months ago
fpdf_searchex.h v811_spc009_project 4 months ago
fpdf_structtree.h v811_spc009_project 4 months ago
fpdf_sysfontinfo.h v811_spc009_project 4 months ago
fpdf_text.h v811_spc009_project 4 months ago
fpdf_thumbnail.h v811_spc009_project 4 months ago
fpdf_transformpage.h v811_spc009_project 4 months ago
fpdfview.h v811_spc009_project 4 months ago

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.