[jira] [Commented] (PDFBOX-1915) Implement shading with Coons and tensor-product patch meshes

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054580#comment-14054580 ] Tilman Hausherr commented on PDFBOX-1915: - I'll test the new code later today...

[jira] [Commented] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occure in the result

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054671#comment-14054671 ] Maruan Sahyoun commented on PDFBOX-1533: The issue is because part1.pdf in

[jira] [Comment Edited] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occure in the result

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054671#comment-14054671 ] Maruan Sahyoun edited comment on PDFBOX-1533 at 7/8/14 8:57 AM:

Re: Paid PDFBox support

2014-07-08 Thread Aleksander Blomskøld
Yes, it's the same issue. The files attached actually comes from the company I'm working for. On Mon, Jul 7, 2014 at 11:05 PM, Maruan Sahyoun sahy...@fileaffairs.de wrote: the issue is because part1.pdf in PDFBOX-1533 references the same 2 pages 3 times within the document catalog (/Kids [3 0

Re: Paid PDFBox support

2014-07-08 Thread Maruan Sahyoun
of course it’s possible to put in a workaround - might it be in PDFBox itself or in the merging application. Even better might be to check why this - at least misleading information - might have been created. Would you think you could influence that? BR Maruan Am 08.07.2014 um 11:01 schrieb

Re: [jira] [Closed] (PDFBOX-1384) Proposals for a new PDNameTreeNode and PDNumberTreeNode

2014-07-08 Thread dnt
Am Freitag, 4. Juli 2014, 13:33:58 schrieb John Hewson: That’s certainly possible, I think part of the issue is that (speaking for myself) I’d rather see number and name trees handled more abstractly, the PD model should hide the details rather than exposing them all. Ideally we would end up

[jira] [Commented] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Marco Primiceri (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054707#comment-14054707 ] Marco Primiceri commented on PDFBOX-283: Hi [~tilman] Thanks a lot for your quick

[jira] [Commented] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occure in the result

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054799#comment-14054799 ] Maruan Sahyoun commented on PDFBOX-1533: a potential workaround is to put

Re: Paid PDFBox support

2014-07-08 Thread Aleksander Blomskøld
Our biggest problem now is that we haven't been able to detect when the issue occours before our customer does. I guess a possible (but not optimal) work around for us would be to check the PDF files if they got this issue (getAllPages.size() is not the same as getNumPages()), and then raise an

Re: Paid PDFBox support

2014-07-08 Thread Maruan Sahyoun
what we could do is put the workaround into PDFBox and print a log output. OTOH you might have more control over handling such situation if you deal with it yourself by putting in a check and a workaround. See my comment at PDFBOX-1533. WDYT? BR Maruan Am 08.07.2014 um 15:02 schrieb

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image (renderImageWithDPI)

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054998#comment-14054998 ] Maruan Sahyoun commented on PDFBOX-2195: Is Tahoma,Italic available on your

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image (renderImageWithDPI)

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055025#comment-14055025 ] A.D. Kent commented on PDFBOX-2195: --- I only have Tahoma (tahoma.ttf) and Tahoma,Bold

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image (renderImageWithDPI)

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055065#comment-14055065 ] Maruan Sahyoun commented on PDFBOX-2195: is it possible to attach a sample PDF

Re: Paid PDFBox support

2014-07-08 Thread Aleksander Blomskøld
To me it sounds like a good idea to have this workaround into PDFBox. I also think the solution you've written in the issue seems like a decent one, although I have no idea if it might have any unforeseen consequences. But if you think it's safe I'll definitely trust your opinion :) On Tue, Jul

[jira] [Commented] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055184#comment-14055184 ] Tilman Hausherr commented on PDFBOX-283: Could you please 1) attach these diffs as

[jira] [Updated] (PDFBOX-2195) Missing text when converting PDF to image (renderImageWithDPI)

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A.D. Kent updated PDFBOX-2195: -- Attachment: Claim AA011332 Diagram and Estimates.pdf Missing text when converting PDF to image

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image (renderImageWithDPI)

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055185#comment-14055185 ] A.D. Kent commented on PDFBOX-2195: --- Test file attached. Missing text when converting

Re: Paid PDFBox support

2014-07-08 Thread John Hewson
In Adobe Acrobat this file has only two pages, so as noted the root of the page tree is invalid: /Kids [3 0 R, 3 0 R, 3 0 R] Acrobat is ignoring these extra pages, so the fix for PDFBox should be to ignore repeated objects in the page tree. -- John On 7 Jul 2014, at 14:05, Maruan Sahyoun

Re: Paid PDFBox support

2014-07-08 Thread Maruan Sahyoun
yes - in PDFBOX-1533 I added a description for a workaround I plan to put in. WDYT? BR Maruan Am 08.07.2014 um 19:49 schrieb John Hewson j...@jahewson.com: In Adobe Acrobat this file has only two pages, so as noted the root of the page tree is invalid: /Kids [3 0 R, 3 0 R, 3 0 R]

Re: Paid PDFBox support

2014-07-08 Thread Martin Schröder
2014-07-08 19:49 GMT+02:00 John Hewson j...@jahewson.com: In Adobe Acrobat this file has only two pages, so as noted the root of the page tree is invalid: /Kids [3 0 R, 3 0 R, 3 0 R] This is IMHO perfectly valid. Has anybody tried preflighting the pdf with Acrobat? Best Martin

Re: Paid PDFBox support

2014-07-08 Thread John Hewson
On 8 Jul 2014, at 10:53, Martin Schröder mar...@oneiros.de wrote: 2014-07-08 19:49 GMT+02:00 John Hewson j...@jahewson.com: In Adobe Acrobat this file has only two pages, so as noted the root of the page tree is invalid: /Kids [3 0 R, 3 0 R, 3 0 R] This is IMHO perfectly valid. In

Re: Paid PDFBox support

2014-07-08 Thread Martin Schröder
2014-07-07 23:09 GMT+02:00 Leonard Rosenthol lrose...@adobe.com: FWIW: It¹s unclear if such a file (with multiple references from the Pages tree) is valid. There is nothing that prevents it, but it¹s not necessary an expected thing. Will this be clarified in PDF 2.0? Best Martin

[jira] [Commented] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055222#comment-14055222 ] Maruan Sahyoun commented on PDFBOX-283: --- [~tilman] I’d go for the second diff

[jira] [Updated] (PDFBOX-1915) Implement shading with Coons and tensor-product patch meshes

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-1915: Attachment: ch14.pdf ch14.pdf - chapter 14 of the book of Prof. Bill Casselman. It

[jira] [Commented] (PDFBOX-1915) Implement shading with Coons and tensor-product patch meshes

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055236#comment-14055236 ] Tilman Hausherr commented on PDFBOX-1915: - The results are amazing, so yes, we'll

[jira] [Commented] (PDFBOX-1915) Implement shading with Coons and tensor-product patch meshes

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055241#comment-14055241 ] Tilman Hausherr commented on PDFBOX-1915: - I didn't understand {quote} If you are

[jira] [Updated] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occur in the result

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1533: Summary: When merging certain PDF's several odd looking empty pages occur in the result (was:

[jira] [Assigned] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occur in the result

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson reassigned PDFBOX-1533: --- Assignee: John Hewson When merging certain PDF's several odd looking empty pages occur in

[jira] [Updated] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occur in the result

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-1533: Affects Version/s: 2.0.0 When merging certain PDF's several odd looking empty pages occur in the

Re: Paid PDFBox support

2014-07-08 Thread John Hewson
Looks good. I modified getAllKids() so that it returns the same output as your workaround, rather than applying the workaround to the output. It’s now in the 1.8.7 and 2.0 trunks. -- John On 8 Jul 2014, at 10:53, Maruan Sahyoun sahy...@fileaffairs.de wrote: yes - in PDFBOX-1533 I added a

Re: Paid PDFBox support

2014-07-08 Thread Maruan Sahyoun
thx Maruan Am 08.07.2014 um 20:33 schrieb John Hewson j...@jahewson.com: Looks good. I modified getAllKids() so that it returns the same output as your workaround, rather than applying the workaround to the output. It’s now in the 1.8.7 and 2.0 trunks. -- John On 8 Jul 2014, at

[jira] [Resolved] (PDFBOX-1533) When merging certain PDF's several odd looking empty pages occur in the result

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-1533. - Resolution: Fixed Fix Version/s: 2.0.0 1.8.7 Yep, that's the gist of

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image (renderImageWithDPI)

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055279#comment-14055279 ] John Hewson commented on PDFBOX-2195: - {quote} Resultant image is missing text where

[jira] [Updated] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-2195: Summary: Missing text when converting PDF to image (was: Missing text when converting PDF to

[jira] [Updated] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-2195: Component/s: (was: FontBox) Rendering Missing text when converting PDF to

[jira] [Updated] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A.D. Kent updated PDFBOX-2195: -- Attachment: Claim AA011332 Diagram and Estimates.tif TIFF image output. Missing text when

[jira] [Comment Edited] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055279#comment-14055279 ] John Hewson edited comment on PDFBOX-2195 at 7/8/14 6:56 PM: -

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055318#comment-14055318 ] A.D. Kent commented on PDFBOX-2195: --- Looking at code, I believe I'm getting this

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055323#comment-14055323 ] John Hewson commented on PDFBOX-2195: - The issue here is that the font is missing and

[jira] [Comment Edited] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055323#comment-14055323 ] John Hewson edited comment on PDFBOX-2195 at 7/8/14 7:02 PM: -

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055330#comment-14055330 ] A.D. Kent commented on PDFBOX-2195: --- Okay, thanks for clarifying...that's what I was

Jenkins build is back to stable : PDFBox-trunk » Apache PDFBox #1125

2014-07-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/1125/changes

Jenkins build is back to stable : PDFBox-trunk #1125

2014-07-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/PDFBox-trunk/1125/changes

[jira] [Updated] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A.D. Kent updated PDFBOX-2195: -- Attachment: Claim AA011332 Diagram and Estimates_p10.pdf Claim AA011332 Diagram and

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055347#comment-14055347 ] A.D. Kent commented on PDFBOX-2195: --- See attachments Claim AA011332 Diagram and

[jira] [Comment Edited] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055347#comment-14055347 ] A.D. Kent edited comment on PDFBOX-2195 at 7/8/14 7:24 PM: --- See

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055352#comment-14055352 ] John Hewson commented on PDFBOX-2195: - The original TIFF file which you uploaded does

[jira] [Updated] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Marco Primiceri (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Primiceri updated PDFBOX-283: --- Attachment: PDAppearance_bis.diff PDAppearance.diff Files attachment as per

[jira] [Commented] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Marco Primiceri (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055369#comment-14055369 ] Marco Primiceri commented on PDFBOX-283: Hi [~tilman], I have attached the diff

Re: Paid PDFBox support

2014-07-08 Thread Leonard Rosenthol
Actually, preflight has an option called ³Report PDF Syntax Errors² which WILL check against ISO 32000-1 compliance - at least for the PDF body objects themselves. Leonard On 7/8/14, 2:02 PM, John Hewson j...@jahewson.com wrote: On 8 Jul 2014, at 10:53, Martin Schröder mar...@oneiros.de wrote:

Re: Paid PDFBox support

2014-07-08 Thread Leonard Rosenthol
No, but it probably should :). I’ve made a note. Leonard On 7/8/14, 2:05 PM, Martin Schröder mar...@oneiros.de wrote: 2014-07-07 23:09 GMT+02:00 Leonard Rosenthol lrose...@adobe.com: FWIW: It¹s unclear if such a file (with multiple references from the Pages tree) is valid. There is nothing

Re: [jira] [Closed] (PDFBOX-1384) Proposals for a new PDNameTreeNode and PDNumberTreeNode

2014-07-08 Thread John Hewson
You could make a new patch which only provides type safety via generics and does no other refactorings. You need to create your patch against the 2.0 trunk using “svn diff” to create a .patch file. Also make your changes in the existing PDFBox classes rather than crating DT-prefixed classes. The

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055388#comment-14055388 ] A.D. Kent commented on PDFBOX-2195: --- It would appear that the Tahoma,Italics (while an

[jira] [Comment Edited] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055388#comment-14055388 ] A.D. Kent edited comment on PDFBOX-2195 at 7/8/14 7:49 PM: --- It

PDF 2.0 spec

2014-07-08 Thread Tilman Hausherr
Hello Leonard, Another wish for clarification: inline images. It should be mentioned that there must be a line change before and after the EI. Currently, some vendors are just using a space, or even nothing at all. The result is that we're using heuristics to decide whether an EI is really

[jira] [Comment Edited] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055397#comment-14055397 ] John Hewson edited comment on PDFBOX-2195 at 7/8/14 7:54 PM: -

[jira] [Comment Edited] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055397#comment-14055397 ] John Hewson edited comment on PDFBOX-2195 at 7/8/14 7:56 PM: -

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055397#comment-14055397 ] John Hewson commented on PDFBOX-2195: - I have no idea what you're doing with that

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055409#comment-14055409 ] A.D. Kent commented on PDFBOX-2195: --- My objective - a solution that imports PDF as an

Re: Paid PDFBox support

2014-07-08 Thread Leonard Rosenthol
Actually, John, it won’t report on either of those things you’ve mentioned. :) What it does, however, is check every key every value in every dictionary, and each element of every array in the Body of the PDF to make sure that their name, value, type, presence (or not) matches what it says in

Re: PDF 2.0 spec

2014-07-08 Thread Leonard Rosenthol
That’s already been done! In addition, we added a new optional /L key for specifying the length of an inline image to also help find the end of the image (to help avoid the intermediate EI’s). Personally, I wanted to deprecate Inline Images completely but I lost that one :(. Leonard On

Re: Paid PDFBox support

2014-07-08 Thread Leonard Rosenthol
Oh, and for the sake of proper identification… I am the PDF Architect for Adobe Systems and currently maintain support that particular piece of code in our products. Leonard On 7/8/14, 4:04 PM, Leonard Rosenthol lrose...@adobe.com wrote: Actually, John, it won’t report on either of those

[jira] [Comment Edited] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055461#comment-14055461 ] Tilman Hausherr edited comment on PDFBOX-283 at 7/8/14 8:27 PM:

[jira] [Commented] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055461#comment-14055461 ] Tilman Hausherr commented on PDFBOX-283: Could you also attach the PDF Character

Re: Paid PDFBox support

2014-07-08 Thread John Hewson
That’s good to know. I guess that the last file I tried it on contained low-level syntax errors in the same place it had some key/value errors so I conflated the two. My main problem has been that most of the time when a file does contain an error, rather than getting a description of the

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread Maruan Sahyoun (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055519#comment-14055519 ] Maruan Sahyoun commented on PDFBOX-2195: it might be better to import the PDF

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread A.D. Kent (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055529#comment-14055529 ] A.D. Kent commented on PDFBOX-2195: --- Excellent Maruan. I'll review importPageAsForm to

[jira] [Comment Edited] (PDFBOX-283) Character encoding/appearance issues when filling forms

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055461#comment-14055461 ] Tilman Hausherr edited comment on PDFBOX-283 at 7/8/14 9:52 PM:

[jira] [Commented] (PDFBOX-1915) Implement shading with Coons and tensor-product patch meshes

2014-07-08 Thread Shaola Ren (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055727#comment-14055727 ] Shaola Ren commented on PDFBOX-1915: Never mind, I just wanted to finish the work

Re: Paid PDFBox support

2014-07-08 Thread John Hewson
Hi LeonardI’ve found one... it took some searching, as I don’t have an automated way toextract them from my dataset. Of the PDFs I have 99% have no syntaxerrors but instead relate to bugs in PDFBox.The attached PDF is really quite broken, it can’t be viewed correctly inAcrobat, although it can be

[jira] [Commented] (PDFBOX-2195) Missing text when converting PDF to image

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055734#comment-14055734 ] John Hewson commented on PDFBOX-2195: - +1 to Maruan's approach. I'll leave this issue

[jira] [Comment Edited] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055761#comment-14055761 ] John Hewson edited comment on PDFBOX-2192 at 7/9/14 2:06 AM: -

[jira] [Comment Edited] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055761#comment-14055761 ] John Hewson edited comment on PDFBOX-2192 at 7/9/14 2:05 AM: -

[jira] [Resolved] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2192. - Resolution: Fixed Fix Version/s: 2.0.0 Indeed it does, thought in this case it was

[jira] [Comment Edited] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055761#comment-14055761 ] John Hewson edited comment on PDFBOX-2192 at 7/9/14 2:05 AM: -

[jira] [Comment Edited] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055761#comment-14055761 ] John Hewson edited comment on PDFBOX-2192 at 7/9/14 2:06 AM: -

[jira] [Assigned] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson reassigned PDFBOX-2192: --- Assignee: John Hewson unknown command in Type1CharString.handleCommand

[jira] [Commented] (PDFBOX-2192) unknown command in Type1CharString.handleCommand

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055764#comment-14055764 ] John Hewson commented on PDFBOX-2192: - I'm seeing some other glyph (diamond - u)

[jira] [Commented] (PDFBOX-2183) COSArray cannot be cast to COSNumber

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055768#comment-14055768 ] John Hewson commented on PDFBOX-2183: - Wouldn't it be better to unpack the inner

[jira] [Updated] (PDFBOX-2193) ClassCastException in PDExtendedGraphicsState.getFontSetting()

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson updated PDFBOX-2193: Component/s: (was: Parsing) PDModel ClassCastException in

[jira] [Assigned] (PDFBOX-2193) ClassCastException in PDExtendedGraphicsState.getFontSetting()

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson reassigned PDFBOX-2193: --- Assignee: John Hewson ClassCastException in PDExtendedGraphicsState.getFontSetting()

[jira] [Resolved] (PDFBOX-2193) ClassCastException in PDExtendedGraphicsState.getFontSetting()

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Hewson resolved PDFBOX-2193. - Resolution: Fixed Fix Version/s: 2.0.0 Problem was caused by the PDF containing an

Re: Regression Testing

2014-07-08 Thread John Hewson
On 6 Jul 2014, at 01:28, Guillaume Bailleul gbm.baill...@gmail.com wrote: About why are isartor test not done by default? In the first time of preflight in PDFBox, I made it not by default because some manipulation were needed to make it work, I was not good with maven in these time. When I

Re: Regression Testing

2014-07-08 Thread John Hewson
On 4 Jul 2014, at 14:05, Petr Slabý sl...@kadel.cz wrote: Hi, following is a description of what we are doing in our company. With our software, we run regression tests after each nightly build and sometimes it is a tough fight. If there is a regression, it is not so easy to find which

Jenkins build is back to normal : PDFBox-ant #1418

2014-07-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/PDFBox-ant/1418/changes

Re: Regression Testing

2014-07-08 Thread John Hewson
Hi Tim, My initial plan for TIKA-1302 is very similar to what Tilman outlined, and my understanding/concerns/thoughts were very much in line with what he articulated. The idea is that there should be a small Apache license-able gold truth set like both projects now have for specific unit

[jira] [Commented] (PDFBOX-2184) Jenkins: CMMException: Invalid profile data

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055800#comment-14055800 ] John Hewson commented on PDFBOX-2184: - Hmm, didn't seem to work...

[jira] [Comment Edited] (PDFBOX-2184) Jenkins: CMMException: Invalid profile data

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055800#comment-14055800 ] John Hewson edited comment on PDFBOX-2184 at 7/9/14 3:08 AM: -

[jira] [Commented] (PDFBOX-2184) Jenkins: CMMException: Invalid profile data

2014-07-08 Thread John Hewson (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055803#comment-14055803 ] John Hewson commented on PDFBOX-2184: - Still seeing this problem:

[jira] [Commented] (PDFBOX-2183) COSArray cannot be cast to COSNumber

2014-07-08 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055870#comment-14055870 ] Tilman Hausherr commented on PDFBOX-2183: - Sure I could have done that, but I