[jira] [Updated] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3730: Component/s: Documentation > Encapsulate outputStream into BufferedOutputStream in

[jira] [Commented] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939109#comment-15939109 ] ASF subversion and git services commented on PDFBOX-3730: - Commit 1788311 from

[jira] [Resolved] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-3730. - Resolution: Fixed Assignee: Tilman Hausherr > Encapsulate outputStream into

[jira] [Commented] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939112#comment-15939112 ] ASF subversion and git services commented on PDFBOX-3730: - Commit 1788312 from

[jira] [Commented] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939108#comment-15939108 ] Tilman Hausherr commented on PDFBOX-3730: - I'll do as suggested. Re the input stream, we buffer

[jira] [Commented] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread Peter Pinnau (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939091#comment-15939091 ] Peter Pinnau commented on PDFBOX-3730: -- I understand. Without buffering save(OutputStream) offers

Re: Long printing times

2017-03-23 Thread Donald Whytock
Got it, yes. printJob.setPageable(new PDFPageable(document, orientation, false, 300)); Works much better now. Thanks! On Thu, Mar 23, 2017 at 2:54 PM, Tilman Hausherr wrote: > Am 23.03.2017 um 19:41 schrieb Donald Whytock: > >> On Thu, Mar 23, 2017 at 1:47

Re: Long printing times

2017-03-23 Thread Tilman Hausherr
Am 23.03.2017 um 19:41 schrieb Donald Whytock: On Thu, Mar 23, 2017 at 1:47 PM, Tilman Hausherr wrote: workaround: set dpi > 0, e.g. 300 or 600. Tilman Anything more complex than this? Because it doesn't seem to make a difference. PrintRequestAttributeSet

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939017#comment-15939017 ] ASF subversion and git services commented on PDFBOX-2852: - Commit 1788302 from

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15939018#comment-15939018 ] ASF subversion and git services commented on PDFBOX-2852: - Commit 1788303 from

Re: Long printing times

2017-03-23 Thread Donald Whytock
On Thu, Mar 23, 2017 at 1:47 PM, Tilman Hausherr wrote: > > workaround: set dpi > 0, e.g. 300 or 600. > > Tilman > > Anything more complex than this? Because it doesn't seem to make a difference. PrintRequestAttributeSet jobattributes = new

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938906#comment-15938906 ] ASF subversion and git services commented on PDFBOX-2852: - Commit 1788293 from

[jira] [Commented] (PDFBOX-2852) Improve code quality (2)

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938905#comment-15938905 ] ASF subversion and git services commented on PDFBOX-2852: - Commit 1788292 from

[jira] [Updated] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-3730: Fix Version/s: 2.1.0 2.0.6 > Encapsulate outputStream into

[jira] [Commented] (PDFBOX-3730) Encapsulate outputStream into BufferedOutputStream in PDDocument.save()

2017-03-23 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938895#comment-15938895 ] Tilman Hausherr commented on PDFBOX-3730: - I added the buffering to save(File) in PDFBOX-3121 by

Re: Long printing times

2017-03-23 Thread Tilman Hausherr
Am 23.03.2017 um 18:10 schrieb Donald Whytock: Hi all... I'm checking out PDFBox printing capability using a 32-page PDF. The good news is that the PDF prints perfectly. The bad news is that it takes over half an hour. To better understand the situation, I added some logging to the

Re: Long printing times

2017-03-23 Thread Donald Whytock
PDFBox version 2.0.5. The file in question is proprietary data. I'm trying to produce a functionally equivalent test copy. Haven't tried PDFDebugger yet. I'll try it and let you know. Thanks. On Thu, Mar 23, 2017 at 1:34 PM, Andreas Lehmkuehler wrote: > Hi, > > Am

Re: Long printing times

2017-03-23 Thread Andreas Lehmkuehler
Hi, Am 23.03.2017 um 18:10 schrieb Donald Whytock: Hi all... I'm checking out PDFBox printing capability using a 32-page PDF. The good news is that the PDF prints perfectly. The bad news is that it takes over half an hour. To better understand the situation, I added some logging to the

Long printing times

2017-03-23 Thread Donald Whytock
Hi all... I'm checking out PDFBox printing capability using a 32-page PDF. The good news is that the PDF prints perfectly. The bad news is that it takes over half an hour. To better understand the situation, I added some logging to the PDFPrintable class. Half the pages printed almost

[jira] [Updated] (PDFBOX-3732) refreshAppearances exception

2017-03-23 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] simon steiner updated PDFBOX-3732: -- Attachment: refreshAppearances.patch out.pdf > refreshAppearances exception >

