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.
sandy 99da0f2c72 pl286 release code 4 years ago
..
DEPS pl286 release code 4 years ago
README pl286 release code 4 years ago
fpdf_dataavail.h pl286 release code 4 years ago
fpdf_doc.h pl286 release code 4 years ago
fpdf_edit.h pl286 release code 4 years ago
fpdf_ext.h pl286 release code 4 years ago
fpdf_flatten.h pl286 release code 4 years ago
fpdf_formfill.h pl286 release code 4 years ago
fpdf_fwlevent.h pl286 release code 4 years ago
fpdf_ppo.h pl286 release code 4 years ago
fpdf_progressive.h pl286 release code 4 years ago
fpdf_save.h pl286 release code 4 years ago
fpdf_searchex.h pl286 release code 4 years ago
fpdf_structtree.h pl286 release code 4 years ago
fpdf_sysfontinfo.h pl286 release code 4 years ago
fpdf_text.h pl286 release code 4 years ago
fpdf_transformpage.h pl286 release code 4 years ago
fpdfview.h pl286 release code 4 years 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.