You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2009/02/06 22:40:59 UTC

[jira] Resolved: (PDFBOX-108) Support printing of Type0Font

     [ https://issues.apache.org/jira/browse/PDFBOX-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-108.
---------------------------------------

    Resolution: Duplicate

> Support printing of Type0Font
> -----------------------------
>
>                 Key: PDFBOX-108
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-108
>             Project: PDFBox
>          Issue Type: New Feature
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552835&aid=1357017
> Originally submitted by benlitchfield on 2005-11-14 17:43.
> I have attached two PDF document (V2135-2.pdf., 
> 1_1.pdf).
> I can print the first one (V2135-2.pdf), but the result isn’t  
> good and with the second PDF, I can’t  print it and I get 
> the following error:
> --------------------------------
> java.lang.RuntimeException: Not yet implemented
>     at org.pdfbox.pdmodel.font.PDType0Font.drawString
> (PDType0Font.java:75)
>     at org.pdfbox.pdfviewer.PageDrawer.showCharacter
> (PageDrawer.java:128)
>     at org.pdfbox.util.PDFStreamEngine.showString
> (PDFStreamEngine.java:462)
>     at org.pdfbox.util.operator.ShowText.process
> (ShowText.java:66)
>     at org.pdfbox.util.PDFStreamEngine.processOperator
> (PDFStreamEngine.java:508)
>     at 
> org.pdfbox.util.PDFStreamEngine.processSubStream
> (PDFStreamEngine.java:221)
>     at org.pdfbox.util.PDFStreamEngine.processStream
> (PDFStreamEngine.java:174)
>     at org.pdfbox.pdfviewer.PageDrawer.drawPage
> (PageDrawer.java:97)
>     at org.pdfbox.pdmodel.PDPage.print
> (PDPage.java:741)
>     at sun.print.RasterPrinterJob.printPage
> (RasterPrinterJob.java:1785)
>     at sun.print.RasterPrinterJob.print
> (RasterPrinterJob.java:1334)
>     at sun.print.RasterPrinterJob.print
> (RasterPrinterJob.java:1196)
>     at org.pdfbox.pdmodel.PDDocument.print
> (PDDocument.java:720)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.