summaryrefslogtreecommitdiff
path: root/public/fpdf_edit.h
AgeCommit message (Expand)Author
2018-10-24Implement FPDFImageObj_GetMatrix().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineCap().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineJoin().Lei Zhang
2018-09-18Change signature of FPDFPageObjMark_Get(Name|ParamKey).chromium/3556Henrique Nakashima
2018-09-17Remove deprecated FPDFPage_CountObject().Lei Zhang
2018-08-14Add FPDFFormObj_GetMatrix() APIMiklos Vajna
2018-08-07Add FPDFTextObj_GetText() APIMiklos Vajna
2018-08-01Add FPDFText_GetFontName() APIMiklos Vajna
2018-07-16Add FPDFFormObj_GetObject() APIMiklos Vajna
2018-07-13Create API to remove a parameter from a content mark.chromium/3491Henrique Nakashima
2018-07-13Create API to remove a content mark from a page object.Henrique Nakashima
2018-07-13Fix mark parameters not saved if nothing changed.Henrique Nakashima
2018-07-12Create API to set and get blob values from a mark dict.Henrique Nakashima
2018-07-11Rename content mark parameter value getters.Henrique Nakashima
2018-07-11Remove clunky mark property value getters by index.Henrique Nakashima
2018-07-11Add FPDFFormObj_CountObjects() APIMiklos Vajna
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