Status: Unconfirmed
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1600 by gdv1...@
gmail.com: FPDF_RenderPage() renders the large image page as blank
https://bugs.chromium.org/p/pdfium/issues/detail?id=1600What steps will reproduce the problem?
Run the following test with the attached PDF:
TEST_F(CPDFParserEmbedderTest, BlankPage) {
EXPECT_TRUE(EmbedderTest::OpenDocument(
"problem."pdf"));
FPDF_PAGE page = EmbedderTest::LoadPage(0);
ASSERT_TRUE(page);
ScopedFPDFBitmap page_bitmap = EmbedderTest::RenderPage(page);
WriteBitmapToPng(page_bitmap.get(), "blankPageResults.png");
CloseDocument();
}
Or open the attached PDF in the Chrome browser.
What is the expected output? What do you see instead?
Expected image with content, but a blank image is returned.
What version of the product are you using? On what operating system?
PDFium v4103. OS Windows 10.
Please provide any additional information below.
Acrobat Reader can open this PDF
Attachments:
problem.pdf 6.3 MB
--
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