Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
ludwigvb72@hotmail.com #1
newbie question: getting an embedded file from a plugin
I have a pdf document, and I added a attachment.
How do I programmatically get that file from a plug ins?
I can see an embeddedfile field in the pdf using pdfcanopener
So far I have
PDDoc pdDoc = AVDocGetPDDoc (avDoc);
CosDoc DocObj = PDDocGetCosDoc(pdDoc);
CosObj DictObj = CosDocGetInfoDict(DocObj);
CosObjEnum(DictObj, GetKeyAtoms, NULL);
....
GetKeyAtoms is a function to print the object
ludwigvb72@hotmail.com Guest
-
newbie question: getting an embedded file
I have a pdf document, and I added a attachment. How do I programmatically get that file from a plug ins? I can see an embeddedfile field in the... -
Newbie question - how to call one swf file from another at end
I see plenty of examples of how to do this on a button press, and I'm sure this is even more simple, but I'm so green I can't see it yet. I've... -
Newbie File Question
Kubaton Lover wrote at Fri, 22 Aug 2003 14:17:51 +0000: E.g. open CODE, $file or die $!; # I would also add the error code print scalar... -
newbie question: creating a new record in a related file
somaBoyMX wrote: You can do it with a Portal in the Contacts file. First, the relationship from the Contacts file as Master to the related...



Reply With Quote

