From 10b148cac724b71cac15e72ff18ba95389a1a105 Mon Sep 17 00:00:00 2001 From: DhileebanRaja Date: Mon, 10 Mar 2025 15:49:03 +0530 Subject: [PATCH] 944821 - Updated pdftoimage converter pdfium UG to the new pdfium generated branch --- File-Formats/PDF-to-image/Referring-PDFium.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File-Formats/PDF-to-image/Referring-PDFium.md b/File-Formats/PDF-to-image/Referring-PDFium.md index 4f9ff752c..89560a32f 100644 --- a/File-Formats/PDF-to-image/Referring-PDFium.md +++ b/File-Formats/PDF-to-image/Referring-PDFium.md @@ -11,7 +11,8 @@ documentation: UG PdfToImageConverter use PDFium to convert pdf document as image. PDFium is used in Google Chrome for rendering PDF files. It provides accurate and robust PDF rendering. -N> PDFium is not supported in Windows XP operating system. +N>* PDFium is not supported in Windows XP operating system. +N>* From v29.1.x onwards, Pdfium is upgraded to the new version which was built with the branch [chromium/6945](https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/6945). ### How PDFium works with PdfToImageConverter