[jira] [Commented] (PDFBOX-3546) IOException over DataFormatException, "invalid stored block lengths" on a valid PDF

2016-10-28 Thread Tilman Hausherr (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615806#comment-15615806
 ] 

Tilman Hausherr commented on PDFBOX-3546:
-

"/XRefStm 208788" has an incorrect value. Unless somebody else does it first, 
I'll fix it mid next week, i.e. catch the exception and skip the incorrect 
XRefStm.

> IOException over DataFormatException, "invalid stored block lengths" on a 
> valid PDF
> ---
>
> Key: PDFBOX-3546
> URL: https://issues.apache.org/jira/browse/PDFBOX-3546
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.3
> Environment: Windows 7 x64, JVM 1.8.0_101
>Reporter: Seva Alekseyev
> Fix For: 2.0.4, 2.1.0
>
> Attachments: Null-control-man.pdf
>
>
> On the attached document, which loads and displays with Adobe Reader fine, 
> PDDocument.load() throws the following exception:
> java.io.IOException: java.util.zip.DataFormatException: invalid stored block 
> lengths
>   at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:82)
>   at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:69)
>   at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:162)
>   at 
> org.apache.pdfbox.pdfparser.PDFXrefStreamParser.(PDFXrefStreamParser.java:56)
>   at 
> org.apache.pdfbox.pdfparser.COSParser.parseXrefStream(COSParser.java:2053)
>   at 
> org.apache.pdfbox.pdfparser.COSParser.parseXrefObjStream(COSParser.java:333)
>   at org.apache.pdfbox.pdfparser.COSParser.parseXref(COSParser.java:259)
>   at 
> org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:194)
>   at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:252)
>   at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:957)
>   at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:913)
>   at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:861)
>   at Temp.PDFTemp.App.main(App.java:19)
> Caused by: java.util.zip.DataFormatException: invalid stored block lengths
>   at java.util.zip.Inflater.inflateBytes(Native Method)
>   at java.util.zip.Inflater.inflate(Inflater.java:259)
>   at java.util.zip.Inflater.inflate(Inflater.java:280)
>   at org.apache.pdfbox.filter.FlateFilter.decompress(FlateFilter.java:107)
>   at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:73)
>   ... 12 more



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-3546) IOException over DataFormatException, "invalid stored block lengths" on a valid PDF

2016-10-28 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr updated PDFBOX-3546:

Fix Version/s: 2.1.0
   2.0.4

> IOException over DataFormatException, "invalid stored block lengths" on a 
> valid PDF
> ---
>
> Key: PDFBOX-3546
> URL: https://issues.apache.org/jira/browse/PDFBOX-3546
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.3
> Environment: Windows 7 x64, JVM 1.8.0_101
>Reporter: Seva Alekseyev
> Fix For: 2.0.4, 2.1.0
>
> Attachments: Null-control-man.pdf
>
>
> On the attached document, which loads and displays with Adobe Reader fine, 
> PDDocument.load() throws the following exception:
> java.io.IOException: java.util.zip.DataFormatException: invalid stored block 
> lengths
>   at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:82)
>   at org.apache.pdfbox.cos.COSInputStream.create(COSInputStream.java:69)
>   at org.apache.pdfbox.cos.COSStream.createInputStream(COSStream.java:162)
>   at 
> org.apache.pdfbox.pdfparser.PDFXrefStreamParser.(PDFXrefStreamParser.java:56)
>   at 
> org.apache.pdfbox.pdfparser.COSParser.parseXrefStream(COSParser.java:2053)
>   at 
> org.apache.pdfbox.pdfparser.COSParser.parseXrefObjStream(COSParser.java:333)
>   at org.apache.pdfbox.pdfparser.COSParser.parseXref(COSParser.java:259)
>   at 
> org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:194)
>   at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:252)
>   at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:957)
>   at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:913)
>   at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:861)
>   at Temp.PDFTemp.App.main(App.java:19)
> Caused by: java.util.zip.DataFormatException: invalid stored block lengths
>   at java.util.zip.Inflater.inflateBytes(Native Method)
>   at java.util.zip.Inflater.inflate(Inflater.java:259)
>   at java.util.zip.Inflater.inflate(Inflater.java:280)
>   at org.apache.pdfbox.filter.FlateFilter.decompress(FlateFilter.java:107)
>   at org.apache.pdfbox.filter.FlateFilter.decode(FlateFilter.java:73)
>   ... 12 more



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-3548) Save Incremental Fail For Specific PDF

