summaryrefslogtreecommitdiff
path: root/vcl/source/pdf
AgeCommit message (Expand)Author
2023-01-20tdf#153047 sw: fix PDF export of content controls in placeholder modeMiklos Vajna
2022-11-25pdfium: reduce size if cannot create bitmapSzymon Kłos
2022-11-16sw content controls, date: improve PDF export testMiklos Vajna
2022-10-06pdfium: drop not needed annot.patch.1Miklos Vajna
2022-09-23sw content controls, combo box: add PDF exportMiklos Vajna
2022-09-21use more string_view in vclNoel Grandin
2022-09-20sw content controls: add a11y description for PDF exportMiklos Vajna
2022-09-16sw content controls: add PDF export of font propertiesMiklos Vajna
2022-09-13sw content controls, checkbox: add PDF exportMiklos Vajna
2022-08-25use DevicePoint and SubPixelToLogic to return to source coord systemCaolán McNamara
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna
2022-05-01use more string_view in variousNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-02-03Make inserted or pasted PDF sharper on macOSTor Lillqvist
2021-11-12external: update pdfium to 4699Miklos Vajna
2021-09-23external: update pdfium to 4643Miklos Vajna
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna
2021-08-27Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl
2021-08-04Remove harmful static_cast<int>Stephan Bergmann
2021-07-14external: update pdfium to 4568Miklos Vajna
2021-06-18Simplify a std::string_view constructionStephan Bergmann
2021-05-05vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna
2021-04-01vcl pdfread: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-02-26pdfium: don't build PDFiumLibrary when PDFium is disabledMiklos Vajna
2021-02-25pdfium: turn the PDFium class into an interfaceMiklos Vajna
2021-02-24pdfium: move PDFiumLibrary::get() impl out of the headerMiklos Vajna
2021-02-19pdfium: eliminate FPDF_DOCUMENT from public headerMiklos Vajna
2021-02-18pdfium: eliminate FPDF_PAGE from public headerMiklos Vajna
2021-02-17pdfium: eliminate FPDF_SIGNATURE from public headerMiklos Vajna
2021-02-16pdfium: add a FPDF_GetLastError() wrapperMiklos Vajna
2021-02-12pdfium: eliminate FPDF_TEXTPAGE from the public headerMiklos Vajna
2021-02-11pdfium: add a FPDFText_GetCharBox() wrapperMiklos Vajna
2021-02-10pdfium: eliminate FPDF_SCHHANDLE from the public headerMiklos Vajna
2021-02-05pdfium: add remaining FPDF_SCHHANDLE wrappersMiklos Vajna
2021-02-04pdfium: add PDFFindFlags wrapperMiklos Vajna
2021-02-03pdfium: add a FPDFText_FindStart() wrapperMiklos Vajna
2021-01-29pdfium: add wrapper for FPDFText_FindClose()Miklos Vajna
2021-01-20pdfium: rework to eliminate FPDF_PAGEOBJECT from the public interfaceMiklos Vajna
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-15pdfium: add wrapper for FPDF_FILLMODE_* definesMiklos Vajna
2021-01-14pdfium: add an FPDFPageObj_GetStrokeWidth() wrapperMiklos Vajna
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl
2021-01-08pdfium: add wrapper for FPDF_TEXTRENDERMODE_* definesMiklos Vajna
2021-01-07pdfium: rework to eliminate FPDF_ANNOTATION from the public interfaceMiklos Vajna
2021-01-06pdfium: add wrapper for FPDF_OBJECT_* definesMiklos Vajna
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-22pdfium: replace 3 patches with backportsMiklos Vajna
2020-12-18pdfium: add PDFiumPage::hasLinks() wrapperMiklos Vajna