Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1144 by
rparthi...@gmail.com: Saved document file size is increased using Pdfium library.
https://bugs.chromium.org/p/pdfium/issues/detail?id=1144What steps will reproduce the problem?
1.Load the attached document. (File size: 138 KB)
2.Save the document without any changes.
3.The document size is increased when compared with original document. ( File size: 143 KB)
What is the expected output? What do you see instead?
Expected output:
File size should be same after saving the document without any changes.
Current output:
File size is increased even without any changes in the document.
What version of the product are you using? On what operating system?
Latest version
Windows 10.
Please provide any additional information below.
Using below code to save the document:
FPDF_SaveAsCopy(m_documentPointer, stream, PdfiumNative.FPDF_SAVE_FLAGS.FPDF_NO_INCREMENTAL);
Note: I am using Pdfium library in c# framework via p/invoke method.
Attachments:
original.pdf 137 KB
output.pdf 142 KB
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings