Re: Encryption algoritms

2017-02-08 Thread Thomas Chojecki
Hello Sayat, as already mentioned by Tilman, the GOST Algorithm need to be supported by BouncyCastle. I've took a look at the latest ReleaseNotes [1] and there are already made some implementations regarding ECGOST3410. If you want support for ECGOST34310 and ECGOST3411 you need to implement

[jira] [Commented] (PDFBOX-3173) Signature dictionary is not decrypted in encrypted files

2015-12-28 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15072782#comment-15072782 ] Thomas Chojecki commented on PDFBOX-3173: - I've tried it but without success. At the moment we

[jira] [Commented] (PDFBOX-3173) Signature dictionary is not decrypted in encrypted files

2015-12-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15069771#comment-15069771 ] Thomas Chojecki commented on PDFBOX-3173: - We should also handle document timestamps. They use

[jira] [Updated] (PDFBOX-3173) Signature dictionary is not decrypted in encrypted files

2015-12-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-3173: Attachment: Sample_DocTimestamp.pdf > Signature dictionary is not decrypted in encryp

Re: Signature dictionaries encrypted or not

2015-12-22 Thread Thomas Chojecki
Hi Tilman, that's also bother me since yesterday. I know I read it somewhere in a specification that the signature dictionary should not be encrypted or at least partially. The reason could be, that the verification engine should have access to some informations like signature reason,

[jira] [Resolved] (PDFBOX-3169) SaveIncremental does not work without signature

2015-12-17 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-3169. - Resolution: Fixed > SaveIncremental does not work without signat

[jira] [Created] (PDFBOX-3169) SaveIncremental does not work without signature

2015-12-16 Thread Thomas Chojecki (JIRA)
Thomas Chojecki created PDFBOX-3169: --- Summary: SaveIncremental does not work without signature Key: PDFBOX-3169 URL: https://issues.apache.org/jira/browse/PDFBOX-3169 Project: PDFBox Issue

[jira] [Updated] (PDFBOX-3169) SaveIncremental does not work without signature

2015-12-16 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-3169: Attachment: saveIncremental.patch The patch add an additional method, that handle

[jira] [Commented] (PDFBOX-3169) SaveIncremental does not work without signature

2015-12-16 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15060015#comment-15060015 ] Thomas Chojecki commented on PDFBOX-3169: - Yes. This will not solve the main need for easy

Re: Why VisualSignatureParser

2015-04-24 Thread Thomas Chojecki
here. But your right, the stream should be closed. [1] http://www.pdfa.org/wp-content/uploads/2011/08/tn0006_digital_signatures_in_pdfa-1_2008-03-141.pdf Tilman Best regards Thomas Am 20.04.2015 um 13:00 schrieb Thomas Chojecki: Hi Tilman, I tried yesterday to understand why

Re: Why VisualSignatureParser

2015-04-20 Thread Thomas Chojecki
Hi Tilman, I tried yesterday to understand why there was the need for a VisualSignatureParser and there is no one. I've ran several visual signature tests today and it make no differents between the VisualSignatureParser and the PDFParser. So this part can be replaced refactored. Did

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-17 Thread Thomas Chojecki
Zitat von Maruan Sahyoun sahy...@fileaffairs.de: Hi, Hi Maruan, Am 16.04.2015 um 01:03 schrieb Thomas Chojecki i...@rayman2200.de: I quickly scanned through the code - there are some features from Java 1.7 such as Objects.requireNonNull in CoreHelper.copy. As PDFBox is currently on 1.6

Re: CryptoBox and ETSI PAdES Plugtest

2015-04-16 Thread Thomas Chojecki
Zitat von Maruan Sahyoun sahy...@fileaffairs.de: Hi, Hi Maruan, From 4 to 29 May 2015 ETSI is making a PAdES PlugTest [4], I'm already a participant and will try to test the cryptobox. So I first try to go through the specification and later port stuff like visual signatures. Maybe we

CryptoBox and ETSI PAdES Plugtest

2015-04-15 Thread Thomas Chojecki
Hello, I've startet creating a crypto engine for pdfbox. The aim is to provide a highlevel api for signing and verifying pdf documents. The engine is called cryptobox and is splited into a 1.8.x and main branch. After the basic functions are ready in the 1.8.x, I will do a pdfbox 2.0.x port and

[jira] [Commented] (PDFBOX-2512) OutOfMemory while signing large documents

2014-12-14 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14245909#comment-14245909 ] Thomas Chojecki commented on PDFBOX-2512: - I will try to apply the fix next year

[jira] [Resolved] (PDFBOX-2512) OutOfMemory while signing large documents

2014-12-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-2512. - Resolution: Fixed Fix Version/s: 1.8.8 There is still one point open

[jira] [Commented] (PDFBOX-2512) OutOfMemory while signing large documents

2014-12-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14237806#comment-14237806 ] Thomas Chojecki commented on PDFBOX-2512: - If we can port it, we should do

[jira] [Commented] (PDFBOX-2469) javax.crypto.BadPaddingException in PDFBox 1.8.8-SNAPSHOT

2014-11-24 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222809#comment-14222809 ] Thomas Chojecki commented on PDFBOX-2469: - Ups, I simply forgot to write

[jira] [Comment Edited] (PDFBOX-2469) javax.crypto.BadPaddingException in PDFBox 1.8.8-SNAPSHOT

2014-11-24 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14222809#comment-14222809 ] Thomas Chojecki edited comment on PDFBOX-2469 at 11/24/14 9:18 AM

[jira] [Updated] (PDFBOX-2469) javax.crypto.BadPaddingException in PDFBox 1.8.8-SNAPSHOT

2014-11-21 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-2469: Attachment: PDFBOX-2469-regression.patch This patch would fix the regression. I moved

[jira] [Commented] (PDFBOX-2469) javax.crypto.BadPaddingException in PDFBox 1.8.8-SNAPSHOT

2014-11-21 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14221006#comment-14221006 ] Thomas Chojecki commented on PDFBOX-2469: - I've attached it to the issue PDFBOX

[jira] [Updated] (PDFBOX-2469) javax.crypto.BadPaddingException in PDFBox 1.8.8-SNAPSHOT

2014-11-21 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-2469: Attachment: FormI-9-English.pdf javax.crypto.BadPaddingException in PDFBox 1.8.8-SNAPSHOT

[jira] [Created] (PDFBOX-2512) OutOfMemory while signing large documents

2014-11-20 Thread Thomas Chojecki (JIRA)
Thomas Chojecki created PDFBOX-2512: --- Summary: OutOfMemory while signing large documents Key: PDFBOX-2512 URL: https://issues.apache.org/jira/browse/PDFBOX-2512 Project: PDFBox Issue Type

[jira] [Commented] (PDFBOX-1625) java.lang.IndexOutOfBoundsException at writing PDF file

2014-11-20 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219691#comment-14219691 ] Thomas Chojecki commented on PDFBOX-1625: - I have some problems with the clone

[jira] [Updated] (PDFBOX-2512) OutOfMemory while signing large documents

2014-11-20 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-2512: Attachment: keystore.p12 I've add a sample keystore For testing just run the class

[jira] [Commented] (PDFBOX-2250) Improve XRef self healing mechanism

2014-08-11 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14093152#comment-14093152 ] Thomas Chojecki commented on PDFBOX-2250: - [~lehmi] All fixes and improvements

Re: Subversion integration with JIRA

2014-07-23 Thread Thomas Chojecki
Am 23.07.2014 um 08:33 schrieb Thomas Chojecki i...@rayman2200.de: Am 2014-07-23 07:57, schrieb Tilman Hausherr: Lets try it. TIKA has something similar, see e.g. here: https://issues.apache.org/jira/browse/TIKA-1325 Tilman Looks like they mishandle the hudson to do something that jira already

[jira] [Reopened] (PDFBOX-45) Support incremental save

2014-05-03 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki reopened PDFBOX-45: --- The saveIncremental(...) method was a first try to do this, but is unfortunately only work

[jira] [Commented] (PDFBOX-2001) Digital Signature information

2014-03-26 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947753#comment-13947753 ] Thomas Chojecki commented on PDFBOX-2001: - There is a problem parsing the field

Re: advanced signatures - the feature plans

2014-03-10 Thread Thomas Chojecki
Am 2014-03-10 10:13, schrieb Vakhtang koroghlishvili: Hello, Hi Vakhtang, i'm quite busy right now at work and planing my vacation. But at least I got my internet back this month *wohoo*. My codes have a CLA license, Tomas Chojecki have added it. At the moment some of them are committed

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

2014-02-09 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13896280#comment-13896280 ] Thomas Chojecki commented on PDFBOX-1330: - This changes will be done

[jira] [Resolved] (PDFBOX-13) Add ability to digitally sign a PDF

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-13. --- Resolution: Fixed Fix Version/s: 1.8.0 Assignee: Thomas Chojecki

[jira] [Resolved] (PDFBOX-275) add digital signature support

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-275. Resolution: Fixed Fix Version/s: 1.6.0 Assignee: Thomas Chojecki

[jira] [Closed] (PDFBOX-13) Add ability to digitally sign a PDF

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki closed PDFBOX-13. - Add ability to digitally sign a PDF --- Key

[jira] [Closed] (PDFBOX-236) PDF parse signature version

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki closed PDFBOX-236. -- PDF parse signature version --- Key: PDFBOX-236

[jira] [Resolved] (PDFBOX-236) PDF parse signature version

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-236. Resolution: Fixed Fix Version/s: 1.6.0 Assignee: Thomas Chojecki

[jira] [Closed] (PDFBOX-273) PDDocument.save should not close stream

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki closed PDFBOX-273. -- PDDocument.save should not close stream

[jira] [Resolved] (PDFBOX-273) PDDocument.save should not close stream

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-273. Resolution: Fixed Fix Version/s: 1.8.0 Assignee: Thomas Chojecki A look

Re: svn commit: r1566032 - in /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading: GouraudShadingContext.java GouraudTriangle.java

