How to Add Annotations in postscript?
Hi,
I want to add comment like Sticky note, highlight text, insert text at cursor, replace, .. in PDF postscript coding with the help of Annotations,
So I was referred document, Adobe Portable Document Format (Version 1.4)
Under SECTION 8.4
Example 8.6
22 0 obj
<< /Type /Annot
/Subtype /Text
/Rect [266 116 430 204]
/Contents (The quick brown fox ate the lazy mouse.)
>>
endobj
I am used above postscript code to add text annotation in my PDF file, but I am get fail with following error.
%%[ Error: undefined; OffendingCommand: obj ]%%
Stack:
0
22
-dict-
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
Note:
I am using Distiller 5 and also I was tried in Distiller 7, Distiller X.
So please give suggestion and sample code to add annotations in postscript,
And also please clearly tell me where I wan to add my annotation code if I want to add more the one annotations in one page over the 50 pages PDF file.
Thanks & Regards
Thirusanguraja Venkatesan
