Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
yiyun@adobeforums.com #1
How to get a CosObj??
Hello erveryone
If I create a CosObj,how do I get this CosObj??I used these codes to create a CosObj:
PDDoc pdDoc;
CosDoc cdoc;
CosObj cDict;
pdDoc = AVDocGetPDDoc(AVAppGetActiveDoc());
cdoc = PDDocGetCosDoc(pdDoc);
cDict = CosNewDict(cdoc,true,1);
Thanks in advance!
yiyun@adobeforums.com Guest
-
working with CosObj
Hi, I'm developing a plug-in, I want insert an CosObj in my pdf, but when I save the PDF file I can't more open. this is my source:... -
Aandi_Inston@adobeforums.com #2
Re: How to get a CosObj??
You already have the CosObj, in cDict. That probably isn't the answer
you were looking for, but you may need to explain what you mean.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
yiyun@adobeforums.com #3
Re: How to get a CosObj??
I want to write the CosObj into the current document,and then in other place I get the CosObj that I have write into the document.Can you tell me how I can get it??
Thanks!!
yiyun@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #4
Re: How to get a CosObj??
I would write it into a known dictionary, like the root dictionary,
using a key starting with your registered company prefix.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
yiyun@adobeforums.com #5
Re: How to get a CosObj??
Thanks Aandi.I get it.
yiyun@adobeforums.com Guest



Reply With Quote

