

<?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>RubyPDF Blog &#187; tutorial</title>
	<atom:link href="http://blog.rubypdf.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubypdf.com</link>
	<description>PDF &#38; Marketing</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:47:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Use Google App Engine UrlFetch API to download the files over 1M</title>
		<link>http://blog.rubypdf.com/2009/12/24/how-to-use-google-app-engine-urlfetch-api-to-download-the-files-over-1m/</link>
		<comments>http://blog.rubypdf.com/2009/12/24/how-to-use-google-app-engine-urlfetch-api-to-download-the-files-over-1m/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 02:03:54 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[UrlFetch API Call]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=569</guid>
		<description><![CDATA[




Nick Johnson said,

Currently, API calls are limited to 1MB, but requests and responses are limited to 10M. If you want to permit larger files, you could split them up into chunks and store them in the datastore. The 30 second request limit applies only to the time your code spends processing the request, not time [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/24/how-to-use-google-app-engine-urlfetch-api-to-download-the-files-over-1m/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Let iTextSharp work on DOTNET Compact Framework</title>
		<link>http://blog.rubypdf.com/2009/12/15/how-to-let-itextsharp-work-on-dotnet-compact-framework/</link>
		<comments>http://blog.rubypdf.com/2009/12/15/how-to-let-itextsharp-work-on-dotnet-compact-framework/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:53:48 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[.NET CF]]></category>
		<category><![CDATA[.NET Compact Framework]]></category>
		<category><![CDATA[iTextSharp]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=554</guid>
		<description><![CDATA[




Question,

I&#8217;m working on a project for pokect pc and I need to know how to use the iTextSharp API in the compact framework. Is it posible to do? or What changes can I do for making usefull the API in the compact framework?

Answer,
The compact framework is not supported but it doesn&#8217;t mean that it doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/15/how-to-let-itextsharp-work-on-dotnet-compact-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix pclzip_err_bad_format issue when automatically update Piwik</title>
		<link>http://blog.rubypdf.com/2009/12/15/how-to-fix-pclzip_err_bad_format-issue-when-automatically-update-piwik/</link>
		<comments>http://blog.rubypdf.com/2009/12/15/how-to-fix-pclzip_err_bad_format-issue-when-automatically-update-piwik/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 04:20:56 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[PclZip]]></category>
		<category><![CDATA[piwik]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=548</guid>
		<description><![CDATA[Piwik 0.5.2 out, but when you try to automatically update it, you still meet pclzip_err_bad_format  error. I do not want to manually update it every time, so I decide to find out the issue, from the keyword, &#8220;pclzip_err_bad_format&#8221;, I think maybe something wrong with PclZip.
The version of PclZip in Piwik is 2.8, but the [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/15/how-to-fix-pclzip_err_bad_format-issue-when-automatically-update-piwik/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Piwik 0.5 auto update script still reports pclzip_err_bad_format issue</title>
		<link>http://blog.rubypdf.com/2009/12/10/piwik-0-5-auto-update-script-still-reports-pclzip_err_bad_format-issue/</link>
		<comments>http://blog.rubypdf.com/2009/12/10/piwik-0-5-auto-update-script-still-reports-pclzip_err_bad_format-issue/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:37:02 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[piwik]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=538</guid>
		<description><![CDATA[Please visit How to fix pclzip_err_bad_format issue when automatically update Piwik
through my Piwik statics, I noticed many keywords focus on &#8220;pclzip_err_bad_format&#8221;, then I noticed Piwik 0.5 releases.
When I tried automatically update Piwik, I got the same issue with Piwik 0.45.
And I decided upgrade Piwik manually this time.
using ssh to login my host
download Piwik 0.5
wget http://piwik.org/latest.zip
back [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/10/piwik-0-5-auto-update-script-still-reports-pclzip_err_bad_format-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Let Python Send Binary data to stdout under Windows</title>
		<link>http://blog.rubypdf.com/2009/11/03/how-to-let-python-send-binary-data-to-stdout-under-windows/</link>
		<comments>http://blog.rubypdf.com/2009/11/03/how-to-let-python-send-binary-data-to-stdout-under-windows/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:29:28 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[PDF]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=516</guid>
		<description><![CDATA[recently I successfully compile jbig2enc under windows, but when I tested pdf.py, I got incorrect PDF document, after asked to the author, 
because of the bug of python under windows, file(p).read() can not read all content of output.0000, so the pdf created is not correct, I modify file(p,&#8217;rb&#8217;).read(), but the pdf created is still not [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/11/03/how-to-let-python-send-binary-data-to-stdout-under-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use Adobe Acrobat to Optimize and Reduce PDF File Size</title>
		<link>http://blog.rubypdf.com/2009/10/30/how-to-use-adobe-acrobat-to-optimize-and-reduce-pdf-file-size/</link>
		<comments>http://blog.rubypdf.com/2009/10/30/how-to-use-adobe-acrobat-to-optimize-and-reduce-pdf-file-size/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:59:10 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[pdf optimize]]></category>
		<category><![CDATA[pdfsizeopt]]></category>
		<category><![CDATA[reduce pdf size]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=494</guid>
		<description><![CDATA[Because I am working on porting pdfsizeopt to windows, so I am also keeping an eye on other solution about how to optimize and reduce PDF file size, and now I like to introduce an article written by the Creative Team at Adobe. 
Distributing documents as Adobe? PDF files can reduce the problems that may [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/30/how-to-use-adobe-acrobat-to-optimize-and-reduce-pdf-file-size/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>pdfsizeopt-a Free and Open Source PDF Manipulation Tool to Reduce PDF File Size</title>
		<link>http://blog.rubypdf.com/2009/10/30/pdfsizeopt-a-free-and-open-source-pdf-manipulation-tool-to-reduce-pdf-file-size/</link>
		<comments>http://blog.rubypdf.com/2009/10/30/pdfsizeopt-a-free-and-open-source-pdf-manipulation-tool-to-reduce-pdf-file-size/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 17:22:04 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[jbig2]]></category>
		<category><![CDATA[jbig2en]]></category>
		<category><![CDATA[PDF file size optimizer]]></category>
		<category><![CDATA[pdf manipulation tools]]></category>
		<category><![CDATA[reduce pdf file size]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=492</guid>
		<description><![CDATA[pdfsizeopt is open source project hosting on Google Code, the main feature  is  PDF file size optimizer.
About
pdfsizeopt is a collection of best practices and scripts for Unix to optimize the size of PDF files, with focus on PDFs created from TeX and LaTeX documents. pdfsizeopt is developed on a Linux system, and it [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/30/pdfsizeopt-a-free-and-open-source-pdf-manipulation-tool-to-reduce-pdf-file-size/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Over 50 Open Source Or Free PDF Manipulation tools Alternatives to Adobe Acrobat</title>
		<link>http://blog.rubypdf.com/2009/10/29/over-50-open-source-or-free-pdf-manipulation-tools-alternatives-to-adobe-acrobat/</link>
		<comments>http://blog.rubypdf.com/2009/10/29/over-50-open-source-or-free-pdf-manipulation-tools-alternatives-to-adobe-acrobat/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:40:23 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[FDF]]></category>
		<category><![CDATA[My Software]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[PDF Converter]]></category>
		<category><![CDATA[PDF creater]]></category>
		<category><![CDATA[PDF Editor]]></category>
		<category><![CDATA[PDF Printer]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=488</guid>
		<description><![CDATA[Adobe Acrobat is expensive, but that doesn’t mean you have to live a life without portable documents. What many people don’t realize is that PDF is a Federal Information Processing Standard, which means the specifications behind the format are widely published. Numerous developers take advantage of this fact and create programs that offer effective alternatives [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/29/over-50-open-source-or-free-pdf-manipulation-tools-alternatives-to-adobe-acrobat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Let Apache Web Server Run ASP.NET Applications on CentOS</title>
		<link>http://blog.rubypdf.com/2009/10/23/how-to-let-apache-web-server-run-asp-net-applications-on-centos/</link>
		<comments>http://blog.rubypdf.com/2009/10/23/how-to-let-apache-web-server-run-asp-net-applications-on-centos/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:44:26 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[Asp.NEt Applications]]></category>
		<category><![CDATA[mod_mono]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[vzdump]]></category>
		<category><![CDATA[XSP]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=471</guid>
		<description><![CDATA[This is a index page of my mono and asp.net articles, so I will continue update this page when I have new articles.
1.Prepare a CentOS hosting, in my case, I use CentOS VPS, I have introduced  how to install OpenVZ and Create VPS before.
2.Install Mono 2.4.2.3 on CentOS 5.
3.Install XSP, mod_mono and configure Apache [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/23/how-to-let-apache-web-server-run-asp-net-applications-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install XSP and Integrate XSP With Apache 2 Under CentOS 5</title>
		<link>http://blog.rubypdf.com/2009/10/23/how-to-install-xsp-and-integrate-xsp-with-apache-2-under-centos-5/</link>
		<comments>http://blog.rubypdf.com/2009/10/23/how-to-install-xsp-and-integrate-xsp-with-apache-2-under-centos-5/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:14:38 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[mod_mono]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[XSP]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=466</guid>
		<description><![CDATA[In the last article,  I have introduced  How to Install Mono 2.4.2.3 on CentOS 5 , forgot telling you, why I want to install Mono on CentOS, I want to try to run ASP.NET under Linux.

Mono has an implementation of ASP.NET 2.0 and ASP.NET AJAX, and to run your ASP.NET applications with Mono, [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/23/how-to-install-xsp-and-integrate-xsp-with-apache-2-under-centos-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
