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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
cpp | 4 months ago | |
DEPS | 4 months ago | |
PRESUBMIT.py | 4 months ago | |
README | 4 months ago | |
fpdf_annot.h | 4 months ago | |
fpdf_attachment.h | 4 months ago | |
fpdf_catalog.h | 4 months ago | |
fpdf_dataavail.h | 4 months ago | |
fpdf_doc.h | 4 months ago | |
fpdf_edit.h | 4 months ago | |
fpdf_ext.h | 4 months ago | |
fpdf_flatten.h | 4 months ago | |
fpdf_formfill.h | 4 months ago | |
fpdf_fwlevent.h | 4 months ago | |
fpdf_javascript.h | 4 months ago | |
fpdf_ppo.h | 4 months ago | |
fpdf_progressive.h | 4 months ago | |
fpdf_save.h | 4 months ago | |
fpdf_searchex.h | 4 months ago | |
fpdf_structtree.h | 4 months ago | |
fpdf_sysfontinfo.h | 4 months ago | |
fpdf_text.h | 4 months ago | |
fpdf_thumbnail.h | 4 months ago | |
fpdf_transformpage.h | 4 months ago | |
fpdfview.h | 4 months 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.