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