2016-10-28 Thread Marco Monacelli (JIRA)

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

Marco Monacelli updated PDFBOX-3548:

Attachment: UnixSignature.pdf
Original.pdf

> Save Incremental Fail For Specific PDF
> --
>
> Key: PDFBOX-3548
> URL: https://issues.apache.org/jira/browse/PDFBOX-3548
> Project: PDFBox
>  Issue Type: Bug
>  Components: Signing
>Affects Versions: 2.0.3
> Environment: Java 1.8 Linux Certos 6.
>Reporter: Marco Monacelli
>Priority: Blocker
> Attachments: Original.pdf, UnixSignature.pdf
>
>
> We use PDFBox to generate signatures. We have no problem with the majority of 
> PDF.
> But we have a PDF that produces an unexpected result.
> If I open the file with PDFBox is signed, if I open it with Acrobat does not 
> appear signed. as if acrobat ignore revisions.
> We enclose the original file and file the signed file.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-3548) Save Incremental Fail For Specific PDF

2016-10-28 Thread Marco Monacelli (JIRA)

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

Marco Monacelli updated PDFBOX-3548:

Summary: Save Incremental Fail For Specific PDF  (was: Save Incremental 
Fail For Prticular PDF)

> Save Incremental Fail For Specific PDF
> --
>
> Key: PDFBOX-3548
> URL: https://issues.apache.org/jira/browse/PDFBOX-3548
> Project: PDFBox
>  Issue Type: Bug
>  Components: Signing
>Affects Versions: 2.0.3
> Environment: Java 1.8 Linux Certos 6.
>Reporter: Marco Monacelli
>Priority: Blocker
>
> We use PDFBox to generate signatures. We have no problem with the majority of 
> PDF.
> But we have a PDF that produces an unexpected result.
> If I open the file with PDFBox is signed, if I open it with Acrobat does not 
> appear signed. as if acrobat ignore revisions.
> We enclose the original file and file the signed file.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Created] (PDFBOX-3548) Save Incremental Fail For Prticular PDF

2016-10-28 Thread Marco Monacelli (JIRA)
Marco Monacelli created PDFBOX-3548:
---

 Summary: Save Incremental Fail For Prticular PDF
 Key: PDFBOX-3548
 URL: https://issues.apache.org/jira/browse/PDFBOX-3548
 Project: PDFBox
  Issue Type: Bug
  Components: Signing
Affects Versions: 2.0.3
 Environment: Java 1.8 Linux Certos 6.
Reporter: Marco Monacelli
Priority: Blocker


We use PDFBox to generate signatures. We have no problem with the majority of 
PDF.
But we have a PDF that produces an unexpected result.
If I open the file with PDFBox is signed, if I open it with Acrobat does not 
appear signed. as if acrobat ignore revisions.

We enclose the original file and file the signed file.






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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-3547) [Patch]Improved signing of existing signature fields

2016-10-28 Thread Lonzak (JIRA)

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

Lonzak updated PDFBOX-3547:
---
Attachment: PDDocument.patch
CreateVisibleSignature.patch

> [Patch]Improved signing of existing signature fields
> 
>
> Key: PDFBOX-3547
> URL: https://issues.apache.org/jira/browse/PDFBOX-3547
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.4
>Reporter: Lonzak
> Attachments: CreateVisibleSignature.patch, PDDocument.patch
>
>
> Improved handling when a user wants to sign a document with existing (empty) 
> signature fields.
> My question is however: How can I attach the diffs to this issue? I don't 
> seem to have the rights. I tried to do a git pull but saw that its read-only.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-3547) [Patch]Improved signing of existing signature fields

2016-10-28 Thread Lonzak (JIRA)

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

Lonzak updated PDFBOX-3547:
---
Description: Improved handling when a user wants to sign a document with 
existing (empty) signature fields.  (was: Improved handling when a user wants 
to sign a document with existing (empty) signature fields.

My question is however: How can I attach the diffs to this issue? I don't seem 
to have the rights. I tried to do a git pull but saw that its read-only.)

> [Patch]Improved signing of existing signature fields
> 
>
> Key: PDFBOX-3547
> URL: https://issues.apache.org/jira/browse/PDFBOX-3547
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.4
>Reporter: Lonzak
> Attachments: CreateVisibleSignature.patch, PDDocument.patch
>
>
> Improved handling when a user wants to sign a document with existing (empty) 
> signature fields.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Created] (PDFBOX-3547) Improved signing of existing signature fields