2014-02-08 Thread Thomas Chojecki
Am Sat, 08 Feb 2014 19:18:57 +0100 schrieb Tilman Hausherr thaush...@t-online.de: This is set up when checking out the project. No error appeared when building the project. The real solution would probably be to install another JDK on the computer :-( I think netbeans has no helper plugin

Re: svn commit: r1566032 - in /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/shading: GouraudShadingContext.java GouraudTriangle.java

2014-02-08 Thread Thomas Chojecki
settings not the pom.xml settings. Best regards Thomas Am 08.02.2014 19:28, schrieb Thomas Chojecki: Am Sat, 08 Feb 2014 19:18:57 +0100 schrieb Tilman Hausherr thaush...@t-online.de: This is set up when checking out the project. No error appeared when building the project. The real solution

[jira] [Resolved] (PDFBOX-423) Can't detect if the PDF ( ver 1.7 ) is encrypted or not.

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-423. Resolution: Fixed Fix Version/s: 1.8.0 Assignee: Thomas Chojecki Seems

[jira] [Closed] (PDFBOX-423) Can't detect if the PDF ( ver 1.7 ) is encrypted or not.

2014-02-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki closed PDFBOX-423. -- Can't detect if the PDF ( ver 1.7 ) is encrypted

Re: JIRA issues resolved vs. closed

2014-02-08 Thread Thomas Chojecki
Am Sat, 08 Feb 2014 21:39:21 +0100 schrieb Andreas Lehmkuehler andr...@lehmi.de: Hi, we don't have any strict rules on how to use JIRA in our project. I propose to handle the resolving/closing of an issue as follows: - those fixed issues which belong to an unreleased version should be

[jira] [Commented] (PDFBOX-1780) previous revision is damaged after signing

2014-01-24 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13880871#comment-13880871 ] Thomas Chojecki commented on PDFBOX-1780: - Never ending story. If I revert

Re: New Idea about PAdES Part 6 (Signatures)

2014-01-24 Thread Thomas Chojecki
Am Fri, 24 Jan 2014 19:52:31 +0400 schrieb Vakhtang koroghlishvili vakhtang.koroghlishv...@gmail.com: Hi, You know that The PAdES ETSI technical specification contains 6 parts of document signing. I have already implement Part 6 - this is visual representations of electronic signatures.

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

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13879792#comment-13879792 ] Thomas Chojecki commented on PDFBOX-1822: - We also have hybrid xref documents out

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

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13879792#comment-13879792 ] Thomas Chojecki edited comment on PDFBOX-1822 at 1/23/14 10:03 AM

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

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13879792#comment-13879792 ] Thomas Chojecki edited comment on PDFBOX-1822 at 1/23/14 10:38 AM

[jira] [Created] (PDFBOX-1862) Incomplete signature creation (regression in 1.8.3 with PDFBOX-1780)

2014-01-23 Thread Thomas Chojecki (JIRA)
Thomas Chojecki created PDFBOX-1862: --- Summary: Incomplete signature creation (regression in 1.8.3 with PDFBOX-1780) Key: PDFBOX-1862 URL: https://issues.apache.org/jira/browse/PDFBOX-1862 Project

[jira] [Updated] (PDFBOX-1862) Incomplete signature creation (regression in 1.8.3 with PDFBOX-1780)

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1862: Attachment: b_Test-1x-signed_signed_broken.pdf b_Test-1x-signed_signed.pdf

[jira] [Commented] (PDFBOX-1780) previous revision is damaged after signing

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13879934#comment-13879934 ] Thomas Chojecki commented on PDFBOX-1780: - The patch contains two parts. One

[jira] [Commented] (PDFBOX-1780) previous revision is damaged after signing

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13879965#comment-13879965 ] Thomas Chojecki commented on PDFBOX-1780: - Thx for the quick response and coming

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

2014-01-23 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1822: Attachment: SignatureFileSet-PDFBOX-1.8.2_TO_1.8.4-SNAPSHOT_SEQ_AND_NONSEQ.zip I have

[jira] [Resolved] (PDFBOX-1857) Attachment damages singature

2014-01-22 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1857. - Resolution: Duplicate Assignee: Thomas Chojecki You got two problems here. 1

[jira] [Commented] (PDFBOX-1857) Attachment damages singature

2014-01-22 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13878492#comment-13878492 ] Thomas Chojecki commented on PDFBOX-1857: - Sorry, I misinterpreted your point 2

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

2014-01-22 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13878594#comment-13878594 ] Thomas Chojecki commented on PDFBOX-1822: - You are right.It looks also like

Re: New PDFBox bugfix release 1.8.4

2014-01-21 Thread Thomas Chojecki
Am 2014-01-20 20:02, schrieb Andreas Lehmkuehler: Hi, Hi Andreas, Am 15.01.2014 07:58, schrieb Andreas Lehmkuehler: [SNIP] Looks like nobody has any reason to object. I'm planning to cut the release at the next weekend or the following monday. We have a possible regression or parser

[jira] [Commented] (PDFBOX-1848) Time Stamp Document Level Sigature

2014-01-15 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13872142#comment-13872142 ] Thomas Chojecki commented on PDFBOX-1848: - Assigning tickets to you isn't

Re: TSA

2014-01-15 Thread Thomas Chojecki
Am 2014-01-15 13:00, schrieb Vakhtang koroghlishvili: Hello, Hi, [SNIP] I've already implement time stamp time signature (PDFBOX-1847https://issues.apache.org/jira/browse/PDFBOX-1847 ). Now I will implement TSA Document level signature. Then I will implement PAdES Long Term (This means that

Re: TSA

2014-01-09 Thread Thomas Chojecki
Am 2014-01-09 11:45, schrieb Vakhtang koroghlishvili: Hello, Hi Vakhtang, I can implement this feature :) 2) After I implement TSA time feature, which I have written above, I think It will be very good if we implement (I can implement this too) PADES LTV profile. In the other words, it is

[jira] [Resolved] (PDFBOX-1837) PDDocument.save(String) doesn't correctly save digital signatures

2014-01-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1837. - Resolution: Not A Problem Assignee: Thomas Chojecki The save method rewrite

[jira] [Resolved] (PDFBOX-1838) PDDocument.saveIncremental should receive an InputStream instead of FileInputStream

2014-01-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1838. - Resolution: Duplicate Assignee: Thomas Chojecki This issue is known

[jira] [Updated] (PDFBOX-1614) Digitally sign PDFs without file system access

2014-01-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1614: Component/s: Signing Last year I had a conversation with Ross Woolf which I like

[jira] [Commented] (PDFBOX-1837) PDDocument.save(String) doesn't correctly save digital signatures

2014-01-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865323#comment-13865323 ] Thomas Chojecki commented on PDFBOX-1837: - You're right, the api doc isn't

[jira] [Commented] (PDFBOX-1836) Use the latest dependencies

2014-01-08 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865333#comment-13865333 ] Thomas Chojecki commented on PDFBOX-1836: - Thanks for that list. It's a shame

Re: for pdf dll creation

