Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
DEPS | 06-Dec-2017 | 154 | |
fpdf_dataavail.h | 06-Dec-2017 | 7.2K | |
fpdf_doc.h | 06-Dec-2017 | 13K | |
fpdf_edit.h | 06-Dec-2017 | 15.8K | |
fpdf_ext.h | 06-Dec-2017 | 3K | |
fpdf_flatten.h | 06-Dec-2017 | 1.1K | |
fpdf_formfill.h | 06-Dec-2017 | 64.3K | |
fpdf_fwlevent.h | 06-Dec-2017 | 6.6K | |
fpdf_ppo.h | 06-Dec-2017 | 1.5K | |
fpdf_progressive.h | 06-Dec-2017 | 4.6K | |
fpdf_save.h | 06-Dec-2017 | 2.8K | |
fpdf_searchex.h | 06-Dec-2017 | 890 | |
fpdf_structtree.h | 06-Dec-2017 | 3.9K | |
fpdf_sysfontinfo.h | 06-Dec-2017 | 10.7K | |
fpdf_text.h | 06-Dec-2017 | 17.9K | |
fpdf_transformpage.h | 06-Dec-2017 | 5.8K | |
fpdfview.h | 06-Dec-2017 | 42.9K | |
README | 06-Dec-2017 | 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