summaryrefslogtreecommitdiff
path: root/vcl/source/pdf/PDFiumLibrary.cxx
AgeCommit message (Expand)Author
2021-05-06vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna
2020-11-20pdfium: add a signature wrapper classMiklos Vajna
2020-11-19pdfium: add signature and trailer end getter wrappersMiklos Vajna
2020-11-11pdfium: eliminate remaining direct calls to FPDFPageObj_GetType()Miklos Vajna
2020-11-06pdfium: add FPDFBitmap_GetBuffer/Stride wrappersMiklos Vajna
2020-10-28pdfium: add an FPDF_RenderPageBitmap() wrapperMiklos Vajna
2020-10-28pdfium: add an FPDFBitmap_FillRect() wrapperMiklos Vajna
2020-10-22pdfium: add a wrapper for FPDFPage_HasTransparency()Miklos Vajna
2020-10-22pdfium: add a wrapper for FPDF_SaveWithVersion()Miklos Vajna
2020-10-20xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna
2020-10-18pdfium: add reading of line points to the wrapperTomaž Vajngerl
2020-10-16pdfium: add an FPDFBitmap_Create() wrapperMiklos Vajna
2020-10-15pdfium: add reading of attachment points to the wrapperTomaž Vajngerl
2020-10-15pdfium: add support for border property of PDF annotationsTomaž Vajngerl
2020-10-15pdfium: add getColor and getInteriourColor to PDFiumAnnotationTomaž Vajngerl
2020-10-15pdfium: add an FPDFImageObj_GetBitmap() wrapperMiklos Vajna
2020-10-14pdfium: add an FPDFImageObj_GetImageMetadata() wrapperMiklos Vajna
2020-10-09vcl: PDFiumLibrary: add PDFiumDocument::getFileVersion()Miklos Vajna
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-04pdfium: Support for InkStrokes and VerticesTomaž Vajngerl
2020-10-04pdfium: add getObject, getValueType for PDFiumAnnotationTomaž Vajngerl
2020-10-02vcl: add more PDFiumTextPage and PDFiumPage wrappersMiklos Vajna
2020-09-30vcl: add PDFiumAnnotation::getObjectCount()Miklos Vajna
2020-09-23These PDFium-provided strings are always in UTF-16LEStephan Bergmann
2020-09-23These PDFium-provided string sizes must always be multiples of 2Stephan Bergmann
2020-09-06store annotation subtype in PDFGraphicAnnotation, enum for subtypeTomaž Vajngerl
2020-09-04xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna
2020-07-08pdf: add PDFiumPathSegment to the wrapper & use in ImpSdrPdfImportTomaž Vajngerl
2020-06-29pdf: add text page object attribs, refactor ImpSdrPdfImport, testsTomaž Vajngerl
2020-06-29pdf: support PDF Form object and getMatrixTomaž Vajngerl
2020-06-29pdf: add PDFiumTextPage and PDFiumPageObject + testTomaž Vajngerl
2020-06-21support date and time for PDFium and use it for annotationsTomaž Vajngerl
2020-06-20vcl: Add annotation reading to PDFiumLibrary c++ wrapperTomaž Vajngerl
2020-06-20vcl: wrap PDFium types in c++ classes to ease lifecycle managementTomaž Vajngerl
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl