Re: How to change icon of FileAttachment in Acrobat SDK
All annotations can and generally should have AP (32000-1, table 164).See especially table 184.
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
However, you are partly right in your idea because for all annotations types, the other definitions take precedence over AP - except this one.
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi I think that this FileAttachment notation is special case.It have used own his appearance. I have seen table 164 and it told that:"An appearance dictionary specifying how the annotation shall be...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Table 184 takes precedence. I have tested a custom AP with FileAttachment and it does work in Acrobat X (sorry cannot share file, and did not use code). Have you checked if it becomes visible after...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi After saving or reopen, I only see default icon of File Attachment Annotations.I will try to do it again. Can you share me one thing? Are you using Cosobject to update AP key of this notation ? Thanks
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
I was not using code at all, but I cam confident that the Cos layer could be used to do it.
View ArticleHow to add alternate text to selected image?
Dear All, I want to add aleternate text to selected image(jpeg,bitmap,png,tiff).Is this possible by creating plugin? PDPage page = NULL; //Create a PDPage object AVDoc avDoc =...
View ArticleRe: How to add alternate text to selected image?
Where is it documented that you can cast the selection to a PDXObject?
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Also... do you have an exception trap? There are ways in which your code can fail e.g. if AP is a direct object (as it often will be). And... have you actually checked the PDF to see if your changes...
View ArticleRe: How to add alternate text to selected image?
on another thread someone used thats why http://forums.adobe.com/message/2267262#2267262What AVDocGetSelection() returns when image selected?
View ArticleRe: How to add alternate text to selected image?
1. I have read that thead, and the discussion seemed to confirm that this wasn't the right thing to do, that it never worked, and that Image wasn't an expected selection type. Of course we don't know...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi I am sure that. My code can run and not fail. I can see Attachmentnotation and stamp after input. When I debug it, I see value from point. But I does not see appearance of AttachmentNotation...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
You have not confirmed: did you examine the PDF internals to see that the AP from the one annotation was identical on the other? I don't mean by debugging the code, or seeing that two annotations...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Sorry for missing that case. I have used opensoucer PDF Creator to check PDF file. But when I check it, I only see 2 objects: file notation and stamp.I am not this software can look AP or not. In that...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
I cannot share the software I use. But I would examine the PDF in a text editor (making sure it does not have object streams).
View Articleprint PDF using c#
Hi, I have a program written in c# that creates several PDF on the HDD. When the creation of de documents(PDF) is finished it needs to print the PDF. On some locations this works and on others it...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi This is my pdf file. You ca take it via link : http://geonote.co.kr/publish/photo%20button_test.pdf I use Text Editor and see anotion data like that:<</AcroForm 41 0 R/Metadata 7 0 R/Names 42...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
You need to learn how to read the objects in the file. /Annots 47 0 Rtells you that the annotations are stored in another indirect object, which will be 47 0 objso long as you are not using object...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi Thank for your fast reponse. I will try to implement your suggestion. Thanks
View ArticleRe: print PDF using c#
I don't see any code here that has anything to do with the Acrobat SDK…
View Article