[
https://issues.apache.org/jira/browse/PDFBOX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr reopened PDFBOX-3046:
-------------------------------------
reopening because ordinary printing from debugger is no longer possible.
Consider this existing code:
{code}
public PDFPrintable(PDDocument document, Scaling scaling, boolean
showPageBorder)
{
this(document, scaling, showPageBorder, 0);
}
{code}
dpi = 0 just means that there is no intermediate rendering in a BufferedImage
object.
> Specific PDF prints really (REALLY) slow
> ----------------------------------------
>
> Key: PDFBOX-3046
> URL: https://issues.apache.org/jira/browse/PDFBOX-3046
> Project: PDFBox
> Issue Type: Bug
> Affects Versions: 2.0.0
> Environment: Windows 10
> Reporter: Teon Metselaar
> Attachments: mspubcol.pdf, mspubcol.prn
>
>
> On Windows 10 I have printed a test page using the MS Publisher Color Printer
> (which outputs a Postscript-file) and converted that file to PDF using
> GhostScript ps2pdf.
> The resulting single-page PDF file is printed really, really slow (180-190
> seconds) while other documents (even generated using ps2pdf) print a lot
> faster (some seconds).
> I can't figure out why this is. I guess it has someting to do with the used
> font, but other PDF printing libraries (jPedal, jPDFPrint) are able print the
> same documents in a couple of seconds.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]