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/19 09:43:04 UTC

[jira] Commented: (PDFBOX-297) Printing fails

    [ https://issues.apache.org/jira/browse/PDFBOX-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674926#action_12674926 ] 

Andreas Lehmkühler commented on PDFBOX-297:
-------------------------------------------

With version 743530 the text appears, but there is still a small issue with the style. The whole text is rendered in a plain style, but there have to be  some parts in bold style.

> Printing fails
> --------------
>
>                 Key: PDFBOX-297
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-297
>             Project: PDFBox
>          Issue Type: Bug
>            Priority: Minor
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1771748
> Originally submitted by php-king on 2007-08-10 08:28.
> I tried printing the attached PDF document using the printSilent() Method and it gave me the following Error:
> org.pdfbox.exceptions.WrappedIOException: Font name not found
>         at org.pdfbox.pdmodel.font.PDTrueTypeFont.drawString(PDTrueTypeFont.java:382)
>         at org.pdfbox.pdfviewer.PageDrawer.showCharacter(PageDrawer.java:160)
>         at org.pdfbox.util.PDFStreamEngine.showString(PDFStreamEngine.java:409)
>         at org.pdfbox.util.operator.ShowText.process(ShowText.java:64)
>         at org.pdfbox.util.PDFStreamEngine.processOperator(PDFStreamEngine.java:452)
>         at org.pdfbox.util.PDFStreamEngine.processSubStream(PDFStreamEngine.java:215)
>         at org.pdfbox.util.PDFStreamEngine.processStream(PDFStreamEngine.java:174)
>         at org.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawer.java:104)
>         at org.pdfbox.pdmodel.PDPage.print(PDPage.java:741)
>         at sun.print.RasterPrinterJob.printPage(Unknown Source)
>         at sun.print.RasterPrinterJob.print(Unknown Source)
>         at sun.print.RasterPrinterJob.print(Unknown Source)
>         at ch.inteco.wegas.xmpu.nodes.PrintNode.printDoc(PrintNode.java:173)
>         at ch.inteco.wegas.xmpu.nodes.PrintNode.printFile(PrintNode.java:102)
>         at ch.inteco.wegas.xmpu.nodes.PrintNode.write(PrintNode.java:79)
>         at ch.inteco.wegas.xmpu.nodes.XMPUNode.write(XMPUNode.java:87)
>         at ch.inteco.wegas.xmpu.XMPUParser.parseXmpu(XMPUParser.java:43)
>         at ch.inteco.wegas.xmpu.XMPU.main(XMPU.java:36)
> There was no Text printed, but the Tables were.
> Thank you in advance
> [attachment on SourceForge]
> http://sourceforge.net/tracker/download.php?group_id=78314&atid=552832&aid=1771748&file_id=240722
> Printing-Fonts.pdf (application/pdf), 22116 bytes
> The Pdf-Document

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