-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Adobe Root format #60
Comments
I have the interest, and I could do it if I find a way to extract the xml :) |
My hope is that when @YuryStrozhevsky creates his SDK we get something similar to:
In theory, we can progress with a static file and add extracting real time later, not saying we need to, just saying possible. |
I will create a parser for the static file, and as soon as the SDK is ready I will incorporate everything to tl-create. |
@fotisl in the absence @YuryStrozhevsky forthcoming SDK if your interested in looking there is a python tool called pdftk that can unpack PDFs:
|
@fotisl looks like we can do with PDFjs also - https://github.com/mozilla/pdf.js/blob/de7002dc6c7a6fc3d3ee1107a8480953b60b9555/src/core/annotation.js#L1053 If you wanted to do it this way I think @apilguk could help with the PDFjs call. |
I am reopening this to track the further enhancements:
|
The adobe AATL list is downloadable here:
http://trustlist.adobe.com/tl12.acrobatsecuritysettings
This is a PDF that contains an XML file that looks like this:
SecuritySettings.xml.zip
We need to support:
We have what we need for #1 and #3, @YuryStrozhevsky will give us an SDK that lets us attach and embed attachments in the next month or so.
We could hard code the example securitysettings.xml file and make the rest work and add that in later.
'CCing @fotisl incase he has time and interest :)
The text was updated successfully, but these errors were encountered: