[
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
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
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)
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
+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
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
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
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
[
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 &
[
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
[
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
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
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
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
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
;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.
[
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
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
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
[
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
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,
>
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
// 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
#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-
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
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
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
27 matches
Mail list logo