summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ipdf/pdfread.cxx
AgeCommit message (Expand)Author
2022-11-10vcl: fix crash in vcl::ImportPDFUnloaded()Miklos Vajna
2022-10-25vcl: re-exporting broken pdfs -> empty pagesDennis Francis
2021-08-26Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl
2021-05-06vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna
2021-04-10vcl: allow for overriding the default PDF rendering resolutionAshod Nakashian
2021-04-06ofz#32796: no pdfium during wmf fuzzingCaolán McNamara
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-27tdf#137413 EMF import: fix transparency in the PDF fallback caseMiklos 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-19use tools::Long in vclNoel
2020-10-18pdfium: simplify point unit conversion to HMM for annotationsTomaž Vajngerl
2020-10-18sd: support line PDF annot. as custom markerTomaž Vajngerl
2020-10-18sd: support text annotation PDF annot. as custom markerTomaž Vajngerl
2020-10-18sd: support ink PDF annot. as custom markerTomaž Vajngerl
2020-10-18sd: support square and circle PDF annot. as custom markerTomaž Vajngerl
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl
2020-10-16pdfium: add an FPDFBitmap_Create() wrapperMiklos Vajna
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-19fix non-pdfium buildNoel Grandin
2020-09-18[API CHANGE] tdf#136836 emfio: set size hint on inner PDF if used as shape fillMiklos Vajna
2020-09-07Confine findAnnotations to HAVE_FEATURE_PDFIUMStephan Bergmann
2020-09-06pdf: don't require that a "text" annotation has a "pop-up" childTomaž Vajngerl
2020-09-06extract PDF import for annotations to a separate functionTomaž Vajngerl
2020-09-06store annotation subtype in PDFGraphicAnnotation, enum for subtypeTomaž Vajngerl
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-06-21support date and time for PDFium and use it for annotationsTomaž Vajngerl
2020-06-21sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl
2020-06-20vcl: add PDFGraphicResult instead of std::pair in ImportPDFUnloadedTomaž Vajngerl
2020-06-20vcl: use pdfium c++ wraper classes in ImportPDFUnloadedTomaž Vajngerl
2020-06-03pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl
2020-04-17Change default PDF version to 1.6 (released in 2004)Miklos Vajna
2020-04-08vcl pdf import: use convertTwipToMm100()Miklos Vajna
2020-04-03fix android/non-pdfium buildNoel Grandin
2020-04-03loplugin:constantparamNoel Grandin
2020-03-30stray fResolutionDPI left behindCaolán McNamara
2020-03-29pdfium: fix setting the size of the document when opening PDFTomaž Vajngerl
2020-03-18pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-01-20Use properly typed var to iterate over FPDF_GetPageCountStephan Bergmann
2019-09-26Remove some unused includesMiklos Vajna
2019-08-26vcl: fix --disable-pdfium buildMiklos Vajna
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-25pdfium: Delay the swap out.Jan Holesovsky
2019-08-25pdfium: Avoid unnecessary copying + some warning fixes.Jan Holesovsky
2019-08-25pdfium: Import PDF with unloaded images.Ashod Nakashian
2019-08-25pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky
2019-04-10vcl PDF import: clean up CompatibleWriterMiklos Vajna