<?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 : Template PDFs with paragraphs that "wrap"</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 : Template PDFs with paragraphs that "wrap"]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 08:26:33 +0000</pubDate>
  <lastBuildDate>Fri, 01 Sep 2006 14:40:52 +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=496</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[Template PDFs with paragraphs that "wrap" : All of the commercial Xml2PDF...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2190.html#2190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 01 Sep 06 at 2:40PM<br /><br />All of the commercial Xml2PDF libraries I'm aware of are server-side only.  The desktop versions are end-user applications, not libraries.<br /><br />The above-mentioned fop could be run client-side, if you're willing to install the java runtime on all client machines, which I doubt.<br /><br />What you're looking for doesn't exist, I'm afraid.<br />]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 14:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2190.html#2190</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : Looks like using QuickPDF will...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2189.html#2189</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 01 Sep 06 at 2:21PM<br /><br />Looks like using QuickPDF will be cumbersome.<br /><br />I meant I wanna have something similar to QuickPDF, that is, a library to be embeded on my applications where I could do this :<br /><br />xml:=LoadXmlStringFromFile(afilepath)<br />pdf:=Get_This_XML_and_transform_it_to_a_PDF(xml)<br /><br />and then<br /><br />PrintThisPDFRightNow(pdf)<br /><br />or<br /><br />SaveThisPDFRightNow(pdf,onthisfolder)<br /><br />Got it ?]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 14:21:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2189.html#2189</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : About the only way to accomplish...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2188.html#2188</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 01 Sep 06 at 2:12PM<br /><br />About the only way to accomplish this with QuickPDF is to use the DrawHTMLTextBox() function on the <strong>entire paragraph</strong>, including the filled form fields.<br /><br />You would need to leave blank space for the paragraph on your PDF template, and would need to know the exact coordinates for the paragraph before calling DrawHTMLTextBox() with your filled paragraph text.<br /><br />The paragraphs below wouldn't adjust up or down either, unless you do the <strong>entire page</strong> as HTML, and leave the page blank in your template (except for the header, footers, etc.).<br /><br />I'm guessing that you will have some sizing issues if you go this way, however, if you have some very long or very short names, for example.]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 14:12:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2188.html#2188</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : Chicks :  Thanks again. Your answers...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2187.html#2187</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 01 Sep 06 at 1:56PM<br /><br />Chicks :<br /><br />Thanks again. Your answers are really, really very helpful. I dont know how to thank you :-)<br /><br />Well, for me XML is a piece of cake. I love it. No problem with it at all.<br /><br />As for transforming XML to PDF , I really would like some product similar to QuickPDF. <br /><br />That is, some library that I could embed on my applications.<br /><br />Why ?<br /><br />Because I need to pouplate those templates randomly on a wide range of desktops out there. And print them right away. Wonder that a student talks to the clerk and he/she will print his/her contract right away. A single one.<br /><br />However, on server side, I do the same thing, generating PDFs and stuffing them into student's folders. And I do it massively, that is, for 20K students at once.<br /><br />That product seems more suited for server side.<br /><br />As for desktop random printing....<br /><br />But, let us see. Now things are becoming clearer.<br /><br />Thanks again !]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 13:56:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2187.html#2187</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : When you populate your form in...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2186.html#2186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 01 Sep 06 at 1:46PM<br /><br />When you populate your form in Word, the entire paragraph will REFLOW to fill in the gaps when the field data is shorter than the fields.  Paragraphs below will also reflow by shifting up or down as necessary.<br /><br />You can't do that with PDF form fields, which have fixed locations and sizes, and whose surrounding text knows nothing about the fields, unlike Word.<br /><br />Another workflow you may want to consider:<br /><br />1. Export your Word document, with merge fields, to Word's WordML XML format.  This becomes your template.  <br /><br />2. Use whatever language you normally use to populate the template's merge fields with your data.<br /><br />3. Send the populated WordML file(s) to a hotfolder of AltSoft's Xml2PDF service, which is the lowest-cost commercial engine of its kind I've come across:<br /><br />http://www.alt-soft.com/products_xml2pdf_hotfolder.jsp<br /><br />The merged WordML file will be transformed to PDF and spit out the other side of the engine.  Simple workflow, looks to be a pretty nice product (can't vouch for it, since I haven't tried it - don't have .NET installed).<br /><br />If OpenOffice does produce XSL-FO (not sure), you could do the same thing with it, as Xml2PDF also accepts XSL-FO as input.<br /><br />]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 13:46:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2186.html#2186</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : Hi Chicks  Thanks again 4 your...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2182.html#2182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 01 Sep 06 at 7:20AM<br /><br />Hi Chicks<br /><br />Thanks again 4 your support !<br /><br />I think the KEYWORD is REFLOW, isnt it ?<br /><br />Is REFLOW some sort of text realignment ?<br /><br />If so, that's what I need....]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 07:20:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2182.html#2182</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : It&amp;#039;s clearly more desktop...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2181.html#2181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 31 Aug 06 at 4:23PM<br /><br />It's clearly more desktop oriented.<br /><br />If you need to merge, reflow and print 20K documents all at once, you need to look at commercial variable-data publishing, like Scriptura-XSL or XSLfast http://www.xslfast.com/ among others.<br /><br />An open-source solution at this level would most likely involve xml data, xsl-fo formatting, and the fop rendering engine (Java commandline).<br /><br />Not sure, but I think OpenOffice might export xsl-fo.  Altova used to have a free "personal" version of StyleVision, which is a premier stylesheet designer for xsl-fo, among other formats.<br />]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 16:23:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2181.html#2181</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : Hello Chicks  Thanks 4 your help...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2180.html#2180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 31 Aug 06 at 4:03PM<br /><br />Hello Chicks<br /><br />Thanks 4 your help !<br /><br />Can you tell me if this is a "massive" approach ?<br /><br />That is, if I have 20 K documents to be merged and printed, this is a PROfessional approach ? Or is it just something that would be done for one contract, on one desktop ?]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 16:03:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2180.html#2180</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : You can&amp;#039;t reflow the fields,...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2179.html#2179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=115">chicks</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 31 Aug 06 at 12:47PM<br /><br />You can't reflow the fields, they're fixed.  Better way would be to use the automation interfaces of Open Office to fill the fields and save to PDF.<br /><br />A VB example of saving to PDF via automation with OO is here:<br /><br />http://www.kalitech.fr/clients/doc/VB_APIOOo_en.html<br /><br />I'm sure filling the fields is as easy...<br />]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 12:47:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2179.html#2179</guid>
  </item> 
  <item>
   <title><![CDATA[Template PDFs with paragraphs that "wrap" : I have a .DOC that I want to transform...]]></title>
   <link>http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2177.html#2177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=153">jabaltie</a><br /><strong>Subject:</strong> 496<br /><strong>Posted:</strong> 31 Aug 06 at 9:16AM<br /><br />I have a .DOC that I want to transform into a PDF template, that is, I have a PDF with empty form fields that I replace on-the-fly.<br /><br />However, while drawing this template, there are some issues that I can't cope with.<br /><br />The .DOCument can be get from here :<br /><br />http://www.DES.online.unimep.br/au/debts.doc<br /><br />The problems are :<br /><br />1) How can I have a paragraph that "wraps" on the fields in RED. That is, how can I add the fields STUDENTS NAME, MARITAL STATUS , etc AND have those fields wrapping the paragraph ? This is pretty easy when using Word. Can I do the same using PDF templates ?<br /><br />2) The "Payment Date" line is a replicant one. It can vary from 1 to 12 lines. Which is  the best approach, design 12 different fields or is there some sort of table concept (an array of fields) ?<br /><br />Thanks in advance for your support ! <br /><br />By the Way, I'm not using Word. I'm using Open Office to draw my templates. Cause Open Office has a button called "PDF" that allows one to directly EXPORT it's documents to PDF, preserving , that is, keeping form fields intact.<br /><br />]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 09:16:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/template-pdfs-with-paragraphs-that-wrap_topic496_post2177.html#2177</guid>
  </item> 
 </channel>
</rss>