summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2017-07-18Fix CONTINUED spellingDan Sinclair
2017-07-18Add missing STDCALL annotationsDan Sinclair
2017-07-14Updated pdfium_test's WriteAnnot()Jane Liu
2017-07-13Restore FPDF_SetPrintingPostscriptLevel APIrbpotter
2017-07-13Basic APIs and test for retrieving embedded attachment count and nameJane Liu
2017-07-11Added API for removing objects from annotationsJane Liu
2017-07-11Add Windows generic / text only printer driver support.rbpotter
2017-07-06Added APIs for getting/setting string pairs in annotation dictionariesJane Liu
2017-07-06Generalized annotation APIs to support image and text objectsJane Liu
2017-07-06Added APIs for setting annotation flag valuesJane Liu
2017-06-29Basic APIs and tests for extracting and setting annotation pathsJane Liu
2017-06-29Added FPDFAnnot_RemoveAnnot()Jane Liu
2017-06-27Made existing annotation APIs to work with APchromium/3143Jane Liu
2017-06-27Changed the return type for annotation APIsJane Liu
2017-06-22Updated FPDF_GetMetaText doc string for linearized files.Henrique Nakashima
2017-06-20Add FORM_GetSelectedText() function.Diana Gage
2017-06-20Wrapper class for annotation dictionary + CPDF_Formchromium/3137Jane Liu
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-06-14Remove deprecated FPDPage_HasFormFieldAtPoint().Lei Zhang
2017-06-13Fix FPDFAction_GetFilePath() documentation error.Lei Zhang
2017-06-09Minor changes/addons for annotation APIsJane Liu
2017-06-07Basic APIs and tests for creating annotationsJane Liu
2017-06-01Basic APIs and tests for extracting annotationsJane Liu
2017-06-01Add public #defines for line cap and line join values.wileyrya
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Add public API for getting the bounds of a page object.wileyrya
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-09Remove FPDFPageObj_NewImgeObj().Lei Zhang
2017-05-08Add raw PostScript output to pdfium_test on Windows.Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-04-08Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066dan sinclair
2017-04-05Add option to pdfium_test to dump structure elementsDan Sinclair
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-04-04Add method to get tagged typeDan Sinclair
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-03-16Introduce unique_ptr compatible deleters for FPDF typeschromium/3044Tom Sepez
2017-03-16Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.Lei Zhang
2017-03-10Add public method FPDFText_GetTextIndexFromCharIndexNicolas Pena
2017-03-06Add public method FPDFText_LoadFont to load some types of fonts.Nicolas Pena
2017-02-27Add public API for creating a Type1 fontNicolas Pena
2017-02-27Fix nits from commit db764708.Lei Zhang
2017-02-15Add public API for adding text with standard fontsNicolas Pena
2017-02-10Add line width option for stroking pathschromium/3011chromium/3010chromium/3009Nicolas Pena
2017-02-07Add APIs for path construction and paintingchromium/3006Nicolas Pena
2017-01-12Add postscript pathrbpotter
2016-12-14Add inline JPEGs.rbpotter