You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Matthew Pangaro (JIRA)" <ji...@apache.org> on 2009/02/13 18:42:59 UTC

[jira] Updated: (PDFBOX-425) Silent print ignores passed PrintJob

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

Matthew Pangaro updated PDFBOX-425:
-----------------------------------

    Attachment: use-passed-printjob.patch

Patch to silentPrint method to use the passed PrintJob object, rather than creating a new default instance.

> Silent print ignores passed PrintJob
> ------------------------------------
>
>                 Key: PDFBOX-425
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-425
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 0.8.0-incubator
>            Reporter: Matthew Pangaro
>         Attachments: use-passed-printjob.patch
>
>
> Current SVN source for silentPrint(PrintJob) creates a new default PrintJob rather than using the instance passed in. The result is that it ignores any job settings passed in, such as number of copies. Interactive print properly uses the passed object. Patch will follow.

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