[jira] [Created] (PDFBOX-1898) How Test all Pdf files inside the folder

2014-02-09 Thread Jay (JIRA)
Jay created PDFBOX-1898: --- Summary: How Test all Pdf files inside the folder Key: PDFBOX-1898 URL: https://issues.apache.org/jira/browse/PDFBOX-1898 Project: PDFBox Issue Type: Test

problem with extracting text

2014-02-09 Thread Kotev - Rivka klien
Hello! I'm writing in java I tried your code in JApplet: @Override public void init() { PDFReader viewer = new PDFReader(); viewer.setVisible(true); } I opened file ktv1390898988640.pdf with the open menu and got this errors Exception in thread AWT-EventQueue-1

Re: problem with extracting text

2014-02-09 Thread Tilman Hausherr
Did you include fontbox? https://pdfbox.apache.org/dependencies.html The main PDFBox component, pdfbox, has hard dependencies on the fontbox and jempbox components and the commons-logging http://commons.apache.org/logging/ library. Tilman Am 09.02.2014 12:01, schrieb Kotev - Rivka klien:

[jira] [Commented] (PDFBOX-1897) There are some errors within the source code documentation (javadocs)

2014-02-09 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895888#comment-13895888 ] Maruan Sahyoun commented on PDFBOX-1897: I fixed the javadoc warnings in revision

PDFBox Website

2014-02-09 Thread Maruan Sahyoun
Hi .. I highlighted how to get help a little more on the home page as to direct people to use the mailing list and not Jira. Please take a look at http://pdfbox.staging.apache.org/index.html and let me know what you think. BR Maruan Sahyoun

[jira] [Commented] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895907#comment-13895907 ] Tilman Hausherr commented on PDFBOX-1734: - Any arguments against using Apache

[jira] [Comment Edited] (PDFBOX-1898) How Test all Pdf files inside the folder

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895927#comment-13895927 ] John Hewson edited comment on PDFBOX-1898 at 2/9/14 5:06 PM: -

[jira] [Resolved] (PDFBOX-1898) How Test all Pdf files inside the folder

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1898. - Resolution: Not A Problem Please ask these kinds of questions on the dev mailing list rather

[jira] [Closed] (PDFBOX-1898) How Test all Pdf files inside the folder

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1898. --- How Test all Pdf files inside the folder

Re: PDFBox Website

2014-02-09 Thread Andreas Lehmkuehler
Hi, Am 09.02.2014 14:21, schrieb Maruan Sahyoun: Hi .. I highlighted how to get help a little more on the home page as to direct people to use the mailing list and not Jira. Please take a look at http://pdfbox.staging.apache.org/index.html and let me know what you think. Good idea, let's

[jira] [Commented] (PDFBOX-1812) Illegal characters in XML output

2014-02-09 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895969#comment-13895969 ] Andreas Lehmkühler commented on PDFBOX-1812: Please join our mailing list [1]

[jira] [Commented] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread JIRA
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895976#comment-13895976 ] Andreas Lehmkühler commented on PDFBOX-1734: I'm thinking about that for

[jira] [Commented] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895982#comment-13895982 ] Tilman Hausherr commented on PDFBOX-1734: - Until now I ran only a few tests. I

[jira] [Commented] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895984#comment-13895984 ] John Hewson commented on PDFBOX-1734: - Ha, TIFF certainly does feel like The Homer,

CCITT Fax code from Sun Microsystems

2014-02-09 Thread John Hewson
Hi All It seems that we have some Sun Microsystems code in PDFBox, namely TIFFFaxDecoder: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/TIFFFaxDecoder.java?view=markup which is clearly from:

[jira] [Commented] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895990#comment-13895990 ] John Hewson commented on PDFBOX-1734: - We can probably pull the TIFF encoder code* in

[jira] [Comment Edited] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13895990#comment-13895990 ] John Hewson edited comment on PDFBOX-1734 at 2/9/14 7:19 PM: -

[jira] [Updated] (PDFBOX-778) OutOfMemory when extracting text from pdf

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-778: --- Component/s: Text extraction OutOfMemory when extracting text from pdf

[jira] [Updated] (PDFBOX-502) How To: compile for .NET for image support..

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-502: --- Component/s: .NET How To: compile for .NET for image support..

Re: PDFReader

2014-02-09 Thread John Hewson
The only thing I know, is to use a bulk change and disable the mail notification. It's in thw tools drop-down menu when displaying a search result as list. I don’t see any way to disable the mail notification? Perhaps my account does not have that privilege. -- John On 8 Feb 2014, at

[jira] [Resolved] (PDFBOX-1748) PDPage.convertToImage fails with IndexOutOfBoundsException: Index: 0, Size: 0

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1748. - Resolution: Not A Problem Closing, as this does not appear to have been an issue with PDFBox.

[jira] [Closed] (PDFBOX-1748) PDPage.convertToImage fails with IndexOutOfBoundsException: Index: 0, Size: 0

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1748. --- PDPage.convertToImage fails with IndexOutOfBoundsException: Index: 0, Size: 0

[jira] [Updated] (PDFBOX-416) Add ability to quickly regenerate Input Test Files

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-416: --- Component/s: Text extraction Add ability to quickly regenerate Input Test Files

[jira] [Updated] (PDFBOX-1885) Add reference to ECM REWOO Scope

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1885: Component/s: Documentation Add reference to ECM REWOO Scope

[jira] [Updated] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1734: Component/s: Rendering ImageIoUtil.WriteImage doesn't work with tiff images

[jira] [Updated] (PDFBOX-331) showCharacter Javadoc unclear and Method title ambiguous

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-331: --- Component/s: Documentation showCharacter Javadoc unclear and Method title ambiguous

[jira] [Updated] (PDFBOX-1215) Can not render PDF with Simplified Chinese due to changing font to the default font

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1215: Component/s: Rendering Can not render PDF with Simplified Chinese due to changing font to the

[jira] [Updated] (PDFBOX-303) Extracting text by ID

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-303: --- Component/s: Text extraction Extracting text by ID - Key:

Re: CCITT Fax code from Sun Microsystems

2014-02-09 Thread John Hewson
Not sure that this is really the case. Which part? -- John On 9 Feb 2014, at 12:11, Dave Fisher dave2w...@comcast.net wrote: Hi John, Not sure that this is really the case. On Feb 9, 2014, at 11:14 AM, John Hewson wrote: Hi All It seems that we have some Sun Microsystems code in

Re: CCITT Fax code from Sun Microsystems

2014-02-09 Thread John Hewson
Which part? Ignore me, I didn’t notice the rest of the e-mail. You’re quite right. It’s not at all obvious where the code really came from. I’d be very surprised if Sun were going around removing Apache copyright from code and adding their own, it doesn’t seem like the sort of thing their

Re: CCITT Fax code from Sun Microsystems

2014-02-09 Thread John Hewson
Mystery solved. As Dave noticed, the code in Apache XML Commons was committed [1] in 2001, however the commit message gives an original path under /xmlgraphics/batik/. The class appeared as part of Apache Batik at the same time, with the same commit message. After a great deal of Googling I

[jira] [Commented] (PDFBOX-1734) ImageIoUtil.WriteImage doesn't work with tiff images

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13896043#comment-13896043 ] John Hewson commented on PDFBOX-1734: - Ok, copyright issue is resolved, the Apache

[jira] [Updated] (PDFBOX-10) Set label on PDPushButton

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-10: -- Component/s: (was: PDModel) AcroForm Set label on PDPushButton

[jira] [Updated] (PDFBOX-14) Add ability to set document information using PDFViewer

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-14: -- Component/s: (was: PDModel) Swing GUI Add ability to set document information

[jira] [Updated] (PDFBOX-53) Problem getting value from PDRadioCollection

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-53: -- Component/s: (was: PDModel) AcroForm Problem getting value from PDRadioCollection

[jira] [Updated] (PDFBOX-39) Text moves when using SetField and then selecting field

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-39: -- Component/s: (was: PDModel) AcroForm Text moves when using SetField and then

