You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Matteo Carminati (JIRA)" <ji...@apache.org> on 2015/09/17 23:46:04 UTC

[jira] [Closed] (KYLIN-1032) Report a bug

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

Matteo Carminati closed KYLIN-1032.
-----------------------------------
    Resolution: Invalid

Sorry for the mistake, I post this issue for the wrong project.

> Report a bug
> ------------
>
>                 Key: KYLIN-1032
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1032
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Matteo Carminati
>
> In the method printWithPaper of  Printing.java example,
> if I use java.awt.print.Book as in the example:
> Book book = new Book();
> book.append(new PDFPrintable(document), pageFormat);
> job.setPageable(book);
> when I execute job.print(); it print only the first page of the document.
> I solved this issue by replacing the three rows mentioned above with:
> job.setPrintable(new PDFPrintable(document), pageFormat);
> by that all pages are printed.
> I hope this is useful for someone.
> Matteo



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