<?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 : Knowledge Database</title>
  <link>http://www.ecrion.com/forum/</link>
  <description>This is an XML content feed of; Ecrion Forum : Knowledge Database : Last 10 Posts</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 25 May 2013 14:22:13 +0000</pubDate>
  <lastBuildDate>Wed, 10 Apr 2013 14:28:39 +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?FID=24</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>Knowledge Database : Programmatically configuring the Server Version</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=1122&amp;PID=1996#1996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=2" rel="nofollow">Guests</a><br /><strong>Subject:</strong> Programmatically configuring the Server Version<br /><strong>Posted:</strong> 10 Apr 2013 at 2:28pm<br /><br /><b>Question:</b>&nbsp;I'm receiving the following e<span style="line-height: 1.4;">rror when trying to run the TIFFsample:</span><p ="mso"=""><o:p></o:p></p><p ="mso"=""><b>Server exception occurred: An error has&nbsp;occurred&nbsp;while trying to connect to server version '8.0.0'.</b></p><p ="mso"="">I have confirmed the reference toEcrion.Ultrascale.NET (Version 8.1.0.3702; Path C:\Program Files\Ecrion\XFUltrascale 2013 v8.1.0\Client\.NET\2.0\Ecrion.Ultrascale.NET.dll).&nbsp; I have XF Ultrascale 8.0.0 service disabled,and XF Ultrascale 8.1.0 Started. Please assist with this manner.<o:p></o:p></p><p ="mso"=""><br></p><p ="mso"=""><b>Answer:</b>&nbsp;Thank you for contacting us with your inquiry</p><p ="mso"=""><br></p><p ="mso"="">You are&nbsp;receiving&nbsp;that error because the side-by-side mechanism calls the older version. The 8.0.0 service is disabled so the application is unable to connect to the server.&nbsp;</p><p ="mso"=""><br></p><p ="mso"=""><span style="line-height: normal;">As of January 2013, we have implemented a new functionality that enables side-by-side installation when you have 2 versions of XF Ultrascale installed on the same machine. This helpful functionality can assist in transitioning from an older version of XFR allowing the usage of either version as you completing regression testing. Please note that this functionality is supported starting with XF Rendering Server version 7.5.0.&nbsp;All versions inferior to XF Rendering Server v7.5.0 will not be side by side compatible.&nbsp;More information about the side-by-side behavior can be found here in our documentation:&nbsp;</span></p><p ="mso"=""><span style="line-height: normal;"><a href="http://ecri&#111;n.com/Temp/HelpCache/XFRenderingServer3/framed_side_by_side_installati&#111;n.htm" target="_blank">http://ecrion.com/Temp/HelpCache/XFRenderingServer3/framed_side_by_side_installation.htm</a></span><span style="line-height: normal;">&nbsp;</span></p><p ="mso"=""><span style="line-height: 1.4;"><br></span></p><p ="mso"=""><span style="line-height: 1.4;">To resolve this error, you would need to specify in your code which server version to be called for rendering.&nbsp;</span><span style="line-height: 1.4;">Please add the ServerVersion rendering parameter, as shown below(The syntax is the same for both .NET and Java):</span></p><p ="mso"=""><span style="line-height: 1.4;"><br></span></p><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><p ="mso"=""><span style="line-height: 1.4;">RenderingParameters p = new RenderingParameters();&nbsp;</span></p></blockquote><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><p ="mso"=""><span style="line-height: 1.4;">p.ServerVersion =&nbsp;</span><span style="line-height: 1.4;">"8.1.0";</span></p></blockquote></blockquote><p ="mso"=""><br></p><p ="mso"="">The ServerVersion parameter specifies the desired server version to be used when multiple instances of XFUltrascale are installed on the same machine. The d<span style="line-height: 1.4;">efault value is 0.0.0 which means that the lowest installed server version will be used for rendering:</span></p><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: n&#111;ne; padding: 0px;"><p ="mso"=""><span style="line-height: 1.4;">public String ServerVersion = "0.0.0";</span></p></blockquote></blockquote><div><br></div><div>For additional information, please consult the following links to the XF Rendering Server Programming Manuals</div><div><br></div><div>Java:&nbsp;<a href="http://www.ecri&#111;n.com/temp/helpcache/xfrenderingserver3/framed_java_programmers_reference.htm" target="_blank">http://www.ecrion.com/temp/helpcache/xfrenderingserver3/framed_java_programmers_reference.htm</a></div><div><br></div><div>.Net:&nbsp;<a href="http://www.ecri&#111;n.com/temp/helpcache/xfrenderingserver3/framed_xf_net_rendering_server_progra.htm" target="_blank">http://www.ecrion.com/temp/helpcache/xfrenderingserver3/framed_xf_net_rendering_server_progra.htm</a></div><span style="font-size:10px"><br /><br />Edited by chipv - 10 Apr 2013 at 3:40pm</span>]]>
   </description>
   <pubDate>Wed, 10 Apr 2013 14:28:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=1122&amp;PID=1996#1996</guid>
  </item> 
  <item>
   <title>Knowledge Database : How to handle Document Generation Size Limitations</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=1106&amp;PID=1980#1980</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=2" rel="nofollow">Guests</a><br /><strong>Subject:</strong> How to handle Document Generation Size Limitations<br /><strong>Posted:</strong> 08 Apr 2013 at 2:24pm<br /><br /><p ="Ms&#111;normal"><b>Question:</b> I’vegot an issue where sending a request to our Ecrion Ultrascale server, we get a404 response (from the IIS server containing the Ecrion Web Service). &nbsp;The XSL template + XML content combinationrenders when the content is 7MB in size (a bigger size possibly works too) Whenthe XML content is 20+ MB, that’s when the 404 happens. We would appreciatesome insight &amp; assistance with this issue.</p><p ="Ms&#111;normal"><b style="line-height: 1.4;"><br></b></p><p ="Ms&#111;normal"><b style="line-height: 1.4;">Answer:</b><span style="line-height: 1.4;"> Thisissue can be fixed by increasing the </span><span style="line-height: 1.4;">sizelimit for the length of the content which can be sent via the web service.</span></p><p ="Ms&#111;normal">Please openweb.config (from C:\Program Files\Ecrion\XF Web Service\Web Application) in atext editor and add the following settings to the configuration file (add theseat the end of the file, before the ending &lt;/configuration&gt; tag):<o:p></o:p></p><p ="Ms&#111;normal"><o:p>&nbsp;</o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&lt;system.webServer&gt;<o:p></o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&nbsp;&nbsp;&nbsp; &lt;security&gt;<o:p></o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;requestFiltering&gt;<o:p></o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;requestLimitsmaxAllowedContentLength="2000000000" /&gt;<o:p></o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/requestFiltering&gt;<o:p></o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&nbsp;&nbsp;&nbsp; &lt;/security&gt;<o:p></o:p></p><p ="Ms&#111;normal" style="margin-left:1.0in">&nbsp; &lt;/system.webServer&gt;</p><p ="Ms&#111;normal" style="margin-left:1.0in"><br></p><p ="Ms&#111;normal">In addition, tomake sure that everything works fine, please increase the executionTimeoutvalue from system.web – httpRuntime.<b><o:p></o:p></b></p>]]>
   </description>
   <pubDate>Mon, 08 Apr 2013 14:24:59 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=1106&amp;PID=1980#1980</guid>
  </item> 
  <item>
   <title>Knowledge Database : Upload Server Templates without Management Console</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=1101&amp;PID=1975#1975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=2" rel="nofollow">Guests</a><br /><strong>Subject:</strong> Upload Server Templates without Management Console<br /><strong>Posted:</strong> 02 Apr 2013 at 5:20pm<br /><br /><p ="ms&#111;normal"=""><b>Q: </b><span lang="EN-GB">When we use server templates, wehave to manually add each template to the management console.&nbsp; Is itpossible to set an application to point to a folder so that any template inthat folder can be? <o:p></o:p></span></p><p ="ms&#111;normal"=""><o:p>&nbsp;</o:p></p><p ="mso"=""><b>A:</b> This iscertainly possible using XF Rendering server. This process can be achieved bycopying the templates in C:\Documents and Settings\All Users\ApplicationData\Ecrion\ServerTemplates\{folderName}. For Windows 7 or 8 users, you wouldcopy the templates in C:\ProgramData\Ecrion\ServerTemplates\{folderName}:<o:p></o:p></p><p ="mso"=""><img src="uploads/public/templateExplorer.png" height="600" width="851" border="0" /><br></p><p ="mso"=""></p><p ="mso"="">If you don't see the templates in the Management Consoleafter copying the templates to the specified folder, you would need to do thefollowing:</p><p ="mso"=""></p><ol><li><span style="font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;">Restart XF Rendering Server by going intoManagement Console, selecting XF Rendering Server, and click the ‘RestartService’ button:<br><img src="uploads/public/serverRestart.png" height="600" width="999" border="0" /><br></span></li></ol><span style="line-height: 1.4;">&nbsp; &nbsp; &nbsp;2. &nbsp; Restart the Management Console by first closing and then re-opening the program.</span><p></p><p ="mso"=""><br></p><p ="mso"="">After the restart of both XF Rendering Server and the Management Console, the templates will be visible in the server templates folder.<br><br><img src="uploads/public/serverTemplateFolder.png" height="418" width="582" border="0" /><br></p><p ="mso"=""><br></p><p ="mso"=""><b>NOTE:</b>&nbsp;For Linux users, you would need to do the following to set up server templates:</p><p ="mso"=""></p><ol><li><span style="line-height: 1.4;">Add the templates in the /opt/Ecrion/Common/Ecrion/ServerTemplates/ folder</span></li><li><span style="line-height: 1.4;">You would need to XF Rendering Server, please run the following command: /etc/init.d/ultrascaled restart</span></li></ol><p></p><p ="mso"=""></p><p ="mso"=""><br></p><p ="mso"="">Based on the specifics on what you’re trying toaccomplish with server templates, you may want to look into our EcrionOn-Demand Solutions (EOS) suite. To find out more information about EOS, feelfree to email us at <a href="mailto:info@ecri&#111;n.com" target="_blank">info@ecrion.com</a>.&nbsp;<o:p></o:p></p><p></p><div><br></div><p></p><span style="font-size:10px"><br /><br />Edited by chipv - 02 Apr 2013 at 6:56pm</span>]]>
   </description>
   <pubDate>Tue, 02 Apr 2013 17:20:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=1101&amp;PID=1975#1975</guid>
  </item> 
  <item>
   <title>Knowledge Database : Upgrading client when upgrading Rendering Server</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=1089&amp;PID=1963#1963</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=2" rel="nofollow">Guests</a><br /><strong>Subject:</strong> Upgrading client when upgrading Rendering Server<br /><strong>Posted:</strong> 26 Mar 2013 at 4:18pm<br /><br /><b>Q:</b>&nbsp;We upgraded the XF Ultrascale Rendering server to version 8.1 and replaced the .DLL's on our client with the .NET 2.0 dll's which are included in the installer.&nbsp;<span style="line-height: 1.4;">When running the client and connecting to the server with the new 8.1 dll's I get the following error: Server exception occurred: Unsupported client version: 12. after calling the Engine.Render method.</span><div><br></div><div>Do you know what we're missing and how we can use the new version?&nbsp;</div><div><br></div><div><br></div><div><b>A:&nbsp;</b><span style="line-height: 1.4;">When installing a new version of Ultrascale, the clientis not automatically updated. You need to re-create the library references in your project in order to reference the new library versions. You would need toremove the old library references and add new ones which are pointing to the newlibraries.</span></div><p ="Mso"><o:p></o:p></p>]]>
   </description>
   <pubDate>Tue, 26 Mar 2013 16:18:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=1089&amp;PID=1963#1963</guid>
  </item> 
  <item>
   <title>Knowledge Database : Disable PDF output options - JAVA</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=679&amp;PID=1852#1852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=1" rel="nofollow">admin</a><br /><strong>Subject:</strong> Disable PDF output options - JAVA<br /><strong>Posted:</strong> 11 Feb 2013 at 9:56am<br /><br /><div>1) Download and install XF Rendering Server from here: http://www.ecrion.com/downloads/free-trials.aspx</div><div>2)&nbsp;<span style="line-height: 1.4;">In your Java Project add a reference to Ecrion.Ultrascale.Java.jar (can be found under&nbsp;</span>C:\Program Files (x86)\Ecrion\XF Ultrascale 2013 v8.1.0\Client\Java or&nbsp;C:\Program Files\Ecrion\XF Ultrascale 2013 v8.1.0\Client\Java depending on the version installed)</div><div>3) Use one of the following samples to get you started:&nbsp;http://www.ecrion.com/support/xf-rendering-server/samples/java.aspx</div><div><br></div><div>p is an instance of RenderingParameters as described in the JAVA programming API:</div><div>http://www.ecrion.com/Temp/HelpCache/XFRenderingServer3/framed_xfrenderingserverhelpindex.htm</div><div><br></div><div>Let us know if you encounter any issues and we'll be happy to help.</div>]]>
   </description>
   <pubDate>Mon, 11 Feb 2013 09:56:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=679&amp;PID=1852#1852</guid>
  </item> 
  <item>
   <title>Knowledge Database : Disable PDF output options - JAVA</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=679&amp;PID=1849#1849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=725" rel="nofollow">dhruvavrao</a><br /><strong>Subject:</strong> Disable PDF output options - JAVA<br /><strong>Posted:</strong> 11 Feb 2013 at 6:37am<br /><br /><p ="mso"="">HI all,</p><p ="mso"="">I am facing similar problems , I want to disable print and save as option to my small application for a pdf. My web project is in Java platform.&nbsp;</p><p ="mso"="">&nbsp;&nbsp;</p><p ="mso"="">Can anyone tell me what is "p."&nbsp;<span style="line-height: 1.4;">p.PDFOwnerPassword = "xyz"; in the statment.&nbsp;</span></p><p ="mso"=""><span style="line-height: 1.4;"><br></span></p><p ="mso"=""><span style="line-height: 1.4;">Is any jar files required for this?</span></p><p ="mso"=""><span style="line-height: 1.4;"><br></span></p><p ="mso"=""><span style="line-height: 1.4;">Thanks in advance,</span></p><p ="mso"=""><span style="line-height: 1.4;">Dhruva</span></p><p ="mso"="">&nbsp; &nbsp;</p><p ="mso"=""><br></p><p ="mso"=""><br></p><p ="mso"=""><br></p>]]>
   </description>
   <pubDate>Mon, 11 Feb 2013 06:37:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=679&amp;PID=1849#1849</guid>
  </item> 
  <item>
   <title>Knowledge Database : Convert multiple files</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=723&amp;PID=1574#1574</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> Convert multiple files<br /><strong>Posted:</strong> 17 Dec 2012 at 11:55am<br /><br /><b>Question: &nbsp;</b>I'm running the XF rendering server and using it throughPHP exec(), basically the command line. &nbsp;Is it possible to send more then 1 file through to therenderer?<p ="Mso"><o:p></o:p></p><p ="Mso">For example:<o:p></o:p></p><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:  minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;  mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;Times New Roman&quot;;  mso-bidi-theme-font:minor-bidi;mso-ansi-:EN-US;mso-fareast-:  EN-US;mso-bidi-:AR-SA">exec("path to render.exe" "file1", "file 2", "file 3");</span><div><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:  minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;  mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;Times New Roman&quot;;  mso-bidi-theme-font:minor-bidi;mso-ansi-:EN-US;mso-fareast-:  EN-US;mso-bidi-:AR-SA"><br></span></div><div><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:  minor-latin;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;  mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&quot;Times New Roman&quot;;  mso-bidi-theme-font:minor-bidi;mso-ansi-:EN-US;mso-fareast-:  EN-US;mso-bidi-:AR-SA"><b>Answer: &nbsp;</b>Certainly, you can reference our uload.net client.</span></div><div><br></div><div><p ="Mso"><a href="http://www.ecri&#111;n.com/Help/Products/XFRenderingServer/XFUltrascaleHelp1/load_test_exe.htm" target="_blank">http://www.ecrion.com/Help/Products/XFRenderingServer/XFUltrascaleHelp1/load_test_exe.htm</a><o:p></o:p></p><p ="Mso"><o:p>&nbsp;</o:p></p><p ="Mso">You will need to create a load file in which all renderingjobs will be specified on a separate line, with their particular parameters (ifnecessary).<o:p></o:p></p><p ="Mso">For instance, a file named ULOAD.txt can contain lineslike the following:&nbsp;</p><p ="Mso">-xml input.xml -xsl template.xfd -pdf output.pdf -foinput.fo -docx output2.docx -parameters: xsltparameters=(param,value)&nbsp;</p><p ="Mso">For error tracking with ULoad.NET, you will have toconsult STDout to see the erroneous files.<o:p></o:p></p></div>]]>
   </description>
   <pubDate>Mon, 17 Dec 2012 11:55:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=723&amp;PID=1574#1574</guid>
  </item> 
  <item>
   <title>Knowledge Database : Disable PDF output options - JAVA</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=679&amp;PID=1518#1518</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> Disable PDF output options - JAVA<br /><strong>Posted:</strong> 08 Nov 2012 at 4:34pm<br /><br /><b>Question: &nbsp;</b>I would like to know if there is a parameter that I can use in my JAVA application that makes my output PDF not printable, such that you can view it, but not be able to print. &nbsp;Is this something you can assist me with?<div><b><br></b></div><div><font face="Calibri, sans-serif"><span style="font-size: 15px; line-height: 20px;"><b>Answer:</b>&nbsp; Yes, we will be happy to assist you with this inquiry.</span></font></div><div><font face="Calibri, sans-serif"><span style="font-size: 15px; line-height: 20px;"><br></span></font></div><div><font face="Calibri, sans-serif"><span style="font-size: 15px; line-height: 20px;">Firstly, you can always access rendering parameters in the programming manuals available as such here:</span></font></div><div><a href="http://www.ecri&#111;n.com/Temp/HelpCache/XFRenderingServer1/framed_java_ecri&#111;n_ultrascale_renderingparameters.htm" target="_blank">http://www.ecrion.com/Temp/HelpCache/XFRenderingServer1/framed_java_ecrion_ultrascale_renderingparameters.htm</a></div><div><br></div><div>Secondly, and more specifically, by simply adding&nbsp;an owner password the PDF will have printing, copying, saving, etc.options disabled:</div><p ="mso"=""><o:p></o:p></p><p ="mso"="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p.PDFOwnerPassword= "xyz";<o:p></o:p></p><p ="mso"=""><o:p>&nbsp;</o:p></p><p ="mso"="">Additionally, if you want to enable certain options you cando as follows:<o:p></o:p></p><p ="mso"="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p.PDFOutputPermissionFlags= Engine.PDFPermissionFlags.AllowScreenReaders |Engine.PDFPermissionFlags.AllowAssembly;<o:p></o:p></p><p ="mso"=""><br></p><p ="mso"="">We hope this information is helpful to you!</p><span style="font-size:10px"><br /><br />Edited by justinw - 08 Nov 2012 at 4:35pm</span>]]>
   </description>
   <pubDate>Thu, 08 Nov 2012 16:34:38 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=679&amp;PID=1518#1518</guid>
  </item> 
  <item>
   <title>Knowledge Database : PDF output permission configurations</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=678&amp;PID=1517#1517</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> PDF output permission configurations<br /><strong>Posted:</strong> 08 Nov 2012 at 2:35pm<br /><br /><b>Question: &nbsp;</b>How can I control if my output PDF can be printed and/or other other permissions configuration?<div><br></div><div><b>Answer: &nbsp;</b></div><div><span style="color: rgb31, 73, 125; "><br></span></div><div>This can be done in&nbsp; two ways:</div><p ="MsoListParagraph" style="margin-left:20.25pt;text-indent:-.25in;  mso-list:l0 level1 lfo1"><!--if !supLists--><span lang="RO">-<span style="font-size: 7pt; line-height: normal; font-family: 'Times New Roman'; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span><!----><span lang="RO">From document itself:<font color="#1f497d"><o:p></o:p></font></span></p><p ="MsoListParagraph" style="margin-left:56.25pt;text-indent:-.25in;  mso-list:l0 level2 lfo1"><!--if !supLists--><span lang="RO" style="font-family:  &quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#1F497D;mso-ansi-:  RO">o<span style="font-size: 7pt; line-height: normal; font-family: 'Times New Roman'; ">&nbsp;&nbsp;</span></span><!----><span lang="RO" style="color:#1F497D;mso-ansi-:  RO">Usin XF Designer: <a href="http://www.ecri&#111;n.com/Temp/HelpCache/XFDesigner2/framed_&#100;ocument_protecti&#111;n.htm" target="_blank">http://www.ecrion.com/Temp/HelpCache/XFDesigner2/framed_document_protection.htm</a><o:p></o:p></span></p><p ="MsoListParagraph" style="margin-left:56.25pt;text-indent:-.25in;  mso-list:l0 level2 lfo1"><!--if !supLists--><span lang="RO" style="font-family:  &quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#1F497D;mso-ansi-:  RO">o<span style="font-size: 7pt; line-height: normal; font-family: 'Times New Roman'; ">&nbsp;&nbsp;</span></span><!----><span lang="RO" style="color:#1F497D;mso-ansi-:  RO">From XML: <a href="http://www.ecri&#111;n.com/Temp/HelpCache/XFRenderingServer1/framed_pdf_security_flags.htm" target="_blank">http://www.ecrion.com/Temp/HelpCache/XFRenderingServer1/framed_pdf_security_flags.htm</a><o:p></o:p></span></p><p ="MsoListParagraph" style="margin-left:56.25pt"><span lang="RO" style="color:#1F497D;mso-ansi-:RO">&nbsp;</span></p><p ="MsoListParagraph" style="margin-left:20.25pt;text-indent:-.25in;  mso-list:l0 level1 lfo1"><!--if !supLists--><span lang="RO"><font color="#1f497d">-</font><span style="font-size: 7pt; line-height: normal; font-family: 'Times New Roman'; "><font color="#1f497d">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>&nbsp;&nbsp;&nbsp;</span></span><!----><span lang="RO">Or through the Ecrion API by setting</span><span lang="RO" style="color:#1F497D;mso-ansi-:  RO"> </span><b><span lang="RO" style="font-size: 10pt; font-family: Tahoma, sans-serif; -: initial initial; -repeat: initial initial; ">PDFPermissionFlags</span></b><span lang="RO" style="color:#1F497D;mso-ansi-:RO"> </span><span lang="RO">in</span><span lang="RO" style="color:#1F497D;mso-ansi-:RO"> </span><b><span lang="RO" style="font-size: 10pt; font-family: Tahoma, sans-serif; -: initial initial; -repeat: initial initial; ">RenderingParameters</span></b><span lang="RO" style="color:#1F497D;mso-ansi-:RO">:<o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-left:20.25pt"><span lang="RO" style="color:#1F497D;  mso-ansi-:RO"><a href="http://www.ecri&#111;n.com/Temp/HelpCache/XFRenderingServer1/framed_net_ecri&#111;n_ultrascale_renderingparameters.htm" target="_blank">http://www.ecrion.com/Temp/HelpCache/XFRenderingServer1/framed_net_ecrion_ultrascale_renderingparameters.htm</a><o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-left:20.25pt"><span lang="RO" style="color:#1F497D;  mso-ansi-:RO"><a href="http://www.ecri&#111;n.com/Temp/HelpCache/XFRenderingServer1/framed_net_ecri&#111;n_ultrascale_pdfperm.htm" target="_blank">http://www.ecrion.com/Temp/HelpCache/XFRenderingServer1/framed_net_ecrion_ultrascale_pdfperm.htm</a><o:p></o:p></span></p><p ="Ms&#111;normal" style="margin-left:20.25pt"><span lang="RO">Also here is a useful forum post:&nbsp;</span><span lang="RO" style="color:#1F497D;  mso-ansi-:RO">&nbsp;<a href="http://www.ecri&#111;n.com/forum/set-pdf-permissi&#111;n-flags_topic199.html" target="_blank">http://www.ecrion.com/forum/set-pdf-permission-flags_topic199.html</a><o:p></o:p></span></p><p ="Ms&#111;normal"><span lang="RO" style="color:#1F497D;mso-ansi-:RO">&nbsp;</span></p><p ="Ms&#111;normal"><span lang="RO" style="color:#1F497D;mso-ansi-:RO">We hope this information was helpful to you.</span></p>]]>
   </description>
   <pubDate>Thu, 08 Nov 2012 14:35:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=678&amp;PID=1517#1517</guid>
  </item> 
  <item>
   <title>Knowledge Database : Client Side Printing of Documents</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=677&amp;PID=1516#1516</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> Client Side Printing of Documents<br /><strong>Posted:</strong> 07 Nov 2012 at 10:36am<br /><br /><b>Question: &nbsp;</b>Is it possible to configure the Rendering Engine such that direct printing output can be set up for the client-side printer?<div><br></div><div><b>Answer:</b>&nbsp; Yes, this we can help you with this need! &nbsp;<img src="http://www.ecrion.com/forum/smileys/smiley4.gif" border="0" alt="Big smile" title="Big smile" /></div><div><div><br></div><div>It is possible to print using a printer from the client machine.</div><div><br></div><div>You will need to insert the correct UNC path of the printer using the printerName rendering parameter</div><div><br></div><div>RenderingParameters rp;</div><div>rp.printerName = “&#091;UNC path to printer&#093;”;</div><div><br></div><div><br></div><div>Also, you will need to assure that the user under which the XF Ultrascale service is run has proper privileges to access the printer. By default, XF Ultrascale runs under local system.&nbsp;</div><div><br></div><div>You need to either assure that local system can access the network printer or you can choose to run the service under a different user which has the needed access priviledges (they can do that from Services – Right click on the Ultrascale service and change the user from Properties – Log On)</div><div><br></div><div>Additionally, for such a need, to summarize:</div><div><br></div><div><p ="Mso">We have 3 scenarios:<o:p></o:p></p><p ="Mso"><o:p>&nbsp;</o:p></p><p ="Mso">Scenario 1: Use XF Desktop edition to render the inputand print directly to the local printer.<o:p></o:p></p><p ="Mso">In this scenario the server is no longer used. Eachdesktop app will produce the PDF locally.<o:p></o:p></p><p ="Mso">The advantage is that you can use any printer connectedat the client computer.<o:p></o:p></p><p ="Mso">The disadvantage is that you have to carry XF Desktopwith your app (about 40 MB of DLLs).<o:p></o:p></p><p ="Mso"><o:p>&nbsp;</o:p></p><p ="Mso">Scenario 2: Use XF Ultrascale to generate Postscript whichis then printed locally.<o:p></o:p></p><p ="Mso">The advantage is that you can use any printer connectedat the client computer as long as it supports Postscript.<o:p></o:p></p><p ="Mso">The disadvantage is that you can only use Postscriptprinters. Most office printers can do that, but not the very cheap $100printers.<o:p></o:p></p><p ="Mso"><o:p>&nbsp;</o:p></p><p ="Mso">Scenario 3: Use XF Ultrascale to print to a shared localprinter.<o:p></o:p></p><p ="Mso">The advantage is that you can use any printer connectedat the client computer as long as it shared.<o:p></o:p></p><p ="Mso">The disadvantage is that you have to perform anadditional step and share the printer.<o:p></o:p></p><p ="Mso"><o:p>&nbsp;</o:p></p><p ="Mso">To use this method you must specify the UNC path of theprinter using the printerName rendering parameter:<o:p></o:p></p><p ="Mso"><o:p>&nbsp;</o:p></p><p ="Mso">RenderingParameters rp;<o:p></o:p></p><p ="Mso">rp.printerName = “&#091;UNC path to printer&#093;”; You also needto make sure that the user under which the XF Ultrascale service is running hasproper privileges to access the printer shared by the client. By default, XFUltrascale runs under Local System. <o:p></o:p></p><p ="Mso">Local System needs to have the proper rights or, youchoose to run the service under a different user which has the needed accessprivileges (on the server, use Services – Right click on the Ultrascale serviceand change the user from Properties – Log On).<o:p></o:p></p></div><div><br></div><div>We hope you find this helpful!</div></div><span style="font-size:10px"><br /><br />Edited by justinw - 08 Nov 2012 at 8:59am</span>]]>
   </description>
   <pubDate>Wed, 07 Nov 2012 10:36:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=677&amp;PID=1516#1516</guid>
  </item> 
 </channel>
</rss>