2016-10-28 Thread Lonzak (JIRA)
Lonzak created PDFBOX-3547:
--

 Summary: Improved signing of existing signature fields
 Key: PDFBOX-3547
 URL: https://issues.apache.org/jira/browse/PDFBOX-3547
 Project: PDFBox
  Issue Type: Improvement
  Components: Signing
Affects Versions: 2.0.4
Reporter: Lonzak


Improved handling when a user wants to sign a document with existing (empty) 
signature fields.

My question is however: How can I attach the diffs to this issue? I don't seem 
to have the rights. I tried to do a git pull but saw that its read-only.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-3547) [Patch]Improved signing of existing signature fields

2016-10-28 Thread Lonzak (JIRA)

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

Lonzak updated PDFBOX-3547:
---
Summary: [Patch]Improved signing of existing signature fields  (was: 
Improved signing of existing signature fields)

> [Patch]Improved signing of existing signature fields
> 
>
> Key: PDFBOX-3547
> URL: https://issues.apache.org/jira/browse/PDFBOX-3547
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Signing
>Affects Versions: 2.0.4
>Reporter: Lonzak
>
> Improved handling when a user wants to sign a document with existing (empty) 
> signature fields.
> My question is however: How can I attach the diffs to this issue? I don't 
> seem to have the rights. I tried to do a git pull but saw that its read-only.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-3532) Java 6 errors

2016-10-28 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615739#comment-15615739
 ] 

simon steiner commented on PDFBOX-3532:
---

i fixed with
{code}
diff --git a/preflight/pom.xml b/preflight/pom.xml
index 1714474..d67997a 100644
--- a/preflight/pom.xml
+++ b/preflight/pom.xml
@@ -144,8 +144,8 @@

 
 com.googlecode.maven-download-plugin
-download-maven-plugin
-1.3.0
+maven-download-plugin
+1.1.0 Java 6 errors
> -
>
> Key: PDFBOX-3532
> URL: https://issues.apache.org/jira/browse/PDFBOX-3532
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 1.8.12, 2.0.3
>Reporter: simon steiner
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
>
> Under java 6 and 8 and clean ~/.m2 directory:
> mvn clean install -DskipTests
> Downloading: 
> http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip
> javax.net.ssl.SSLHandshakeException: 
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> Java 6 only:
> [ERROR] 
> pdf-box-svn/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDDocument.java:[205,41]
>  cannot find symbol
> [ERROR] symbol  : class Builder
> [ERROR] location: class java.util.Locale



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-3532) Java 6 errors

2016-10-28 Thread JIRA

[ 
https://issues.apache.org/jira/browse/PDFBOX-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615732#comment-15615732
 ] 

Andreas Lehmkühler commented on PDFBOX-3532:


Please, be more specific, which plugin. BTW, we didn't update any mvn plugin 
recently, did we?

> Java 6 errors
> -
>
> Key: PDFBOX-3532
> URL: https://issues.apache.org/jira/browse/PDFBOX-3532
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 1.8.12, 2.0.3
>Reporter: simon steiner
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
>
> Under java 6 and 8 and clean ~/.m2 directory:
> mvn clean install -DskipTests
> Downloading: 
> http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip
> javax.net.ssl.SSLHandshakeException: 
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> Java 6 only:
> [ERROR] 
> pdf-box-svn/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDDocument.java:[205,41]
>  cannot find symbol
> [ERROR] symbol  : class Builder
> [ERROR] location: class java.util.Locale



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Reopened] (PDFBOX-3532) Java 6 errors

2016-10-28 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr reopened PDFBOX-3532:
-
  Assignee: (was: Tilman Hausherr)

> Java 6 errors
> -
>
> Key: PDFBOX-3532
> URL: https://issues.apache.org/jira/browse/PDFBOX-3532
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 1.8.12, 2.0.3
>Reporter: simon steiner
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
>
> Under java 6 and 8 and clean ~/.m2 directory:
> mvn clean install -DskipTests
> Downloading: 
> http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip
> javax.net.ssl.SSLHandshakeException: 
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> Java 6 only:
> [ERROR] 
> pdf-box-svn/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDDocument.java:[205,41]
>  cannot find symbol
> [ERROR] symbol  : class Builder
> [ERROR] location: class java.util.Locale



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-3532) Java 6 errors

2016-10-28 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615422#comment-15615422
 ] 

simon steiner edited comment on PDFBOX-3532 at 10/28/16 1:38 PM:
-

