<?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 : Checkbox export value</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 : Checkbox export value]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 18:10:18 +0000</pubDate>
  <lastBuildDate>Wed, 08 Mar 2017 11:12:43 +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=3444</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[Checkbox export value : Hi,I&amp;#039;m using an online system...]]></title>
   <link>http://www.quickpdf.org/forum/checkbox-export-value_topic3444_post13695.html#13695</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2927">shlomir</a><br /><strong>Subject:</strong> 3444<br /><strong>Posted:</strong> 08 Mar 17 at 11:12AM<br /><br />Hi,<div><br></div><div>I'm using an online system that enables the user to upload PDF forms and fill them online.</div><div>The problem is that this system is not recognizing radio-buttons.</div><div><br></div><div>I am trying to create a form using check-boxes that acts like radio. btw Acrobat Reader allows it by duplicating the checkbox and choosing different export value.</div><div><br></div><div>How do I do this using Debenu?</div><div><br></div><div>I have read this one:</div><div>http://www.debenu.com/kb/create-duplicate-checkbox-form-fields-with-different-export-values/</div><div><br></div><div>If I recreate what's written in the note using Acrobat Reader, Debenu identifies the fields as checkbox not as radio.</div><div><br></div><div>My code is:</div><div><br></div><div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pdf.SelectPage(1);</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pdf.SetOrigin(1);</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pdf.SetNeedAppearances(1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int sig = pdf.NewFormField("test1", 7);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int chl = pdf.NewChildFormField(sig, "c1", 3);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldCheckStyle(chl, 0, 1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldValue(chl, "v1");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldBounds(chl, 100, 100, 10, 10);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; chl = pdf.NewChildFormField(sig, "c2", 3);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldCheckStyle(chl, 0, 1);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldValue(chl, "v2");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldChildTitle(chl, "c1");</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pdf.SetFormFieldBounds(chl, 400, 100, 10, 10);</div></div><div><br></div><div>Is there other library I can use to do this instead of Debenu?</div><div>(If obviously it's not possible with Debenu)</div>]]>
   </description>
   <pubDate>Wed, 08 Mar 2017 11:12:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/checkbox-export-value_topic3444_post13695.html#13695</guid>
  </item> 
 </channel>
</rss>