NameDateSize

..07-Jan-20164 KiB

fpdf_dataavail.h07-Jan-20168.5 KiB

fpdf_doc.h07-Jan-201612.2 KiB

fpdf_edit.h07-Jan-201610.5 KiB

fpdf_ext.h07-Jan-20163 KiB

fpdf_flatten.h07-Jan-20161.3 KiB

fpdf_formfill.h07-Jan-201636.6 KiB

fpdf_fwlevent.h07-Jan-20166.7 KiB

fpdf_ppo.h07-Jan-20161.5 KiB

fpdf_progressive.h07-Jan-20163.7 KiB

fpdf_save.h07-Jan-20162.6 KiB

fpdf_searchex.h07-Jan-2016966

fpdf_sysfontinfo.h07-Jan-201610 KiB

fpdf_text.h07-Jan-201615 KiB

fpdf_transformpage.h07-Jan-20164.6 KiB

fpdfview.h07-Jan-201629.3 KiB

README07-Jan-2016539

README

1public/ README
2
3The header files in this directory are the only ones that should ever be
4included by an embedder of PDFium.  If there arises a need for functionality
5beyond what is present here, then a new API must be added here to provide it.
6
7These header files must be entirely contained in this directory; they must
8never include other header files from outside of it.
9
10These files must compile cleanly without warnings on both C and C++ compilers.
11
12Changes to these files must be carefully considered to avoid breaking
13compatibility.
14