Home | History | Annotate | only in /external/pdfium/public
Up to higher level directory
NameDateSize
cpp/22-Oct-2020
DEPS22-Oct-2020154
fpdf_annot.h22-Oct-202019K
fpdf_attachment.h22-Oct-20206.5K
fpdf_catalog.h22-Oct-2020783
fpdf_dataavail.h22-Oct-20207.5K
fpdf_doc.h22-Oct-202013.8K
fpdf_edit.h22-Oct-202028.3K
fpdf_ext.h22-Oct-20203K
fpdf_flatten.h22-Oct-20201.1K
fpdf_formfill.h22-Oct-202069.5K
fpdf_fwlevent.h22-Oct-20206.6K
fpdf_ppo.h22-Oct-20201.4K
fpdf_progressive.h22-Oct-20204.8K
fpdf_save.h22-Oct-20202.8K
fpdf_searchex.h22-Oct-20201.2K
fpdf_structtree.h22-Oct-20206.4K
fpdf_sysfontinfo.h22-Oct-202010.6K
fpdf_text.h22-Oct-202019.6K
fpdf_transformpage.h22-Oct-20206.2K
fpdfview.h22-Oct-202046.4K
PRESUBMIT.py22-Oct-20201.1K
README22-Oct-2020539

README

      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