Home | History | Annotate | only in /external/pdfium/public
Up to higher level directory
NameDateSize
cpp/21-Aug-2018
DEPS21-Aug-2018154
fpdf_annot.h21-Aug-201819K
fpdf_attachment.h21-Aug-20186.5K
fpdf_catalog.h21-Aug-2018783
fpdf_dataavail.h21-Aug-20187.5K
fpdf_doc.h21-Aug-201813.8K
fpdf_edit.h21-Aug-201828.3K
fpdf_ext.h21-Aug-20183K
fpdf_flatten.h21-Aug-20181.1K
fpdf_formfill.h21-Aug-201869.5K
fpdf_fwlevent.h21-Aug-20186.6K
fpdf_ppo.h21-Aug-20181.4K
fpdf_progressive.h21-Aug-20184.8K
fpdf_save.h21-Aug-20182.8K
fpdf_searchex.h21-Aug-20181.2K
fpdf_structtree.h21-Aug-20186.4K
fpdf_sysfontinfo.h21-Aug-201810.6K
fpdf_text.h21-Aug-201819.6K
fpdf_transformpage.h21-Aug-20186.2K
fpdfview.h21-Aug-201846.4K
PRESUBMIT.py21-Aug-20181.1K
README21-Aug-2018539

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