<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : How to add an annotation</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : How to add an annotation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 19:30:49 +0000</pubDate>
  <lastBuildDate>Mon, 02 Feb 2015 12:29:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=2362</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[How to add an annotation : Anybody can help me to create...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post12286.html#12286</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2691">prasenjit</a><br /><strong>Subject:</strong> 2362<br /><strong>Posted:</strong> 02 Feb 15 at 12:29PM<br /><br />Anybody can help me to create a rectangle annotation???<br>]]>
   </description>
   <pubDate>Mon, 02 Feb 2015 12:29:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post12286.html#12286</guid>
  </item> 
  <item>
   <title><![CDATA[How to add an annotation : Thanks to AndrewC!AndrewC you...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post9962.html#9962</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2019">PeterXie</a><br /><strong>Subject:</strong> 2362<br /><strong>Posted:</strong> 09 Aug 12 at 2:38AM<br /><br />Thanks to AndrewC!<br>AndrewC you are correct, I just want to simulate a sign action, could be normal annotation, stamps annotation or real signature. I even tried DrawBox and DrawTextBox, but no way to put extra info.<br><br>I saw the Annotation functions and tried AddNoteAnnotation and AddTextMarkupAnnotation, they worked fine, so did GetAnnotIntProperty; but I do not know how to add a rectangle annotation and put some extra invisible data.<br><br>Actually the use case is:<br>1. user drags the mouse to select a rectangle area in the PDF reader<br>2. the system adds a rectangle annotation at the same position with several lines of visible info to describe the action, such as (Signed by: dev rc. Date: 8/8/2012 9:42 AM)<br>3. the system puts some other extra info for the annotation to snapshot the context, such as PurkinjeMetaData&lt;&lt;/USR.USR_ID/P/PATIENT.PATIENT_PROVINCE/Qu\233bec&gt;&gt;<br><br>the sample I provided at the beginning was done with Acrobat, here is the object 13<br>13 0 obj&lt;&lt;/Subtype/Form/Length 157/Filter/FlateDecode/Resources&lt;&lt;/Font 14 0 R&gt;&gt;/Type/XObject/BBox&#091;0 0 190 86&#093;/FormType 1&gt;&gt;stream<br>H‰DMË‚0ü•9êú°béMz0¾&nbsp;œ‰B5šhïZ#ìd7“Ùœð›Õ<br>DÈ}ÿIÐ±^ëÝ"¢…Âëëï:&#091;ÐK‚ÖÐ<br>­Ã;rÏ,Ø¶È–å|³¶e–æ£0–t¯`cÂaòóéæjÞµ{¢­†°ŠDäõdÿpši&amp;¹ˆ’˜®¼)µ”Dø0ÚK0ð<br>endstream<br>endobj<br><br>Any good ideas?<br>]]>
   </description>
   <pubDate>Thu, 09 Aug 2012 02:38:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post9962.html#9962</guid>
  </item> 
  <item>
   <title><![CDATA[How to add an annotation :   Here is a link to all of the...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post9958.html#9958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2362<br /><strong>Posted:</strong> 08 Aug 12 at 2:00PM<br /><br /><div><br></div><div>Here is a link to all of the Annotation functions available in Quick PDF Library.</div><div><br></div><div>AddNoteAnnotation</div><div>AddLink...</div><div><br></div><div>Then there are the Get and Set methods to read and write various properties.</div><div><br></div><div>Your PDF object below looks like part of a signature. &nbsp;Object 13 is missing would be required - It would a stream object that contains the drawing commands to render the signature.</div><div><br></div><div>QPL currently doesn't create signature appearance streams for annotations.</div><div><br></div><div>Andrew.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 14:00:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post9958.html#9958</guid>
  </item> 
  <item>
   <title><![CDATA[How to add an annotation : HI All, Is there a way to create...]]></title>
   <link>http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post9956.html#9956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2019">PeterXie</a><br /><strong>Subject:</strong> 2362<br /><strong>Posted:</strong> 08 Aug 12 at 7:31AM<br /><br />HI All, <br><br>Is there a way to create an annotation (rectangle, line, circle, etc) and add it into the PDF file?<br>Further, is it able to set extract information of the annotation object?<br>The worst, any substitution?<br><br>sample:<br>12 0 obj&lt;&lt;/Rect&#091;104.741 687.906 227.585 743.509&#093;/NM(PURK_SIGN-0000000020)/Subtype/PURK:SignStamp430C/F 68/M(D:20120808094218+08'00')/T(Signed by: dev rc. Date: 8/8/2012 9:42 AM)/PurkinjeMetaData&lt;&lt;/USR.USR_ID/P/PATIENT.PATIENT_PROVINCE/Qu\233bec&gt;&gt;/Type/Annot/AP&lt;&lt;/N 13 0 R&gt;&gt;&gt;&gt;<br>endobj<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Wed, 08 Aug 2012 07:31:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/how-to-add-an-annotation_topic2362_post9956.html#9956</guid>
  </item> 
 </channel>
</rss>