[jira] [Updated] (PDFBOX-75) Import XFDF 2 - NullPointerException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-75: -- Component/s: (was: PDModel) AcroForm Import XFDF 2 - NullPointerException

[jira] [Resolved] (PDFBOX-1441) Convert text to pdf in polish (pl_PL) grabbled

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1441. - Resolution: Duplicate Convert text to pdf in polish (pl_PL) grabbled

[jira] [Closed] (PDFBOX-1441) Convert text to pdf in polish (pl_PL) grabbled

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1441. --- Duplicate of PDFBOX-922 Convert text to pdf in polish (pl_PL) grabbled

[jira] [Updated] (PDFBOX-74) Import XFDF - ArrayIndexOutOfBoundsException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-74: -- Component/s: (was: PDModel) AcroForm Import XFDF - ArrayIndexOutOfBoundsException

[jira] [Updated] (PDFBOX-88) error filling in form fields

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-88: -- Component/s: (was: PDModel) AcroForm error filling in form fields

[jira] [Updated] (PDFBOX-86) Form fields not properly drawn on rotated PDF

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-86: -- Component/s: (was: PDModel) Rendering Form fields not properly drawn on rotated

[jira] [Updated] (PDFBOX-70) Unable to set data with FDF

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-70: -- Component/s: (was: PDModel) AcroForm Unable to set data with FDF

[jira] [Updated] (PDFBOX-91) Problem with Form TextField and option COMB

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-91: -- Component/s: (was: PDModel) AcroForm Problem with Form TextField and option COMB

[jira] [Updated] (PDFBOX-120) How to concat pdf with fields ?

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-120: --- Component/s: (was: PDModel) AcroForm How to concat pdf with fields ?

[jira] [Updated] (PDFBOX-129) Error when setting the value of a combo box to

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-129: --- Component/s: (was: PDModel) AcroForm Error when setting the value of a combo

[jira] [Updated] (PDFBOX-125) Support extracting signature fields to FDF

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-125: --- Component/s: (was: PDModel) Signing AcroForm Support

[jira] [Updated] (PDFBOX-559) PDChoiceField.setValue() does not always work when the choices are not pairs

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-559: --- Component/s: (was: PDModel) AcroForm PDChoiceField.setValue() does not always

[jira] [Updated] (PDFBOX-151) Correct calculation of Type0Font size.

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-151: --- Component/s: (was: PDModel) AcroForm Correct calculation of Type0Font size.

[jira] [Updated] (PDFBOX-843) PDPushButton kids not recognized

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-843: --- Component/s: (was: PDModel) AcroForm PDPushButton kids not recognized

[jira] [Resolved] (PDFBOX-882) pdmodle.PDPage 'convertToImage' throws IOException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-882. Resolution: Not A Problem JPXDecode filter was added in 1.3.1 pdmodle.PDPage 'convertToImage'

[jira] [Updated] (PDFBOX-882) pdmodle.PDPage 'convertToImage' throws IOException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-882: --- Component/s: (was: PDModel) pdmodle.PDPage 'convertToImage' throws IOException

[jira] [Closed] (PDFBOX-882) pdmodle.PDPage 'convertToImage' throws IOException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-882. -- pdmodle.PDPage 'convertToImage' throws IOException

[jira] [Commented] (PDFBOX-882) pdmodle.PDPage 'convertToImage' throws IOException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13896054#comment-13896054 ] John Hewson commented on PDFBOX-882: Also, the NullPointerException exception no

[jira] [Created] (PDFBOX-1899) Rendering issues images and lines

2014-02-09 Thread John Hewson (JIRA)
John Hewson created PDFBOX-1899: --- Summary: Rendering issues images and lines Key: PDFBOX-1899 URL: https://issues.apache.org/jira/browse/PDFBOX-1899 Project: PDFBox Issue Type: Bug

[jira] [Commented] (PDFBOX-882) pdmodle.PDPage 'convertToImage' throws IOException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13896055#comment-13896055 ] John Hewson commented on PDFBOX-882: I've created a new issue PDFBOX-882 for the

