<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Create Handsome PDF Documents Without Frustration</title>
	<atom:link href="http://blog.rainwebs.net/2010/02/25/how-to-create-handsome-pdf-documents-without-frustration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rainwebs.net/2010/02/25/how-to-create-handsome-pdf-documents-without-frustration/</link>
	<description>Next Generation Scrum Enterprise Web Development &#124; Scrum . ICEfaces . Spring . Flex/AIR . 3D</description>
	<lastBuildDate>Sat, 26 Nov 2011 17:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rainwebs</title>
		<link>http://blog.rainwebs.net/2010/02/25/how-to-create-handsome-pdf-documents-without-frustration/#comment-138</link>
		<dc:creator>rainwebs</dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rainer.eschen.name/?p=1105#comment-138</guid>
		<description>Bernard, 

thanks for your experiences. Tools developed primarily in the U.S. always show some defects when we use European Umlauts ;-). 

I&#039;m currently looking for a better processing chain (e.g. using DITA). But, it seems that the chain I describe in this post is still state-of-the-art :-(.</description>
		<content:encoded><![CDATA[<p>Bernard, </p>
<p>thanks for your experiences. Tools developed primarily in the U.S. always show some defects when we use European Umlauts <img src='http://blog.rainwebs.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . </p>
<p>I&#8217;m currently looking for a better processing chain (e.g. using DITA). But, it seems that the chain I describe in this post is still state-of-the-art <img src='http://blog.rainwebs.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://blog.rainwebs.net/2010/02/25/how-to-create-handsome-pdf-documents-without-frustration/#comment-137</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Fri, 24 Sep 2010 09:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rainer.eschen.name/?p=1105#comment-137</guid>
		<description>I have been using asciidoc for years to generate and maintain java programming courses.
It is very useful ....
some snags though:
  - the syntax evolves sometimes in incompatible ways so you&#039;ll have to modify your documents ! (I have hundreds of documents!)
  - the program tries to connect to sourceforge and oasis to get document through the web if it is impossible (happens to be my case) you are obliged to build a local copy of thes documents (a cumbersome task)
  - I need to tidy and &quot;sed&quot;/modify the xml to adapt to french language (e.g change &quot;example&quot; to &quot;exemple&quot; and so on)
  - I  needed to modify the source code to accept java examples (easy there)

but overall a very useful application
(use it through cygwin on windows 7)

Bernard
</description>
		<content:encoded><![CDATA[<p>I have been using asciidoc for years to generate and maintain java programming courses.<br />
It is very useful &#8230;.<br />
some snags though:<br />
  &#8211; the syntax evolves sometimes in incompatible ways so you&#8217;ll have to modify your documents ! (I have hundreds of documents!)<br />
  &#8211; the program tries to connect to sourceforge and oasis to get document through the web if it is impossible (happens to be my case) you are obliged to build a local copy of thes documents (a cumbersome task)<br />
  &#8211; I need to tidy and &#8220;sed&#8221;/modify the xml to adapt to french language (e.g change &#8220;example&#8221; to &#8220;exemple&#8221; and so on)<br />
  &#8211; I  needed to modify the source code to accept java examples (easy there)</p>
<p>but overall a very useful application<br />
(use it through cygwin on windows 7)</p>
<p>Bernard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainwebs</title>
		<link>http://blog.rainwebs.net/2010/02/25/how-to-create-handsome-pdf-documents-without-frustration/#comment-132</link>
		<dc:creator>rainwebs</dc:creator>
		<pubDate>Thu, 02 Sep 2010 22:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rainer.eschen.name/?p=1105#comment-132</guid>
		<description>Matthew,&lt;br&gt;&lt;br&gt;do you have done full-blown installations of all mentioned packages? Did you test it with the first batch file code? &lt;br&gt;&lt;br&gt;Maybe you also have coding errors in the text source file. You may try to use each tool step by step using the different (generated) source files. My experience shows me that it is a bit tricky to recognize such (syntax) errors when you use the complete processing chain in one step.</description>
		<content:encoded><![CDATA[<p>Matthew,</p>
<p>do you have done full-blown installations of all mentioned packages? Did you test it with the first batch file code? </p>
<p>Maybe you also have coding errors in the text source file. You may try to use each tool step by step using the different (generated) source files. My experience shows me that it is a bit tricky to recognize such (syntax) errors when you use the complete processing chain in one step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Pettis</title>
		<link>http://blog.rainwebs.net/2010/02/25/how-to-create-handsome-pdf-documents-without-frustration/#comment-131</link>
		<dc:creator>Matthew Pettis</dc:creator>
		<pubDate>Thu, 02 Sep 2010 20:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rainer.eschen.name/?p=1105#comment-131</guid>
		<description>I know this is an older post, but this post is linked to from the asciidoc documentation.  Anyway, I am on Windows and attempting this after installing asciidoc, dblatex, and tetex on cygwin.  when using your second .bat file, I get the error:&lt;br&gt;&lt;br&gt;---------------------&lt;br&gt;Image &#039;dblatex&#039; not found&lt;br&gt;Build V6-V7-Production-stress-tests.pdf&lt;br&gt;built-in module pdftex registered&lt;br&gt;no support found for ifxetex&lt;br&gt;no support found for fontspec&lt;br&gt;no support found for xltxtra&lt;br&gt;no support found for fontenc&lt;br&gt;no support found for inputenc&lt;br&gt;no support found for fancybox&lt;br&gt;built-in module makeidx registered&lt;br&gt;no support found for asciidoc-dblatex&lt;br&gt;building additional files...&lt;br&gt;checking if compiling is necessary...&lt;br&gt;the output file doesn&#039;t exist&lt;br&gt;pdflatex -interaction=batchmode V6-V7-Production-stress-tests.tex&lt;br&gt;This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)&lt;br&gt; file:line:error style messages enabled.&lt;br&gt; %&amp;-line parsing enabled.&lt;br&gt;entering extended mode&lt;br&gt;pdflatex failed&lt;br&gt;V6-V7-Production-stress-tests.tex: File `fancybox.sty&#039; not found.&lt;br&gt;Unexpected error occured&lt;br&gt;a2x: deleting /cygdrive/e/RMG/JMS-Test-Versions/doc/V6-V7-Production-stress-tests.xml&lt;br&gt;-------------------------------------&lt;br&gt;&lt;br&gt;any idea why i get this?  dblatex is installed and i can call it from the command line on its own...&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;matt</description>
		<content:encoded><![CDATA[<p>I know this is an older post, but this post is linked to from the asciidoc documentation.  Anyway, I am on Windows and attempting this after installing asciidoc, dblatex, and tetex on cygwin.  when using your second .bat file, I get the error:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />Image &#39;dblatex&#39; not found<br />Build V6-V7-Production-stress-tests.pdf<br />built-in module pdftex registered<br />no support found for ifxetex<br />no support found for fontspec<br />no support found for xltxtra<br />no support found for fontenc<br />no support found for inputenc<br />no support found for fancybox<br />built-in module makeidx registered<br />no support found for asciidoc-dblatex<br />building additional files&#8230;<br />checking if compiling is necessary&#8230;<br />the output file doesn&#39;t exist<br />pdflatex -interaction=batchmode V6-V7-Production-stress-tests.tex<br />This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)<br /> file:line:error style messages enabled.<br /> %&amp;-line parsing enabled.<br />entering extended mode<br />pdflatex failed<br />V6-V7-Production-stress-tests.tex: File `fancybox.sty&#39; not found.<br />Unexpected error occured<br />a2x: deleting /cygdrive/e/RMG/JMS-Test-Versions/doc/V6-V7-Production-stress-tests.xml<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>any idea why i get this?  dblatex is installed and i can call it from the command line on its own&#8230;</p>
<p>thanks,<br />matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/5 queries in 0.004 seconds using disk: basic
Object Caching 1145/1147 objects using disk: basic
Content Delivery Network via N/A

Served from: blog.rainwebs.net @ 2012-02-08 04:01:04 -->
