

<?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; Java</title>
	<atom:link href="http://blog.rubypdf.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubypdf.com</link>
	<description>PDF &#38; Marketing</description>
	<lastBuildDate>Sat, 21 Jan 2012 08:32:25 +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 run iText  on Google App Engine</title>
		<link>http://blog.rubypdf.com/2009/12/17/how-to-run-itext-on-google-app-engine/</link>
		<comments>http://blog.rubypdf.com/2009/12/17/how-to-run-itext-on-google-app-engine/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 10:00:28 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[google app engine]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=557</guid>
		<description><![CDATA[Have applied Google App Engine (aka GAE) for a long time, recently I thought maybe I can build some PDF manipulation services on GAE, and I am familiar with iText, so I decide to try iText on GAE.
after some search, I got the following solution,
iText has dependencies on certain Java classes (java.awt.Color, java.nio.MappedByteBuffer etc.) which [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/17/how-to-run-itext-on-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iText 5.0.0 need java 5 and under AGPL</title>
		<link>http://blog.rubypdf.com/2009/12/10/itext-5-0-0-need-java-5-and-under-agpl/</link>
		<comments>http://blog.rubypdf.com/2009/12/10/itext-5-0-0-need-java-5-and-under-agpl/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:44:28 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[AGPL]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=540</guid>
		<description><![CDATA[iText 5.0.0 released on December 7, 2009, and I noticed it has some big changes need you to pay attention to, 

Changed the license from MPL/LGPL to AGPL
iText.jar is now compiled with Java 5
Changed the package names from com.lowagie to com.itextpdf






]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/10/itext-5-0-0-need-java-5-and-under-agpl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Open Source PDF Forms Designer Developed in Java</title>
		<link>http://blog.rubypdf.com/2008/10/10/a-open-source-pdf-forms-designer-developed-in-java/</link>
		<comments>http://blog.rubypdf.com/2008/10/10/a-open-source-pdf-forms-designer-developed-in-java/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 04:04:34 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jpedal]]></category>
		<category><![CDATA[PDF Forms Designer]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=237</guid>
		<description><![CDATA[PDF Forms Designer
Introduction
The  PDF Forms Designer is a tools for manipulating PDF forms. It&#8217;s a 100% Java, client-side application that allows users to graphically add, through a drag and drop mechanism, form fields, free text and images to new, and existing PDF documents.
Availability
The PDF Forms Designer is available for immediate download   under [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2008/10/10/a-open-source-pdf-forms-designer-developed-in-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

