<?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 : Alternatives for replacing QuickPDF</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 : General Discussion : Alternatives for replacing QuickPDF]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 09:31:43 +0000</pubDate>
  <lastBuildDate>Thu, 29 Nov 2007 05:30:15 +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=824</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[Alternatives for replacing QuickPDF :    chicks wrote:Well, QuickPDF...]]></title>
   <link>http://www.quickpdf.org/forum/alternatives-for-replacing-quickpdf_topic824_post3956.html#3956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 824<br /><strong>Posted:</strong> 29 Nov 07 at 5:30AM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by chicks" alt="Originally posted by chicks" style="vertical-align: text-bottom;" /> <strong>chicks wrote:</strong><br /><br />Well, QuickPDF certainly has limitations, but I've never experienced a problem with filling/flattening form fields with it, if you remember that the field numbers shift as you flatten.</td></tr></table><br><br>I'm very sad cause the whole project is sinking JUST BECAUSE this flattening problem.... Can a single function shut it all down ? <br><br>We had to suspend the PDF generation because of the corrupted PDFs generated. It is not reliable. <br><br>No matters if I generate 8.000 PDFs and 10 of them are corrupted. CANT have a single one corrupted.<br><br>Anyway....<br><br>Ah, what's the best approach to replace form field contents and flatten them all ?<br><br>How is your loop ?<br><br>Do you do a single loop where you replace fields from bottom/up and flatten them right away or do you do 2 separate loops, one for field replacement and the other for flattening ?<br><br>I have tried several different logics and none of them solve the problem....<br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by chicks" alt="Originally posted by chicks" style="vertical-align: text-bottom;" /> <strong>chicks wrote:</strong><br /><br /><br>However, the "standard" PDF library I generally use is iText, which is available in .NET and Java versions.  It's considerably more capable than QuickPDF, and is being actively maintained.  It's also open source.<br></td></tr></table><br><br>It needs to be ActiveX compatible (or DLL) cause I'll use it with XBase++.<br><br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by chicks" alt="Originally posted by chicks" style="vertical-align: text-bottom;" /> <strong>chicks wrote:</strong><br /><br /><br>If you are primarily filling and flattening fields, you can use pdftk, if you are willing to transform your XML datasource into Adobe's standard XFDF format.  I've written an "extended" version of pdftk that allows stamping images and barcodes into the fields - see <a href="http://www.esnips.com/web/PDFTools" target="_blank">pdftk_chicks</a>.  You'll also find a DLL wrapper for the iText fill/flatten example, but it's currently limited to FDF.<br></td></tr></table><br><br>I could do that. I'm very skilled with XML handling and strings processing (regular expressions etc).<br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by chicks" alt="Originally posted by chicks" style="vertical-align: text-bottom;" /> <strong>chicks wrote:</strong><br /><br /><br>For industrial-strength forms processing, see <br><a href="http://www.appligent.com/products/product_families/&#102;orms_processing.php" target="_blank">Appligent's</a> tools.<br></td></tr></table><br><br>Once more, thank you so much Chicks !<br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 05:30:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/alternatives-for-replacing-quickpdf_topic824_post3956.html#3956</guid>
  </item> 
  <item>
   <title><![CDATA[Alternatives for replacing QuickPDF : Well, QuickPDF certainly has limitations,...]]></title>
   <link>http://www.quickpdf.org/forum/alternatives-for-replacing-quickpdf_topic824_post3955.html#3955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 824<br /><strong>Posted:</strong> 28 Nov 07 at 5:41PM<br /><br />Well, QuickPDF certainly has limitations, but I've never experienced a problem with filling/flattening form fields with it, if you remember that the field numbers shift as you flatten.<br /><br />However, the "standard" PDF library I generally use is iText, which is available in .NET and Java versions.  It's considerably more capable than QuickPDF, and is being actively maintained.  It's also open source.<br /><br />If you are primarily filling and flattening fields, you can use pdftk, if you are willing to transform your XML datasource into Adobe's standard XFDF format.  I've written an "extended" version of pdftk that allows stamping images and barcodes into the fields - see <a href="http://www.esnips.com/web/PDFTools" target="_blank">pdftk_chicks</a>.  You'll also find a DLL wrapper for the iText fill/flatten example, but it's currently limited to FDF.<br /><br />For industrial-strength forms processing, see <br /><a href="http://www.appligent.com/products/product_families/&#102;orms_processing.php" target="_blank">Appligent's</a> tools.<br /><span style="font-size:10px"><br /><br />Edited by chicks - 28 Nov 07 at 5:58PM</span>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 17:41:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/alternatives-for-replacing-quickpdf_topic824_post3955.html#3955</guid>
  </item> 
  <item>
   <title><![CDATA[Alternatives for replacing QuickPDF : Hello !I&amp;#039;ve had serious issues...]]></title>
   <link>http://www.quickpdf.org/forum/alternatives-for-replacing-quickpdf_topic824_post3954.html#3954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 824<br /><strong>Posted:</strong> 27 Nov 07 at 11:17AM<br /><br />Hello !<br><br>I've had serious issues of damaged PDFs generated here on my installation (see my other postings).<br><br>I really cant figure out what's going on. When I generate say 1000 PDFs, some of them will have field contents replaced by other fields contents.<br><br>This is totally random.<br><br>I'm thinking about replacing QuickPDF. <br><br>Hate to do that cause I've invested a lot on top of it (effort , time, infra-structure etc) and I dont wanna throw it all away.<br><br>But, since I cant solve the damaged PDFs problem, I see no other choice but to replace it.<br><br>What are the alternatives ?<br><br>My requirements for another library :<br><br>- The same function set, mostly when regarded to form fields, images and barcodes.<br><br>- It needs to be something that I can embed into my EXE and that I can run it anywhere, that is, on several machines and on my server too.<br><br>- Yes, I could pay more. What's the value of something cheap that I can trust ? That is, I can no more trust on the documents generated from my platform cause the PDFs are corrupted (see my other postings).<br><br>- Needs to have ActiveX interface (or DLL mode) just like QuickPDF.<br><br>What would you pick out there ? PDFlib ? Where have you gone to ?<br><br><br>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 11:17:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/alternatives-for-replacing-quickpdf_topic824_post3954.html#3954</guid>
  </item> 
 </channel>
</rss>