Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.5
-
Fix Version/s: 6.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Support Case References:Support Case 14235:- https://icesoft.my.salesforce.com/5000g00001nZP96
Description
A customer has a document that has blank pages inserted between pages that lack any pdf content. When a page is initialized we do not set the initialized flag when there is not content. This appears to be a bug.
When painting a page we return immediately if the page is not initialized and don't paint the background page colour. This appear also to be a short site. The viewer RI always draws a white background before painting so this issue doesn't show up very often.
It's very easy fix and will be in the next release. The only work aorund at this time would be to draw a white rectangle before writing the PDF content to the image buffer. The black pixels are actually the result of no data being written.
When painting a page we return immediately if the page is not initialized and don't paint the background page colour. This appear also to be a short site. The viewer RI always draws a white background before painting so this issue doesn't show up very often.
It's very easy fix and will be in the next release. The only work aorund at this time would be to draw a white rectangle before writing the PDF content to the image buffer. The black pixels are actually the result of no data being written.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Marking as fixed.