mvn clean install fails under java 6 due to newer mvn plugin


was (Author: ssteiner1):
mvn clean install fails under java 6

> Java 6 errors
> -
>
> Key: PDFBOX-3532
> URL: https://issues.apache.org/jira/browse/PDFBOX-3532
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 1.8.12, 2.0.3
>Reporter: simon steiner
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
>
> Under java 6 and 8 and clean ~/.m2 directory:
> mvn clean install -DskipTests
> Downloading: 
> http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip
> javax.net.ssl.SSLHandshakeException: 
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> Java 6 only:
> [ERROR] 
> pdf-box-svn/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDDocument.java:[205,41]
>  cannot find symbol
> [ERROR] symbol  : class Builder
> [ERROR] location: class java.util.Locale



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-3532) Java 6 errors

2016-10-28 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15615422#comment-15615422
 ] 

simon steiner commented on PDFBOX-3532:
---

mvn clean install fails under java 6

> Java 6 errors
> -
>
> Key: PDFBOX-3532
> URL: https://issues.apache.org/jira/browse/PDFBOX-3532
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 1.8.12, 2.0.3
>Reporter: simon steiner
>Assignee: Tilman Hausherr
> Fix For: 1.8.13, 2.0.4, 2.1.0
>
>
> Under java 6 and 8 and clean ~/.m2 directory:
> mvn clean install -DskipTests
> Downloading: 
> http://www.pdfa.org/wp-content/uploads/2011/08/isartor-pdfa-2008-08-13.zip
> javax.net.ssl.SSLHandshakeException: 
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> Java 6 only:
> [ERROR] 
> pdf-box-svn/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/TestPDDocument.java:[205,41]
>  cannot find symbol
> [ERROR] symbol  : class Builder
> [ERROR] location: class java.util.Locale



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-3543) Problem loading PDF files

2016-10-28 Thread Tilman Hausherr (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614597#comment-15614597
 ] 

Tilman Hausherr commented on PDFBOX-3543:
-

Glad to hear it works. Better add all three BC dependencies mentioned in the 
link. Depending on what you do, other dependencies might be needed too.

> Problem loading PDF files
> -
>
> Key: PDFBOX-3543
> URL: https://issues.apache.org/jira/browse/PDFBOX-3543
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 2.0.3
> Environment: Debian
>Reporter: Michael Ackerl
> Attachments: Simon Unbedenklichkeitsbescheinigung.pdf, 
> Technischen_Sicherheit__Mikro-PV-Anlagen.pdf, code.txt
>
>
> If I load the attached PDF files the programm stucks and no exception is 
> thrown.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Closed] (PDFBOX-3543) Problem loading PDF files

2016-10-28 Thread Tilman Hausherr (JIRA)

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

Tilman Hausherr closed PDFBOX-3543.
---
Resolution: Not A Problem

> Problem loading PDF files
> -
>
> Key: PDFBOX-3543
> URL: https://issues.apache.org/jira/browse/PDFBOX-3543
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 2.0.3
> Environment: Debian
>Reporter: Michael Ackerl
> Attachments: Simon Unbedenklichkeitsbescheinigung.pdf, 
> Technischen_Sicherheit__Mikro-PV-Anlagen.pdf, code.txt
>
>
> If I load the attached PDF files the programm stucks and no exception is 
> thrown.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-3543) Problem loading PDF files

2016-10-28 Thread Michael Ackerl (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614531#comment-15614531
 ] 

Michael Ackerl commented on PDFBOX-3543:


I added the dependency and then following message was thrown:

08:23:07,590 WARN  
[org.apache.pdfbox.pdmodel.encryption.StandardSecurityHandler] (default 
task-19) JCE unlimited strength jurisdiction policy files are not installed
08:23:12,415 INFO  [stdout] (default task-19) 
java.security.InvalidKeyException: Illegal key size

Then I installed the "Java Cryptography Extension (JCE) Unlimited Strength 
Jurisdiction Policy Files 8" and everything works perfect.

Thank you for all.

> Problem loading PDF files
> -
>
> Key: PDFBOX-3543
> URL: https://issues.apache.org/jira/browse/PDFBOX-3543
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 2.0.3
> Environment: Debian
>Reporter: Michael Ackerl
> Attachments: Simon Unbedenklichkeitsbescheinigung.pdf, 
> Technischen_Sicherheit__Mikro-PV-Anlagen.pdf, code.txt
>
>
> If I load the attached PDF files the programm stucks and no exception is 
> thrown.



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

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org