Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
cpp/ | 22-Oct-2020 | ||
DEPS | 22-Oct-2020 | 154 | |
fpdf_annot.h | 22-Oct-2020 | 19K | |
fpdf_attachment.h | 22-Oct-2020 | 6.5K | |
fpdf_catalog.h | 22-Oct-2020 | 783 | |
fpdf_dataavail.h | 22-Oct-2020 | 7.5K | |
fpdf_doc.h | 22-Oct-2020 | 13.8K | |
fpdf_edit.h | 22-Oct-2020 | 28.3K | |
fpdf_ext.h | 22-Oct-2020 | 3K | |
fpdf_flatten.h | 22-Oct-2020 | 1.1K | |
fpdf_formfill.h | 22-Oct-2020 | 69.5K | |
fpdf_fwlevent.h | 22-Oct-2020 | 6.6K | |
fpdf_ppo.h | 22-Oct-2020 | 1.4K | |
fpdf_progressive.h | 22-Oct-2020 | 4.8K | |
fpdf_save.h | 22-Oct-2020 | 2.8K | |
fpdf_searchex.h | 22-Oct-2020 | 1.2K | |
fpdf_structtree.h | 22-Oct-2020 | 6.4K | |
fpdf_sysfontinfo.h | 22-Oct-2020 | 10.6K | |
fpdf_text.h | 22-Oct-2020 | 19.6K | |
fpdf_transformpage.h | 22-Oct-2020 | 6.2K | |
fpdfview.h | 22-Oct-2020 | 46.4K | |
PRESUBMIT.py | 22-Oct-2020 | 1.1K | |
README | 22-Oct-2020 | 539 |
1 public/ README 2 3 The header files in this directory are the only ones that should ever be 4 included by an embedder of PDFium. If there arises a need for functionality 5 beyond what is present here, then a new API must be added here to provide it. 6 7 These header files must be entirely contained in this directory; they must 8 never include other header files from outside of it. 9 10 These files must compile cleanly without warnings on both C and C++ compilers. 11 12 Changes to these files must be carefully considered to avoid breaking 13 compatibility. 14