2014-01-07 Thread Thomas Chojecki
Am 2014-01-08 06:48, schrieb Anubhav Agrawal: hello Hi Anubhav, I want to learn the pdf dll creation , how can i get through it , Canu plz help ? Please take a look on the pdfbox website. http://pdfbox.apache.org/building.html There is an instruction for a .Net dll build with IKVM

[jira] [Commented] (PDFBOX-1823) Apache PDFBox 1.6.0 TextStripper not able to recognise characters having Frutiger LT - 45 fonts

2014-01-01 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859905#comment-13859905 ] Thomas Chojecki commented on PDFBOX-1823: - Did you try the latest pdfbox 1.8.3

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

2013-12-30 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859205#comment-13859205 ] Thomas Chojecki commented on PDFBOX-1822: - I can confirm this error. The created

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

2013-12-30 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13859205#comment-13859205 ] Thomas Chojecki edited comment on PDFBOX-1822 at 12/31/13 12:35 AM

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

2013-12-10 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13844070#comment-13844070 ] Thomas Chojecki commented on PDFBOX-1792: - Some files cause parsing exceptions

[jira] [Resolved] (PDFBOX-1806) Metadata not completely extracted by traditional parser, but is extracted by NonSequentialParser

2013-12-09 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1806. - Resolution: Duplicate Please do not open new issues for known problems. Use

[jira] [Commented] (PDFBOX-1792) Metadata not completely extracted with NonSequentialPDFParser on some documents

2013-12-09 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13843625#comment-13843625 ] Thomas Chojecki commented on PDFBOX-1792: - I've run the test and there are some

Problem commiting txt resources to svn

2013-12-09 Thread Thomas Chojecki
Hallo, has anyone similar problems with committing text files? In my case I'm using a linux box and the file is UTF-16 LE encoded. I configured my SVN client as described in the beginners guide and added the content of http://www.apache.org/dev/svn-eol-style.txt to the config. My svn

Re: [DISCUSS] PDFParser

2013-12-07 Thread Thomas Chojecki
Zitat von Maruan Sahyoun sahy...@fileaffairs.de: Hi, Hi, ... i (re-) started working on the new PDFParser. The PDFLexer as a foundation - together with some tests - is ready so far. Might need some more improvements moving forward. I have a maybe silly question. What is with the nonSeq

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

2013-12-06 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13841446#comment-13841446 ] Thomas Chojecki commented on PDFBOX-1798: - There is a similar issue pending

[jira] [Commented] (PDFBOX-1792) Metadata not completely extracted with NonSequentialPDFParser on some documents

2013-12-03 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13837927#comment-13837927 ] Thomas Chojecki commented on PDFBOX-1792: - The test is attached to the archive

Re: PDFBox and implementation state reg. PDF Spec

2013-11-28 Thread Thomas Chojecki
Hi Maruan, thx for this overview. I have one correction :-) 7.5.8 Hybrid-references are supported. If both xref table and xref stream are available, we will use the informations from the stream. And we can also write xref streams, but I think only for incremental updates of existing

Re: [VOTE] Release Apache PDFBox 1.8.3

2013-11-26 Thread Thomas Chojecki
Am 25.11.2013 19:27, schrieb Andreas Lehmkuehler: Please vote on releasing this package as Apache PDFBox 1.8.3. The vote is open for the next 72 hours and passes if a majority of at least three +1 PDFBox PMC votes are cast. [ ] +1 Release this package as Apache PDFBox 1.8.3 [ ] -1 Do

Re: New PDFBox bugfix release 1.8.3

2013-11-24 Thread Thomas Chojecki
Zitat von Andreas Lehmkuehler andr...@lehmi.de: I'm planing to cut the 1.8.3 release tomorrow if nobody objects. +1 thx for releasing it :-) BR Andreas Lehmkühler Best regards Thomas

[jira] [Commented] (PDFBOX-1745) PDF generated with PDFMergerUtility error out when opening.

2013-11-20 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828027#comment-13828027 ] Thomas Chojecki commented on PDFBOX-1745: - I think this issue is solved by PDFBOX

[jira] [Updated] (PDFBOX-1745) PDF generated with PDFMergerUtility error out when opening.

2013-11-20 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1745: Attachment: merged.pdf PDF generated with PDFMergerUtility error out when opening

[jira] [Commented] (PDFBOX-1714) Merging PDFs results in java.io.IOException: expected='R' actual='0'

2013-11-20 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13828072#comment-13828072 ] Thomas Chojecki commented on PDFBOX-1714: - I've tried to reproduce