[jira] [Commented] (PDFBOX-882) pdmodle.PDPage 'convertToImage' throws IOException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13896056#comment-13896056 ] John Hewson commented on PDFBOX-882: Argh, that should be PDFBOX-1899, sorry.

[jira] [Updated] (PDFBOX-919) Make custom fonts reusable / get font reference from document.

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-919: --- Component/s: (was: PDModel) Writing Make custom fonts reusable / get font

[jira] [Updated] (PDFBOX-922) True type PDFont subclass only supports WinAnsiEncoding (hardcoded!)

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-922: --- Component/s: (was: PDModel) (was: FontBox) True type PDFont subclass only

[jira] [Updated] (PDFBOX-996) need to insert a child as the first child of an outline but you can only append to the outline.

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-996: --- Component/s: (was: PDModel) Writing need to insert a child as the first child

[jira] [Updated] (PDFBOX-1027) Modifications to permit use of PDFBOX on Google App Engine

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1027: Component/s: (was: PDModel) Modifications to permit use of PDFBOX on Google App Engine

[jira] [Updated] (PDFBOX-1060) convertToImage includes ghost annotation outlines

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1060: Component/s: (was: PDModel) Rendering convertToImage includes ghost

[jira] [Updated] (PDFBOX-1068) Odd looking question mark at end of every line in rendered text file

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1068: Component/s: (was: PDModel) Rendering Odd looking question mark at end of

[jira] [Resolved] (PDFBOX-1113) Pdfbox ReplaceString works but the result is unreadable

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1113. - Resolution: Unresolved Pdfbox ReplaceString works but the result is unreadable

[jira] [Closed] (PDFBOX-1330) Generic changes

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1330. --- Closing this issue due to its age. Generic changes --- Key:

[jira] [Updated] (PDFBOX-1261) Support for visual signature without a pdf template

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1261: Component/s: (was: PDModel) Signing Support for visual signature without a

[jira] [Resolved] (PDFBOX-1330) Generic changes

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1330. - Resolution: Unresolved Generic changes --- Key: PDFBOX-1330

[jira] [Updated] (PDFBOX-1276) java.lang.NullPointerException on trying to set value for PDTextBox in pdf file.

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1276: Component/s: (was: PDModel) AcroForm java.lang.NullPointerException on

[jira] [Updated] (PDFBOX-1402) Improve handling of multiline text boxes

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1402: Component/s: (was: PDModel) AcroForm Improve handling of multiline text

