You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "RuhongCai (JIRA)" <ji...@apache.org> on 2016/09/01 00:52:20 UTC

[jira] [Created] (PDFBOX-3478) Uploaded PDF Table Formatting Missing Vertical Lines

RuhongCai created PDFBOX-3478:
---------------------------------

             Summary: 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


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 missing  Vertical Lines



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org