summaryrefslogtreecommitdiff
path: root/public/fpdf_edit.h
AgeCommit message (Expand)Author
2018-07-10Create API for adding content marks and setting their params.chromium/3488Henrique Nakashima
2018-07-05Create content mark APIs to get values by key.Henrique Nakashima
2018-07-03Add FPDFText_GetTextRenderMode() APIMiklos Vajna
2018-06-26Add FPDFTextObj_GetFontSize() APIMiklos Vajna
2018-06-19Add FPDFText_GetMatrix() APIMiklos Vajna
2018-06-13Add FPDFText_LoadStandardFont to public APINicolas Pena
2018-06-04Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIsMiklos Vajna
2018-05-30Add FPDFPath_GetDrawMode() APIMiklos Vajna
2018-05-22Add FPDFPageObj_GetStrokeWidth() APIMiklos Vajna
2018-05-17Deprecate several Path/Text APIs.Nicolas Pena
2018-05-08Add several FPDFPageObj_* APIschromium/3425Nicolas Pena
2018-04-25Add PostScript PASSTHROUGH options to FPDF_SetPrintMode().Lei Zhang
2018-04-23Create FPDFPageObjMark_GetParamStringValue().Henrique Nakashima
2018-04-23Create API to get PageObject mark parameters.Henrique Nakashima
2018-04-17Create new FPDFPageObjMark_CountParams() API.Henrique Nakashima
2018-03-27Open FPDF_PAGEOBJECTMARK API.Henrique Nakashima
2018-03-15Create FPDFPage_RemoveObject().Henrique Nakashima
2018-01-31Clean up FPDFPage_New() documentation.Lei Zhang
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger
2017-12-19Add missing fpdfview_c_api_test.c entries.Lei Zhang
2017-09-25API: rename FPDFPage_CountObject() to FPDFPage_CountObjects()Miklos Vajna
2017-09-22API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments()Miklos Vajna
2017-09-20Add FPDFPath_GetPoint() APIchromium/3221Miklos Vajna
2017-09-15Add public method FPDFPath_CountPoint to get # of points of a path object.Miklos Vajna
2017-08-31Change FPDFImageObj_GetImageFilter() to return byte strings.Lei Zhang
2017-08-16API and test for retrieving metadata from image objectsJane Liu
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-08-09API and test for retrieving image filters from image objectsJane Liu
2017-08-08Added FPDFPageObj_Destroy() for freeing page objects createdJane Liu
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-07-18Add missing STDCALL annotationsDan Sinclair
2017-07-11Add Windows generic / text only printer driver support.rbpotter
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-14Add blend to GraphicsDataNicolas Pena
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-09Remove FPDFPageObj_NewImgeObj().Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-03-16Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.Lei Zhang
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