Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1318 by
psaravi...@gmail.com: Picture and Table border overlaps
https://bugs.chromium.org/p/pdfium/issues/detail?id=1318Hi team,
The image and table border has been overlap. we found that the image generated in the Pdfium have the same behavior at different magnification values. We exported the images in Pdfium at 100 and 200 percentage zoom values.
The Pdf document and output images was attached for reference.
We had used the below code:
Int Width, Height = 0;
IntPtr data;
For 100 Percentage =>Width = 1836; & Height = 2372; data = 0x12120000;
For 200 Percentage => Width = 3672; & Height = 4748; data = 0x13be0000;
IntPtr createdpages = PdfiumViewer.FPDFBitmap_CreateEx(Width, Height, 4, data, bitmapImage.Width * 4);
PdfiumViewer.FPDFBitmap_FillRect(createdpages, 0, 0, Width, Height, background);
PdfiumViewer.FPDF_RenderPageBitmap(createdpages, pages, 0, 0, Width, Height, 0, 0);
Kindly check this issue with the above code and let me know the solution to resolve this issue.
OS details: Windows 10 Pro Version 1809 (OS Build 17763.379).
Please let me know if you have any concern.
Regards,
Aravindh Ps.
Attachments:
AtZoomPercentage100.png 218 KB
AtZoomPercentage200.png 850 KB
sample.pdf 446 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