[jira] [Updated] (PDFBOX-1360) Adding page from one doc to another (as a layer) results in faulty doc

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1360: Component/s: (was: Writing) (was: Parsing) (was:

[jira] [Updated] (PDFBOX-1406) PDFBox creates corrupt PDF files

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1406: Component/s: (was: PDModel) Utilities PDFBox creates corrupt PDF files

[jira] [Updated] (PDFBOX-1350) OutOfMemory on reading a special PDF

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1350: Component/s: (was: PDModel) OutOfMemory on reading a special PDF

[jira] [Updated] (PDFBOX-1444) Capability to use custom PageDrawer in PDPage.convertToImage

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1444: Component/s: Rendering Capability to use custom PageDrawer in PDPage.convertToImage

[jira] [Updated] (PDFBOX-1495) Annotation links dont work in adobe reader 10 or above version with copy of created pdf

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1495: Component/s: (was: PDModel) Writing Annotation links dont work in adobe

[jira] [Updated] (PDFBOX-1474) PDDocument.decrypt does not throws InvalidPasswordException

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1474: Component/s: (was: PDModel) Documentation PDDocument.decrypt does not

[jira] [Updated] (PDFBOX-1493) String ending in close paren disappears

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1493: Component/s: (was: PDModel) AcroForm String ending in close paren

[jira] [Closed] (PDFBOX-1566) reduce duplicated code and add caching to pdpagenode

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1566. --- reduce duplicated code and add caching to pdpagenode

[jira] [Updated] (PDFBOX-1798) Performance problem with PDDocument.saveIncremental (when signing document)

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1798: Component/s: (was: PDModel) Writing Performance problem with

[jira] [Updated] (PDFBOX-1877) Radial Shading (type 3) fails Ghent Workgroup tests

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1877: Component/s: (was: PDModel) Rendering Radial Shading (type 3) fails Ghent

[jira] [Updated] (PDFBOX-1822) Signature byte range is Invalid

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1822: Component/s: (was: Parsing) (was: AcroForm) (was:

[jira] [Updated] (PDFBOX-1879) Gibberish characters when converting pdf to image

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1879: Component/s: (was: PDModel) Rendering Gibberish characters when converting

[jira] [Updated] (PDFBOX-1892) Empty pages after rendering images: org.apache.pdfbox.util.operator.pagedrawer.Invoke

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1892: Component/s: (was: PDModel) Rendering Empty pages after rendering images:

[jira] [Updated] (PDFBOX-1881) Visual Signature created by other lib not printable via PDFBox

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1881: Component/s: (was: PDModel) Signing Visual Signature created by other lib

[jira] [Updated] (PDFBOX-1895) Font definitions must precede font references

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1895: Component/s: (was: PDModel) Writing Font definitions must precede font

[jira] [Updated] (PDFBOX-158) Renaming of form fields to identical names

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-158: --- Component/s: (was: PDModel) AcroForm Renaming of form fields to identical

[jira] [Resolved] (PDFBOX-229) error with PDFToImage

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-229. Resolution: Fixed Fix Version/s: 1.8.0 JBIG2 support was

[jira] [Closed] (PDFBOX-229) error with PDFToImage

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-229. -- error with PDFToImage - Key: PDFBOX-229 URL:

[jira] [Updated] (PDFBOX-239) PDFToImage prints every word at the start of the line

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-239: --- Component/s: (was: PDModel) Rendering PDFToImage prints every word at the

[jira] [Updated] (PDFBOX-287) Inserting TIF / BMP / GIF into PDF

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-287: --- Component/s: (was: PDModel) Writing Inserting TIF / BMP / GIF into PDF

[jira] [Closed] (PDFBOX-1070) __NSAutoreleaseNoPool messages in headless mode on Mac OS X

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1070. --- __NSAutoreleaseNoPool messages in headless mode on Mac OS X

[jira] [Updated] (PDFBOX-1187) Cut dependency between pdfbox and jempbox

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1187: Component/s: (was: PDModel) Cut dependency between pdfbox and jempbox

[jira] [Updated] (PDFBOX-1094) Pattern colorspace support

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1094: Component/s: (was: PDModel) Rendering Pattern colorspace support

[jira] [Resolved] (PDFBOX-1070) __NSAutoreleaseNoPool messages in headless mode on Mac OS X

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1070. - Resolution: Invalid Closing, as this is not a bug in PDFBox. __NSAutoreleaseNoPool messages

[jira] [Updated] (PDFBOX-1329) Update PDPage to enum

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1329: Fix Version/s: 2.0.0 Update PDPage to enum - Key:

[jira] [Updated] (PDFBOX-1270) Change internal page resolution to float everywhere

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1270: Component/s: Rendering Change internal page resolution to float everywhere

[jira] [Updated] (PDFBOX-1390) Is COSNumber mutable or immutable?

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1390: Fix Version/s: 2.0.0 Is COSNumber mutable or immutable? --

[jira] [Updated] (PDFBOX-1383) Proposal for a new COSArrayList

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1383: Fix Version/s: 2.0.0 Proposal for a new COSArrayList ---

[jira] [Updated] (PDFBOX-1792) Different metadata extracted with NonSequentialPDFParser vs classic parser on some documents

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1792: Component/s: (was: PDModel) Parsing Different metadata extracted with

[jira] [Resolved] (PDFBOX-1073) Error when handling a TIFF image

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1073. - Resolution: Incomplete Closing due to a lack of information. Error when handling a TIFF image

[jira] [Closed] (PDFBOX-1073) Error when handling a TIFF image

2014-02-09 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson closed PDFBOX-1073. --- Error when handling a TIFF image Key: PDFBOX-1073

  1   2   >