<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Two Pilots blog</title>
	<link>http://www.colorpilot.com/blog</link>
	<description></description>
	<pubDate>Mon, 12 May 2008 04:13:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Using PDF Creator Pilot on ASP.NET Web Pages without Visual Studio</title>
		<link>http://www.colorpilot.com/blog/using-pdf-creator-pilot-on-aspnet-web-pages-without-visual-studio/</link>
		<comments>http://www.colorpilot.com/blog/using-pdf-creator-pilot-on-aspnet-web-pages-without-visual-studio/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 06:20:34 +0000</pubDate>
		<dc:creator>max.f</dc:creator>
		
		<category><![CDATA[For software developers]]></category>

		<guid isPermaLink="false">http://www.colorpilot.com/blog/using-pdf-creator-pilot-on-aspnet-web-pages-without-visual-studio/</guid>
		<description><![CDATA[ To do work with ASP.NET, we must perform three steps:

Create an Interop-wrapper
Copy the wrapper into a specific folder
Attach the namespace libraries to the application

To create the Interop-wrapper of PDF Creator Pilot (i.e. a wrapper that would make it possible to call unmanaged COM-object code of the library from the managed code of an ASP.NET application), [...]]]></description>
			<content:encoded><![CDATA[<p> To do work with ASP.NET, we must perform three steps:</p>
<ol>
<li>Create an Interop-wrapper</li>
<li>Copy the wrapper into a specific folder</li>
<li>Attach the namespace libraries to the application</li>
</ol>
<p>To create the Interop-wrapper of PDF Creator Pilot (i.e. a wrapper that would make it possible to call unmanaged COM-object code of the library from the managed code of an ASP.NET application), we should use one of the standard utilities from the .NET SDK - TlbImp.exe (C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\TlbImp.exe)</p>
<p> <a href="http://www.colorpilot.com/blog/using-pdf-creator-pilot-on-aspnet-web-pages-without-visual-studio/#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorpilot.com/blog/using-pdf-creator-pilot-on-aspnet-web-pages-without-visual-studio/feed/</wfw:commentRss>
		</item>
		<item>
		<title>C++ Unit Tests</title>
		<link>http://www.colorpilot.com/blog/cpp-unit-tests/</link>
		<comments>http://www.colorpilot.com/blog/cpp-unit-tests/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 08:36:33 +0000</pubDate>
		<dc:creator>Vitaliy Shibaev</dc:creator>
		
		<category><![CDATA[For software developers]]></category>

		<guid isPermaLink="false">http://www.colorpilot.com/blog/5/</guid>
		<description><![CDATA[Hi everybody!
Here I talk about various tools that may be used to develop the unit tests with C++, in particular about those that we use in PDF Creator, and about the way we deploy it.
As PDF Creator evolved, it started to become more evident that there was a need for an easy-to-use testing procedure. The huge [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everybody!</p>
<p>Here I talk about various tools that may be used to develop the unit tests with C++, in particular about those that we use in PDF Creator, and about the way we deploy it.</p>
<p>As PDF Creator evolved, it started to become more evident that there was a need for an easy-to-use testing procedure. The huge code base, lots of clients, quirks of the PDF format and of the library itself &#8212; these were the factors that turned every change in the code into a difficult task. Currently, every time we release a new version (actually, even more frequently), we pass the library through a set of visual tests. Some tests produce PDF files; their quality and correctness may be checked visually. Other tests convert EMF files, producing a visible result, too. There are also ASP and VB scripts among the tests. The set of the tests grows constantly, however, even when the library passes through all of them OK, there is no guarantee that all the functions of the library have been retained.</p>
<p> <a href="http://www.colorpilot.com/blog/cpp-unit-tests/#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorpilot.com/blog/cpp-unit-tests/feed/</wfw:commentRss>
		</item>
		<item>
		<title>About PDF Creator Pilot 3.9</title>
		<link>http://www.colorpilot.com/blog/about-pdf-creator-39/</link>
		<comments>http://www.colorpilot.com/blog/about-pdf-creator-39/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 05:40:35 +0000</pubDate>
		<dc:creator>Vitaliy Shibaev</dc:creator>
		
		<category><![CDATA[For software developers]]></category>

		<guid isPermaLink="false">http://www.colorpilot.com/blog/?p=4</guid>
		<description><![CDATA[Hi, everybody! My name is Vitaly Shibaev. I am one of the developers of the PDF Creator library. In my first note, I want to talk specifically about version 3.9.
In my opinion, the most important improvement in this version is how it renders texts. Any kind of text renders correctly, as searchable and clipboard compatible. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, everybody! My name is Vitaly Shibaev. I am one of the developers of the PDF Creator library. In my first note, I want to talk specifically about version 3.9.</p>
<p>In my opinion, the most important improvement in this version is how it renders texts. Any kind of text renders correctly, as searchable and clipboard compatible. In general, the library generates smaller output files, especially when the CJK fonts are used.</p>
<p> <a href="http://www.colorpilot.com/blog/about-pdf-creator-39/#more-4" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorpilot.com/blog/about-pdf-creator-39/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What do you want to use PDF Creator Pilot for?</title>
		<link>http://www.colorpilot.com/blog/what-do-you-want-to-use-pdf-creator-pilot-for/</link>
		<comments>http://www.colorpilot.com/blog/what-do-you-want-to-use-pdf-creator-pilot-for/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 09:54:25 +0000</pubDate>
		<dc:creator>PDF Library developers</dc:creator>
		
		<category><![CDATA[For software developers]]></category>

		<guid isPermaLink="false">http://www.colorpilot.com/blog/?p=3</guid>
		<description><![CDATA[We try to make PDF Creator Pilot as useful as possible for you. We add new features, fulfill requests, and fix bugs. Now we need your help. Please tell us what you use (or want to use) PDF Creator Pilot for. This information will help us to make PDF Creator Pilot even better for you.
Sergius [...]]]></description>
			<content:encoded><![CDATA[<p>We try to make PDF Creator Pilot as useful as possible for you. We add new features, fulfill requests, and fix bugs. Now we need your help. Please tell us what you use (or want to use) PDF Creator Pilot for. This information will help us to make PDF Creator Pilot even better for you.</p>
<p align="right">Sergius Bobrovsky<br />
Developer of <a href="http://www.colorpilot.com/pdflibrary.html">PDF Library</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.colorpilot.com/blog/what-do-you-want-to-use-pdf-creator-pilot-for/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
