summaryrefslogtreecommitdiff
path: root/vcl/source/pdf
AgeCommit message (Expand)AuthorFilesLines
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-7/+7
2022-04-08use more subView when converting to Int32Noel Grandin1-6/+7
2022-02-03Make inserted or pasted PDF sharper on macOSTor Lillqvist1-1/+4
2021-11-12external: update pdfium to 4699Miklos Vajna1-1/+2
2021-09-23external: update pdfium to 4643Miklos Vajna1-2/+2
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna1-2/+2
2021-08-27Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl1-0/+33
2021-08-04Remove harmful static_cast<int>Stephan Bergmann1-2/+1
2021-07-14external: update pdfium to 4568Miklos Vajna1-2/+7
2021-06-18Simplify a std::string_view constructionStephan Bergmann1-3/+2
2021-05-05vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna1-4/+44
2021-04-01vcl pdfread: clean up not needed HAVE_FEATURE_PDFIUM ifdefsMiklos Vajna2-57/+73
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-02-26pdfium: don't build PDFiumLibrary when PDFium is disabledMiklos Vajna2-6/+23
2021-02-25pdfium: turn the PDFium class into an interfaceMiklos Vajna1-6/+28
2021-02-24pdfium: move PDFiumLibrary::get() impl out of the headerMiklos Vajna1-0/+6
2021-02-19pdfium: eliminate FPDF_DOCUMENT from public headerMiklos Vajna1-12/+39
2021-02-18pdfium: eliminate FPDF_PAGE from public headerMiklos Vajna1-14/+59
2021-02-17pdfium: eliminate FPDF_SIGNATURE from public headerMiklos Vajna1-8/+26
2021-02-16pdfium: add a FPDF_GetLastError() wrapperMiklos Vajna1-0/+17
2021-02-12pdfium: eliminate FPDF_TEXTPAGE from the public headerMiklos Vajna1-8/+32
2021-02-11pdfium: add a FPDFText_GetCharBox() wrapperMiklos Vajna1-0/+21
2021-02-10pdfium: eliminate FPDF_SCHHANDLE from the public headerMiklos Vajna1-7/+25
2021-02-05pdfium: add remaining FPDF_SCHHANDLE wrappersMiklos Vajna1-0/+11
2021-02-04pdfium: add PDFFindFlags wrapperMiklos Vajna1-2/+9
2021-02-03pdfium: add a FPDFText_FindStart() wrapperMiklos Vajna1-0/+8
2021-01-29pdfium: add wrapper for FPDFText_FindClose()Miklos Vajna1-0/+11
2021-01-20pdfium: rework to eliminate FPDF_PAGEOBJECT from the public interfaceMiklos Vajna1-23/+54
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2021-01-15pdfium: add wrapper for FPDF_FILLMODE_* definesMiklos Vajna1-0/+17
2021-01-14pdfium: add an FPDFPageObj_GetStrokeWidth() wrapperMiklos Vajna1-0/+7
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl1-5/+4
2021-01-08pdfium: add wrapper for FPDF_TEXTRENDERMODE_* definesMiklos Vajna1-1/+28
2021-01-07pdfium: rework to eliminate FPDF_ANNOTATION from the public interfaceMiklos Vajna1-22/+55
2021-01-06pdfium: add wrapper for FPDF_OBJECT_* definesMiklos Vajna1-2/+23
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock1-1/+1
2020-12-22pdfium: replace 3 patches with backportsMiklos Vajna1-5/+5
2020-12-18pdfium: add PDFiumPage::hasLinks() wrapperMiklos Vajna1-0/+9
2020-12-16pdfium: rework to eliminate FPDF_PATHSEGMENT from the public interfaceMiklos Vajna1-7/+21
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-09pdfium: rework to eliminate FPDF_BITMAP from the public interfaceMiklos Vajna1-14/+40
2020-12-02pdfium: add width/height/format wrappers for bitmapMiklos Vajna1-0/+20
2020-12-02pdfium: introduce an enum class for path segment typesMiklos Vajna1-1/+13
2020-11-26pdfium: replace PDFiumSignature::getPointer() with typed gettersMiklos Vajna1-0/+41
2020-11-25pdfium: add sig getters: ByteRange, DocMDPPermission, Contents and SubFilterMiklos Vajna1-0/+41
2020-11-20pdfium: add a signature wrapper classMiklos Vajna1-2/+13
2020-11-19pdfium: add signature and trailer end getter wrappersMiklos Vajna1-0/+16
2020-11-11pdfium: eliminate remaining direct calls to FPDFPageObj_GetType()Miklos Vajna1-5/+17
2020-11-06pdfium: add FPDFBitmap_GetBuffer/Stride wrappersMiklos Vajna1-0/+7
2020-11-02pdf: deduplicate resources when copying from external PDF streamTomaž Vajngerl1-0/+43