[jira] [Updated] (PDFBOX-3732) refreshAppearances exception

2017-03-23 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] simon steiner updated PDFBOX-3732: -- Affects Version/s: 2.0.5 > refreshAppearances exception > > >

[jira] [Updated] (PDFBOX-3732) refreshAppearances exception

2017-03-23 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] simon steiner updated PDFBOX-3732: -- Component/s: AcroForm > refreshAppearances exception > > >

[jira] [Created] (PDFBOX-3732) refreshAppearances exception

2017-03-23 Thread simon steiner (JIRA)
simon steiner created PDFBOX-3732: - Summary: refreshAppearances exception Key: PDFBOX-3732 URL: https://issues.apache.org/jira/browse/PDFBOX-3732 Project: PDFBox Issue Type: Bug

[jira] [Resolved] (PDFBOX-3726) NPE when setting the field value in an AcroForm and the NormalAppearance entry exists but is COSNull

2017-03-23 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maruan Sahyoun resolved PDFBOX-3726. Resolution: Fixed resolving issue inline with test results. Feel free to reopen if the

[jira] [Resolved] (PDFBOX-3723) FDFField.getValue() doesn't return the values in line with the Javadoc.

2017-03-23 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maruan Sahyoun resolved PDFBOX-3723. Resolution: Fixed resolving issue inline with test results. Feel free to reopen if the

[jira] [Commented] (PDFBOX-3723) FDFField.getValue() doesn't return the values in line with the Javadoc.

2017-03-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938111#comment-15938111 ] ASF subversion and git services commented on PDFBOX-3723: - Commit 1788219 from

[jira] [Updated] (PDFBOX-3646) Annotations parsed from XFDF containing ampersand characters are not properly imported

2017-03-23 Thread Kai Keggenhoff (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Keggenhoff updated PDFBOX-3646: --- Affects Version/s: 2.0.5 > Annotations parsed from XFDF containing ampersand characters are

[jira] [Updated] (PDFBOX-3646) Annotations parsed from XFDF containing ampersand characters are not properly imported

2017-03-23 Thread Kai Keggenhoff (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Keggenhoff updated PDFBOX-3646: --- Description: Annotations containing "&" in their text are displayed incorrectly when parsed

[jira] [Commented] (PDFBOX-3330) Enhance and update PDFBox website & documentation

2017-03-23 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937856#comment-15937856 ] Andreas Lehmkühler commented on PDFBOX-3330: I'd prefer the blue one > Enhance and update

[jira] [Commented] (PDFBOX-3330) Enhance and update PDFBox website & documentation

2017-03-23 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15937847#comment-15937847 ] Tilman Hausherr commented on PDFBOX-3330: - I like the blue. > Enhance and update PDFBox website

Re: Branch for new major version?

2017-03-23 Thread Andreas Lehmkuehler
Am 21.03.2017 um 19:45 schrieb Maruan Sahyoun: Am 21.03.2017 um 19:17 schrieb Tilman Hausherr : Am 21.03.2017 um 17:53 schrieb Andreas Lehmkuehler: Hi, I'm thinking about implementing some stuff which would most likely require a new major version. Obviously there are