[jira] [Resolved] (PDFBOX-1766) [PATCH] Visible Signature using PDFbox

2013-11-15 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1766. - Resolution: Fixed Fix Version/s: 2.0.0 1.8.3 Added your last

[jira] [Resolved] (PDFBOX-1314) PDFParser should set direct property in COSBase if this object is direct

2013-11-14 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1314. - Resolution: Duplicate was fixed with PDFBOX-1780 PDFParser should set direct property

[jira] [Resolved] (PDFBOX-1370) Only the last visual signature is valid when multiple signatures have been added on different pages

2013-11-14 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1370. - Resolution: Duplicate was fixed with PDFBOX-1780 Only the last visual signature

[jira] [Commented] (PDFBOX-1780) previous revision is damaged after signing

2013-11-14 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13822986#comment-13822986 ] Thomas Chojecki commented on PDFBOX-1780: - Big thanks for this patch. previous

[jira] [Resolved] (PDFBOX-1751) Signing external signed document again with pdfbox, break the document.

2013-11-14 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1751. - Resolution: Duplicate was fixed with PDFBOX-1780 Signing external signed document

[jira] [Commented] (PDFBOX-1766) [PATCH] Visible Signature using PDFbox

2013-11-13 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13821561#comment-13821561 ] Thomas Chojecki commented on PDFBOX-1766: - fixed in revision 1541625 for pdfbox

[jira] [Assigned] (PDFBOX-1766) [PATCH] Visible Signature using PDFbox

2013-11-13 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki reassigned PDFBOX-1766: --- Assignee: Thomas Chojecki [PATCH] Visible Signature using PDFbox

[jira] [Updated] (PDFBOX-1766) [PATCH] Visible Signature using PDFbox

2013-11-02 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1766: Affects Version/s: (was: 1.8.3) (was: 2.0.0

[jira] [Commented] (PDFBOX-1751) SignDict/Contents illegal data

2013-10-30 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13809242#comment-13809242 ] Thomas Chojecki commented on PDFBOX-1751: - can you attach the class you

[jira] [Updated] (PDFBOX-1751) Signing external signed document again with pdfbox, break the document.

2013-10-30 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1751: Affects Version/s: 1.8.1 1.8.2 Summary: Signing

[jira] [Updated] (PDFBOX-1370) Only the last visual signature is valid when multiple signatures have been added on different pages

2013-10-30 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki updated PDFBOX-1370: Summary: Only the last visual signature is valid when multiple signatures have been added

[jira] [Closed] (PDFBOX-1751) SignDict/Contents illegal data

2013-10-21 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki closed PDFBOX-1751. --- Resolution: Not A Problem Assignee: Thomas Chojecki The method signPDF(PDDocument

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

2013-09-26 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778645#comment-13778645 ] Thomas Chojecki commented on PDFBOX-1261: - [~v.koroghlishvili] Maybe you can

[jira] [Assigned] (PDFBOX-1370) Only the last visual signature is valid when multiple signatures have been added

2013-09-25 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki reassigned PDFBOX-1370: --- Assignee: Thomas Chojecki Only the last visual signature is valid when

Re: New PDFBox bugfix release 1.8.3

2013-09-25 Thread Thomas Chojecki
Zitat von Andreas Lehmkuehler andr...@lehmi.de: Hi, I've started with the preparations for a new bugfix release and marked all resolved issues which will be part of the new release. I'm planning to cut the release in 2 weeks from now. WDYT? Is there anything we should wait for? Sounds

[jira] [Closed] (PDFBOX-1726) PDDocument.load() freezes while loading certain types of documents (Infinity load)

2013-09-24 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki closed PDFBOX-1726. --- Resolution: Duplicate PDDocument.load() freezes while loading certain types

[jira] [Commented] (PDFBOX-1720) BouncyCastle 1.49: ambigous constructor usage

2013-09-17 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769312#comment-13769312 ] Thomas Chojecki commented on PDFBOX-1720: - This solution did not work with 1.48

[jira] [Resolved] (PDFBOX-1720) BouncyCastle 1.49: ambigous constructor usage

2013-09-17 Thread Thomas Chojecki (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Chojecki resolved PDFBOX-1720. - Resolution: Fixed Fix Version/s: 2.0.0 Assignee: Thomas Chojecki Gosh

  1   2   >