<?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>Ecrion Forum</title>
  <link>http://www.ecrion.com/forum/</link>
  <description>This is an XML content feed of; Ecrion Forum : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Feb 2012 20:37:17 +0000</pubDate>
  <lastBuildDate>Fri, 03 Feb 2012 05:32:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.ecrion.com/forum/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>Ecrion Forum</title>
   <url>http://www.ecrion.com/forum//images/logo.png</url>
   <link>http://www.ecrion.com/forum/</link>
  </image>
  <item>
   <title>XSL-FO : import SVG as embed</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=489&amp;PID=1204#1204</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=4" rel="nofollow">radup</a><br /><strong>Subject:</strong> import SVG as embed<br /><strong>Posted:</strong> 03 Feb 2012 at 5:32am<br /><br />Hi charrington,<div><br></div><div>Depends if the svg has a DOCTYPE definiton in it.&nbsp;</div><div>If it is so the svg will be embedded as base64, otherwise as SVG markup.</div><div><br></div><div>Regards,</div><div>Radu</div><span style="font-size:10px"><br /><br />Edited by radup - Yesterday at 9:28am</span>]]>
   </description>
   <pubDate>Fri, 03 Feb 2012 05:32:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=489&amp;PID=1204#1204</guid>
  </item> 
  <item>
   <title>XSL-FO : import SVG as embed</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=489&amp;PID=1203#1203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=335" rel="nofollow">charrington</a><br /><strong>Subject:</strong> import SVG as embed<br /><strong>Posted:</strong> 02 Feb 2012 at 12:49pm<br /><br />When I embed an SVG it gets transformed into base64. Is is possible in XF Designer to instead embed the SVG markup?]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 12:49:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=489&amp;PID=1203#1203</guid>
  </item> 
  <item>
   <title>Generic Support : Rotate text</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=488&amp;PID=1202#1202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=4" rel="nofollow">radup</a><br /><strong>Subject:</strong> Rotate text<br /><strong>Posted:</strong> 01 Feb 2012 at 4:40am<br /><br />Hi,<div><br></div><div>There are two options:</div><div><br></div><div>1. You can use a block container, but you can rotate the text only&nbsp;<span style="text-align: left; ">in</span>&nbsp;<span style="text-align: left; ">increments of 90 degrees:</span></div><div style="text-align: left;"><table width="99%"><tr><td><pre class="BBcode">&lt;fo:block-container reference-orientation="90"&gt;</div><div style="text-align: left;">&nbsp; &nbsp; &lt;fo:block&gt;</div><div style="text-align: left;">&nbsp; &nbsp; &nbsp; &nbsp; TEST</div><div style="text-align: left;">&nbsp; &nbsp; &lt;/fo:block&gt;</div><div style="text-align: left;">&lt;/fo:block-container&gt;</pre></td></tr></table></div><div style="text-align: left;"><br></div><div style="text-align: left;">or</div><div style="text-align: left;"><br></div><div style="text-align: left;"><div><table width="99%"><tr><td><pre class="BBcode">&lt;fo:block-container reference-orientation="180"&gt;</div><div>&nbsp; &nbsp; &lt;fo:block&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; TEST</div><div>&nbsp; &nbsp; &lt;/fo:block&gt;</div><div>&lt;/fo:block-container&gt;</pre></td></tr></table></div></div><div style="text-align: left;"><br></div><div style="text-align: left;">2. If you want to rotate the text by 45 degrees then you can use an svg to rotate the text:</div><div style="text-align: left;"><br></div><div style="text-align: left;"><table width="99%"><tr><td><pre class="BBcode">&lt;fo:block&gt;</div><div style="text-align: left;">&nbsp;&lt;fo:instream-foreign-object&gt;</div><div style="text-align: left;">&nbsp;<span ="apple-tab-span"="" style="white-space:pre">	</span>&lt;svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25pt" height="25pt"&gt;</div><div style="text-align: left;">&nbsp; &nbsp; <span ="apple-tab-span"="" style="white-space:pre">	<span ="Apple-tab-span" style="white-space:pre">	</span></span>&lt;text x="5px" y="5px" transform="rotate(45)" style="stroke:none; fill:#000000;"&gt;Text&lt;/text&gt;</div><div style="text-align: left;"><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;/svg&gt; &nbsp;</div><div style="text-align: left;">&lt;/fo:instream-foreign-object&gt;</div><div style="text-align: left;">&lt;/fo:block&gt;</pre></td></tr></table></div><span style="font-size:10px"><br /><br />Edited by radup - 01 Feb 2012 at 4:41am</span>]]>
   </description>
   <pubDate>Wed, 01 Feb 2012 04:40:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=488&amp;PID=1202#1202</guid>
  </item> 
  <item>
   <title>Generic Support : Rotate text</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=488&amp;PID=1201#1201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=335" rel="nofollow">charrington</a><br /><strong>Subject:</strong> Rotate text<br /><strong>Posted:</strong> 31 Jan 2012 at 1:58pm<br /><br />Is this possible? I want to rotate text.]]>
   </description>
   <pubDate>Tue, 31 Jan 2012 13:58:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=488&amp;PID=1201#1201</guid>
  </item> 
  <item>
   <title>FAQ : Dealing Static Documents without DataSource</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=486&amp;PID=1200#1200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=4" rel="nofollow">radup</a><br /><strong>Subject:</strong> Dealing Static Documents without DataSource<br /><strong>Posted:</strong> 30 Jan 2012 at 10:55am<br /><br />Hi BVS,<div><br></div><div>Use XSL-FO documents if you have static documents.</div><div>More information here:&nbsp;<a href="http://www.ecri&#111;n.com/Temp/HelpCache/XFDesigner1/framed_hidd_new&#100;ocumentdialog.htm" target="_blank">http://www.ecrion.com/Temp/HelpCache/XFDesigner1/framed_hidd_newdocumentdialog.htm</a></div><span style="font-size:10px"><br /><br />Edited by radup - 30 Jan 2012 at 10:55am</span>]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 10:55:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=486&amp;PID=1200#1200</guid>
  </item> 
  <item>
   <title>FAQ : How to design Static Documents without DataSource?</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=487&amp;PID=1199#1199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=259" rel="nofollow">BVS</a><br /><strong>Subject:</strong> How to design Static Documents without DataSource?<br /><strong>Posted:</strong> 30 Jan 2012 at 5:48am<br /><br /><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>&nbsp; <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For <FONT color=#ff0000><strong>Static documents there is no need of pre-filling documents</strong></FONT>, in such a case i think there is no need of <FONT color=#ff0000><strong>accessing DataSource</strong></FONT> for Static Documents.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Either we are developing a <FONT color=#ff0000><strong>static or Dynamic document<FONT color=#000000>,</FONT> </strong></FONT>it seems like we must link a DataSource for the document.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Can anyone Please suggest me <FONT color=#ff0000><strong>how to develop a XFD doc(Static) without linking&nbsp;DataSource</strong></FONT> to it?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 05:48:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=487&amp;PID=1199#1199</guid>
  </item> 
  <item>
   <title>FAQ : Dealing Static Documents without DataSource</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=486&amp;PID=1198#1198</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=259" rel="nofollow">BVS</a><br /><strong>Subject:</strong> Dealing Static Documents without DataSource<br /><strong>Posted:</strong> 30 Jan 2012 at 5:45am<br /><br /><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>&nbsp; <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For <FONT color=#ff0000><strong>Static documents there is no need of pre-filling documents</strong></FONT>, in such a case i think there is no need of <FONT color=#ff0000><strong>accessing DataSource</strong></FONT> for Static Documents.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Either we are developing a <FONT color=#ff0000><strong>static or Dynamic document<FONT color=#000000>,</FONT> </strong></FONT>it seems like we must link a DataSource for the document.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 30 Jan 2012 05:45:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=486&amp;PID=1198#1198</guid>
  </item> 
  <item>
   <title>Generic Support : Fastest Processing Method</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=485&amp;PID=1197#1197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=319" rel="nofollow">JohanPotgieter</a><br /><strong>Subject:</strong> Fastest Processing Method<br /><strong>Posted:</strong> 27 Jan 2012 at 3:12am<br /><br /><!--if gte mso 9> <w:Word>  <w:View>Normal</w:View>  <w:Zoom>0</w:Zoom>  <w:TrackMoves/>  <w:Trackatting/>  <w:Punctuati&#111;nKerning/>  <w:ValidateAgainstSchemas/>  <w:SaveIfInvalid>false</w:SaveIfInvalid>  <w:IgnoreMixed>false</w:IgnoreMixed>  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>  <w:D&#111;notPromoteQF/>  <w:LidThemeOther>EN-ZA</w:LidThemeOther>  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>  <w:LidThemeComplex>X-NONE</w:LidThemeComplex>  <w:Compatibility>   <w:BreakWrappedTables/>   <w:SnapToGridInCell/>   <w:WrapTextWithPunct/>   <w:UseAsianBreakRules/>   <w:D&#111;ntGrowAutofit/>   <w:SplitPgBreakAndark/>   <w:D&#111;ntVertAlignCellWithSp/>   <w:D&#111;ntBreakC&#111;nstrainedForcedTables/>   <w:D&#111;ntVertAlignInTxbx/>   <w:Word11KerningPairs/>   <w:CachedColBalance/>  </w:Compatibility>  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>  <m:mathPr>   <m:mathFont m:val="Cambria Math"/>   <m:brkBin m:val="before"/>   <m:brkBinSub m:val="&amp;#45;-"/>   <m:smallFrac m:val="off"/>   <m:dispDef/>   <m:lMargin m:val="0"/>   <m:rMargin m:val="0"/>   <m:defJc m:val="centerGroup"/>   <m:wrapIndent m:val="1440"/>   <m:intLim m:val="subSup"/>   <m:naryLim m:val="undOvr"/>  </m:mathPr></w:Word><!--><!--if gte mso 9> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"    DefSemi="true" DefQat="false" DefPriority="99"    LatentStyleCount="267">  <w:LsdExcepti&#111;n Locked="false" Priority="0" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Normal"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="ing 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="toc 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="35" Qat="true" Name="capti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="10" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Name="Default Paragraph Font"/>  <w:LsdExcepti&#111;n Locked="false" Priority="11" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtitle"/>  <w:LsdExcepti&#111;n Locked="false" Priority="22" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Str&#111;ng"/>  <w:LsdExcepti&#111;n Locked="false" Priority="20" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="59" Semi="false"     UnhideWhenUsed="false" Name="Table Grid"/>  <w:LsdExcepti&#111;n Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="No Spacing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" UnhideWhenUsed="false" Name="Revisi&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="34" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="List Paragraph"/>  <w:LsdExcepti&#111;n Locked="false" Priority="29" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="30" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Semi="false"     UnhideWhenUsed="false" Name="Light Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Semi="false"     UnhideWhenUsed="false" Name="Light List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Semi="false"     UnhideWhenUsed="false" Name="Light Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Semi="false"     UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Semi="false"     UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Semi="false"     UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Semi="false"     UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Semi="false"     UnhideWhenUsed="false" Name="Dark List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Semi="false"     UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Semi="false"     UnhideWhenUsed="false" Name="Colorful List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Semi="false"     UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="19" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtle Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="21" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="31" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Subtle Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="32" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Intense Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="33" Semi="false"     UnhideWhenUsed="false" Qat="true" Name="Book Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="37" Name="Bibliography"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Qat="true" Name="TOC ing"/> </w:LatentStyles><!--><!--if gte mso 10> /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-qformat:yes;	mso-style-parent:"";	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;	mso-para-margin-top:0cm;	mso-para-margin-right:0cm;	mso-para-margin-bottom:10.0pt;	mso-para-margin-left:0cm;	line-height:115%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri","sans-serif";	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:minor-fareast;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;}<!--><p ="ms&#111;normal"="">Hi Everyone, <br><br>I have been running bench mark testing on my own for the last few days using atrial version of Ultrascale. I setup a Hot Folder and copied 15000 identicalxml files into this folder. I monitored the documents produced and calculatedthe average time per document at certain intervals. I used a very complexdocument with many nested tables and many repeating and conditional tables.These where my results:<br><br>50 documents = 7.82 seconds per document<br>500 documents = 12.77 seconds per document<br>1000 documents = 15.31 seconds per document <br>4500 documents = 15.66 seconds per document <br><br>It would seem that hot folder monitoring is not the best way to go if you havefiles constantly waiting to be processed. I have found that if I delete thefiles waiting and copy them again the server is much faster again. Thissuggests the problem is with the repeated processing.<br><br>Can anyone suggest a better way of processing documents as fast as possible?<br><br>Using the API? Command line? Batch files? Any suggestions?</p><span style="font-size:10px"><br /><br />Edited by JohanPotgieter - 27 Jan 2012 at 3:15am</span>]]>
   </description>
   <pubDate>Fri, 27 Jan 2012 03:12:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=485&amp;PID=1197#1197</guid>
  </item> 
  <item>
   <title>FAQ : Saving PDFs with user modified form fields</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=484&amp;PID=1196#1196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=316" rel="nofollow">justinw</a><br /><strong>Subject:</strong> Saving PDFs with user modified form fields<br /><strong>Posted:</strong> 20 Jan 2012 at 2:17pm<br /><br /><b>Q: </b>&nbsp;I would like to produce PDF documents where my end users will have the capability to make edits to form fields and then be able to SAVE these edited documents. &nbsp;Does the XF Rendering Server product line provide this capability?<div><b><br></b></div><div><b>A: &nbsp;</b>The answer is yes, and you can also read more about this add-on feature at the following link:</div><div>http://www.ecrion.com/products/xfrenderingserver/addons.aspx#are</div><div><br></div><div>However, it must be noted that this does come at an additional cost. &nbsp;The answer to why is below.&nbsp;</div><div><br></div><div>Users of Adobe Acrobat Pro can choose to create documents that will allow anyone to make modifications to the form fields and save the PDF. &nbsp;This works because those documents are signed with a special key that allows Adobe Reader Extensions to be enabled, ultimately allowing the user to make modifications and save accordingly. &nbsp;</div><div><br></div><div>The XF Rendering Server can work with using this key and integrating it into the document to produce PDF's that your end users can modify and save. &nbsp;Yet, this does require an acquisition of the extensions key from Adobe directly (in compliance with their EULA and pricing models). &nbsp;If you are interested in this add-on functionality, simply email sales@ecrion.com, and we will provide you with more pricing information. &nbsp;&nbsp;</div><span style="font-size:10px"><br /><br />Edited by justinw - 20 Jan 2012 at 2:20pm</span>]]>
   </description>
   <pubDate>Fri, 20 Jan 2012 14:17:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=484&amp;PID=1196#1196</guid>
  </item> 
  <item>
   <title>FAQ : Facing Difficulty with blocks unexpected flow</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=483&amp;PID=1195#1195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=4" rel="nofollow">radup</a><br /><strong>Subject:</strong> Facing Difficulty with blocks unexpected flow<br /><strong>Posted:</strong> 17 Jan 2012 at 10:28am<br /><br />Hi BVS,<div><br></div><div>More information about &nbsp;keeps and breaks you can find here:</div><div><a href="http://www.w3.org/TR/xsl/#keepbreak" target="_blank">http://www.w3.org/TR/xsl/#keepbreak</a></div><div><a href="http://www.w3.org/TR/xsl/#d0e26492" target="_blank">http://www.w3.org/TR/xsl/#d0e26492</a></div><div><br></div><div>Regards,</div><div>Radu</div>]]>
   </description>
   <pubDate>Tue, 17 Jan 2012 10:28:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=483&amp;PID=1195#1195</guid>
  </item> 
 </channel>
</rss>
