[
https://issues.apache.org/jira/browse/PDFBOX-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15454568#comment-15454568
]
Tilman Hausherr commented on PDFBOX-3478:
-----------------------------------------
Please mention what version is used (are you sure it is PDFBox at all? The code
isn't), and attach the produced file.
I tried with the current trunk, one vertical line is missing at 72dpi, but is
there at 144dpi. This happens sometimes.
> Uploaded PDF Table Formatting Missing Vertical Lines
> ----------------------------------------------------
>
> Key: PDFBOX-3478
> URL: https://issues.apache.org/jira/browse/PDFBOX-3478
> Project: PDFBox
> Issue Type: Bug
> Reporter: RuhongCai
> Attachments: table_without_lines.pdf
>
>
> The attached file "table_without_lines.pdf"
> BufferedImage image= new PDFImages( "C:\\temp\\table_without_lines.pdf",
> null).getPageImage(0, 108);
> FileOutputStream outputStream = new FileOutputStream(
> "C:\\temp\\image-1.png" );
> ImageIO.write( image, "png", outputStream );
> The image "image-1.png" shows table missing Vertical Lines
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]