[jira] Commented: (PDFBOX-526) Add ability to read encrypted file & write unencrypted flie

2009-11-02 Thread Adam Nichols (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772556#action_12772556 ] Adam Nichols commented on PDFBOX-526: - Can this be included in the 1.0.0 rel

Release schedule?

2009-10-09 Thread Adam
lease comes out (i.e. when all these things are fixed, we'll release 0.81)? --Adam ? Click here to submit conditions This email and any content within or attached hereto from Sun West Mortgage Company, Inc. is confidential and/or legally privileged. The information is intended only for

Re: [jira] Updated: (PDFBOX-538) CryptographyException on Adobe Distiller generated file

2009-10-09 Thread Adam
uteEncryptedKey(). That way it'll do the validation by default but still allow you to override this. --Adam "Luc Claes (JIRA)" 10/09/2009 08:08 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc Subject [jira] Updated: (PDFBOX-538)

Re: [jira] Commented: (PDFBOX-535) .Net Binaries required for PDFBox 0.8.0 incubator

2009-10-01 Thread Adam
27;d be something to look into. Thanks, Adam [1] http://incubator.apache.org/incubation/Incubation_Policy.html#Minimum+Graduation+Requirements Daniel Wilson 10/01/2009 11:08 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc Subject Re: [jira] Comment

Re: [VOTE] Graduate PDFBox to an Apache TLP

2009-10-01 Thread Adam
+1 Jukka Zitting 10/01/2009 09:52 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev cc Subject [VOTE] Graduate PDFBox to an Apache TLP Hi, Following the Incubator graduation process [1], I'd like to ask the PDFBox community to vote on its readiness to become an Apache

Re: [jira] Commented: (PDFBOX-535) .Net Binaries required for PDFBox 0.8.0 incubator

2009-10-01 Thread Adam
I don't use .NET so it doesn't really matter to me personally, but doesn't accepting a binary file from just anyone seem a little risky? Binary packages which are signed by core developers is one thing, but a binary from some unknown 3rd party is a bit different. Just my 2

Re: Next PDFBox version and our backwards compatibility policy (Was: Using Maven in PDFBox)

2009-09-30 Thread Adam
icant blow to the capabilities of PDFBox. --Adam Andreas Lehmkühler 09/29/2009 22:33 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc Subject Re: Next PDFBox version and our backwards compatibility policy (Was: Using Maven in PDFBox) Hi, Jukka Zitti

RE: Extracting Images

2009-09-22 Thread Adam
used, it'll work fine whether encrypted or not (tested with PNG). This doesn't seem to be the same thing you are describing, but it could be related. I don't have the time nor expertise to look into that one so my solution was to use RGB images. --Adam "Martinez, Mel&q

[jira] Updated: (PDFBOX-526) Add ability to read encrypted file & write unencrypted flie

2009-09-17 Thread Adam Nichols (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Nichols updated PDFBOX-526: Attachment: (was: write_unencrypted_docs.patch) > Add ability to read encrypted file &

[jira] Updated: (PDFBOX-526) Add ability to read encrypted file & write unencrypted flie

2009-09-17 Thread Adam Nichols (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Nichols updated PDFBOX-526: Attachment: write_unencrypted_docs_clean.patch Same patch, but this one applies cleanly to the

[jira] Updated: (PDFBOX-526) Add ability to read encrypted file & write unencrypted flie

2009-09-16 Thread Adam Nichols (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Nichols updated PDFBOX-526: Attachment: write_unencrypted_docs.patch This is a simple change which allows us to remove

Re: PDF Region Parsing

2009-09-15 Thread Adam
If there is a table of contents (bookmarks), it'd probably be easiest to parse those. There's at least one example in the examples package of PDFBox which iterates through bookmarks. --Adam " listan...@gmail.com" 09/15/2009 08:22 Please respond to pdfbox-dev@incub

[jira] Created: (PDFBOX-526) Add ability to read encrypted file & write unencrypted flie

2009-09-11 Thread Adam Nichols (JIRA)
ture Components: PDModel, Writing Affects Versions: 0.8.0-incubator Reporter: Adam Nichols Currently, the COSWriter determines whether or not to use encryption, which makes sense, however there's no way to tell it you don't want to use encryption. So if you open an encr

RE: Using Maven in PDFBox

2009-09-11 Thread Adam
Thanks for the links. +1 for Maven. Ant works fine, but if Maven makes something easier for others I'm all for it as long a getting all dependencies is still a matter of running a single command (e.g. `ant get.externallibs`). --Adam "Martinez, Mel" 09/11/2009 10:29 Pl

Re: Using Maven in PDFBox

2009-09-11 Thread Adam
Sounds great for eclipse users. How does maven work for people who use Netbeans or some other IDE? Is there a readily available standalone windows binary? --Adam Jukka Zitting 09/11/2009 08:42 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc

Fw: Removing passwords

2009-09-08 Thread Adam
;ll write a new SecurityHandler class if I must, but I can't imagine this has never come up before... --Adam [1] java.lang.NullPointerException at org.apache.pdfbox.pdmodel.encryption.SecurityHandlersManager.getSecurityHandler(SecurityHandlersManager.java:164) at org.

[jira] Commented: (PDFBOX-510) Should be able to extract text from "Owner password" protected pdf file without specifing "owner password"?

2009-08-31 Thread Adam Nichols (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749700#action_12749700 ] Adam Nichols commented on PDFBOX-510: - OK, now I understand. The security sett

Re: Do we should be able to extract text from ownter-password protected pdf file?

2009-08-31 Thread Adam
with PDFBox should respect the permissions by default, and perhaps have an option to extract password protected, unencrypted documents (without a password). I'm not sure what one would call that option... -bypassPassword ? --Adam "Takashi Komatsubara" 08/31/2009 04:05 Pleas

Re: [jira] Commented: (PDFBOX-366) License review

2009-08-24 Thread Adam
Would it be possible to get https://issues.apache.org/jira/browse/PDFBOX-493 included in the release candidate? --Adam Andreas Lehmkühler (JIRA) 08/24/2009 05:43 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc Subject [jira] Commented: (PDFBOX

[jira] Updated: (PDFBOX-493) Ability to get page number for bookmarks

2009-07-14 Thread Adam Nichols (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Nichols updated PDFBOX-493: Attachment: COSArrayList.diff PDDocument.diff These two files enable users of

Re: Re: Get page number for bookmark

2009-07-14 Thread Adam Nichols
d tag I'll create and upload a patch file straight away. Thanks, Adam "Andreas Lehmkühler" 07/13/2009 23:49 To "Adam Nichols" , "Adam Nichols" cc pdfbox-dev@incubator.apache.org Subject Re: Re: Get page number for bookmark Hi Adam, >

[jira] Created: (PDFBOX-493) Ability to get page number for bookmarks

2009-07-14 Thread Adam Nichols (JIRA)
Reporter: Adam Nichols Priority: Minor Fix For: 0.8.0-incubator Bookmarks are handled as references (object number and generation number) to page objects. Currently, it's not too difficult to get the reference to the page ID, and the page is quickly accessible. The pr

Re: Get page number for bookmark

2009-07-13 Thread Adam Nichols
// process the kids... they're all references to pages COSArray kidsArray = ((COSArray)kidsBase); for(int i=0; i 05/31/2009 10:25 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc Subject Re: Get page number for bookmark

Re: Insert a newpage in a PDF

2009-06-17 Thread Adam Nichols
#x27;t know if PDFBox supports this or not. If nobody else responds I'd suggest hitting up with PDF spec and get familiar with the file structure and understand how page object IDs work and then give it a shot. --Adam "Alan Thomas" 06/16/2009 20:16 Please respond to pdfbox-

Re: Get page number for bookmark

2009-06-02 Thread Adam Nichols
the actual data in the pages. --Adam Andreas Lehmkühler 05/31/2009 10:25 Please respond to pdfbox-dev@incubator.apache.org To pdfbox-dev@incubator.apache.org cc Subject Re: Get page number for bookmark Hi Adam, did you ever try to use one of the following methods: COSArrayList.ite

Re: Get page number for bookmark

2009-05-27 Thread Adam Nichols
e page object id I had. -- Thanks, Adam Adam Nichols/UR/CER/XLDynamics 05/22/2009 15:21 To pdfbox-dev@incubator.apache.org cc Subject Get page number for bookmark I'm trying to parse PDF files, look at all the bookmarks, determine what page they are on, and then split the document based

Get page number for bookmark

2009-05-22 Thread Adam Nichols
own a solution. If this feature is missing, I have no problem adding it, but I'd need some help in making sure I do it as efficiently as possible and put it in the correct place in the library. Perhaps it'd be as easy as adding an accessor for the page object id in the PDPage class? Thanks, Adam