<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LiveDocx in PHP &#187; Release</title>
	<atom:link href="http://www.phplivedocx.org/category/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phplivedocx.org</link>
	<description>Zend Framework Implementation of LiveDocx</description>
	<lastBuildDate>Wed, 21 Dec 2011 12:39:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>LiveDocx 1.2 has been released</title>
		<link>http://www.phplivedocx.org/2009/08/10/livedocx-1-2-has-been-released/</link>
		<comments>http://www.phplivedocx.org/2009/08/10/livedocx-1-2-has-been-released/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 13:27:45 +0000</pubDate>
		<dc:creator>Jonathan Maron</dc:creator>
				<category><![CDATA[LiveDocx]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.phplivedocx.org/?p=787</guid>
		<description><![CDATA[The eagerly awaited version 1.2 of LiveDocx was rolled out over the weekend and as of today is available for immediate deployment. The demand for the document creation services that LiveDocx offers has sky rocketed since its release in January 2009. Consequently, considerable work has gone into making LiveDocx 1.2 even faster and more efficient [...]]]></description>
			<content:encoded><![CDATA[<p>The eagerly awaited version 1.2 of LiveDocx was rolled out over the weekend and as of today is available for immediate deployment.</p>
<p>The demand for the document creation services that LiveDocx offers has sky rocketed since its release in January 2009. Consequently, considerable work has gone into making LiveDocx 1.2 even faster and more efficient than previous versions. A massive <strong>thank you</strong> goes out to the <a href="http://www.livedocx.com/">LiveDocx</a> backend engineers!</p>
<p>The five main changes in <strong>LiveDocx 1.2</strong> and <strong>phpLiveDocx 1.2-20090810</strong> are:</p>
<h3>Save documents to XHTML 1.0 Transitional</h3>
<p>Right from the start, phpLiveDocx has been able to <a href="http://www.phplivedocx.org/2009/01/12/supported-file-formats-in-phplivedocx/">save documents</a> to DOCX, DOC, RTF, PDF, TXD and TXT. As of LiveDocx 1.2, it is now possible to save documents to <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0 Transitional</a>. As HTML is by far the most popular file format on the Internet, this addition opens the door to a number of new applications. As soon as documents can be natively displayed in a web browser and e-mail client, they easily be published on the Internet and shared ubiquitously.</p>
<h3>Export documents to bitmap files</h3>
<p>In addition to the document file formats, mentioned above, it is now possible to export documents to the following <strong>graphical file formats</strong>: BMP, GIF, JPG, PNG and TIFF. This addition to phpLiveDocx, is a great way to offer application end-users a preview of their documents in the browser. Similarly, for cases in which documents must be displayed directly in a browser, without the use of any plugins, a bitmap may now be generated.</p>
<h3>Generate smaller documents</h3>
<p>The more images that a document contains, the larger its filesize becomes. In order that LiveDocx runs as efficiently as possible, it is necessary to reduce the filesize of documents to a minimum. The internal handling of image data &#8211; in particular compression settings &#8211; has been optimized in LiveDocx 1.2. The benefits for the end-user are clear: smaller documents → faster downloads → overall improved end-user experience.</p>
<h3>Append multiple documents together</h3>
<p>As of phpLiveDocx 1.2, it is possible to assign multiple lines of merge data to a template. This results in multiple documents being created. These documents are appended to one another to become one (possibly very long) document, which can be saved to any <a href="http://www.phplivedocx.org/2009/01/12/supported-file-formats-in-phplivedocx/">supported format</a>. This new feature is especially useful for scenarios, such as label printing and voucher or certificate creation.</p>
<h3>Retrieve list of available server-side fonts</h3>
<p>Templates may only contain fonts, which are installed on the LiveDocx server, otherwise they will be substituted when creating the document. This may lead to undesirable results, in particular, if exotic fonts are used. By default, the LiveDocx server makes available only Windows standard fonts. As of version 1.2, phpLiveDocx offers a method to retrieve an array of fonts installed on the LiveDocx server.</p>
<h3>Update now</h3>
<p>The latest version of phpLiveDocx is a drop in replacement for the previous version and is 100% backward compatible.</p>
<p><a href="http://www.phplivedocx.org/downloads/">Download phpLiveDocx</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phplivedocx.org/2009/08/10/livedocx-1-2-has-been-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.9 has been released</title>
		<link>http://www.phplivedocx.org/2009/08/01/zend-framework-1-9-has-been-released/</link>
		<comments>http://www.phplivedocx.org/2009/08/01/zend-framework-1-9-has-been-released/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 05:11:45 +0000</pubDate>
		<dc:creator>Jonathan Maron</dc:creator>
				<category><![CDATA[Release]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.phplivedocx.org/?p=741</guid>
		<description><![CDATA[Yesterday, the final version of Zend Framework 1.9 was released. A large number of smaller improvements have been made throughout the Zend Framework, and around 700 issues resolved or closed since the release of 1.8.0. phpLiveDocx 1.1 and phpLiveDocx 1.2 (not yet released) have been tested with this version and are 100% compatible. There are [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, the final version of <strong>Zend Framework 1.9</strong> was released.</p>
<p>A large number of smaller improvements have been made throughout the Zend Framework, and around 700 issues resolved or closed since the release of 1.8.0.</p>
<p>phpLiveDocx 1.1 and phpLiveDocx 1.2 (not yet released) have been tested with this version and are 100% compatible. There are no backward compatibility issues in Zend Framework 1.9.</p>
<p>Update your projects now:</p>
<ul>
<li><a href="http://framework.zend.com/download/latest">Download Zend Framework 1.9</a></li>
<li><a href="http://devzone.zend.com/article/4906">Read Zend Framework 1.9 release blog</a></li>
</ul>
<p>A massive thank you goes out to the Zend Framework contributors for producing such a high quality, powerful and easy to use framework with extensive corporate backing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phplivedocx.org/2009/08/01/zend-framework-1-9-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveDocx 1.1 has been released</title>
		<link>http://www.phplivedocx.org/2009/05/27/livedocx-11-has-been-released/</link>
		<comments>http://www.phplivedocx.org/2009/05/27/livedocx-11-has-been-released/#comments</comments>
		<pubDate>Wed, 27 May 2009 04:00:51 +0000</pubDate>
		<dc:creator>Jonathan Maron</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.phplivedocx.org/?p=656</guid>
		<description><![CDATA[Following the server maintenance yesterday, a minor update to the backend service LiveDocx has just been rolled out. phpLiveDocx has been updated correspondingly. The four changes in LiveDocx 1.1 and phpLiveDocx 1.1-20090527 are: SSL encryption is mandatory When SSL encryption was enabled on the LiveDocx server last month, many users wrote us expressing their appreciation. [...]]]></description>
			<content:encoded><![CDATA[<p>Following the server maintenance yesterday, a minor update to the backend service <a href="http://blog.livedocx.com/post/LiveDocx-MailMerge-API-11-Available!.aspx">LiveDocx</a> has just been rolled out. phpLiveDocx has been updated correspondingly.</p>
<p>The four changes in <strong>LiveDocx 1.1</strong> and <strong>phpLiveDocx 1.1-20090527</strong> are:</p>
<h3>SSL encryption is mandatory</h3>
<p>When SSL encryption was enabled on the LiveDocx server last month, many users wrote us expressing their appreciation. In the following days, we received more e-mail generally saying that SSL should not be an option, but mandatory. Hence, with the goal of assisting PHP users to develop secure applications, all traffic between phpLiveDocx and LiveDocx is now encrypted using SSL. SSL can no longer be deactivated.</p>
<h3>PDF files are much smaller</h3>
<p>Many users expressed concern about the size of PDF files, produced by phpLiveDocx. The root of this problem could be traced back to a specific PDF export filter used by the underlying technology, which powers LiveDocx. In the meantime, this issue has been fixed and the produced PDF files are now <strong>much</strong> smaller.</p>
<h3>New merge fields are available</h3>
<p>The backend service LiveDocx runs on a technology called <a href="http://www.textcontrol.com/">TX Text Control</a>. Recently, <a href="http://www.huliq.com/256/80665/tx-text-control-150-released">TX Text Control 15.0</a> was released, which now supports a number of new merge field types. These merge fields (listed below) are now available in LiveDocx:
<ul>
<li>MERGEFIELD</li>
<li>DATE</li>
<li>IF</li>
<li>INCLUDETEXT</li>
</ul>
<p>Additionally, a new merge field is populated automatically at the end of the merge process. It contains the total number of pages in the resulting document.</p>
<ul>
<li>NUMPAGES</li>
</ul>
<p>I will post some examples, which use these new merge fields in the coming days.</p>
<h3>Unit tests with PHPUnit</h3>
<p>To ensure the high quality of phpLiveDocx remains thought the current and all future versions, full unit testing has been added. Take a look at the directory <em>phplivedocx/tests</em> in the downloadable <a href="http://www.phplivedocx.org/downloads/">distribution file</a>. To start the tests, ensure you have <a href="http://www.phpunit.de/manual/current/en/installation.html">PHPUnit</a> installed (via PEAR) and run <em>phplivedocx/run-tests.sh</em>. The unit tests are written against PHPUnit 3.3.16.</p>
<h3>Update now</h3>
<p>The latest version of phpLiveDocx is a drop in replacement for the old version. Only in the case that you explicitly turned off SSL encryption in the constructor, do you need to delete the third parameter of the constructor. Remember: SSL encryption is now mandatory!</p>
<p><strong><a href="http://www.phplivedocx.org/downloads/">Download phpLiveDocx</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phplivedocx.org/2009/05/27/livedocx-11-has-been-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

