

<?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/category/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 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>Windows Console Version PDF Timestamp Signer is Available For Download</title>
		<link>http://blog.rubypdf.com/2009/12/15/windows-console-version-pdf-timestamp-signer-is-available-for-download/</link>
		<comments>http://blog.rubypdf.com/2009/12/15/windows-console-version-pdf-timestamp-signer-is-available-for-download/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:41:23 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[My Software]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[Adobe Signatures]]></category>
		<category><![CDATA[Adobe Timestamping Signature]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=552</guid>
		<description><![CDATA[With PDF Timestamp Signer, we can create Timestamp signature on a PDF without the need of Adobe Acrobat.
You can download it from here.
This version has some limited,

It only support create visible signature, and put the signature on the left bottom corner(100, 100, 300, 200) of the first page.
It use http://tss.pki.gva.es:8318/tsa as timestamp server
It only supports [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/12/15/windows-console-version-pdf-timestamp-signer-is-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert RTF to PDF with Open Source library iText</title>
		<link>http://blog.rubypdf.com/2009/11/24/convert-rtf-to-pdf-with-open-source-library-itext/</link>
		<comments>http://blog.rubypdf.com/2009/11/24/convert-rtf-to-pdf-with-open-source-library-itext/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:38:58 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[RTF2PDF]]></category>
		<category><![CDATA[RTFtoPDF]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=531</guid>
		<description><![CDATA[
Version 2.1 of iText has partial support for reading an RTF file and converting it to a PDF. This feature is still under development.

and here is the example on how to parser and convert RTF to PDF(from http://cfsearching.blogspot.com/2009/04/itext-preview-of-things-to-come-someday.html)

import&#160;com.lowagie.text.Document; 
import&#160;com.lowagie.text.DocumentException; 
import&#160;com.lowagie.text.pdf.PdfWriter; 
import&#160;com.lowagie.text.rtf.parser.RtfParser; 
import&#160;java.io.FileInputStream; 
import&#160;java.io.FileNotFoundException; 
import&#160;java.io.FileOutputStream; 
import&#160;java.io.IOException;
public&#160;class&#160;ConvertRTFToPDF {
 
public&#160;static&#160;void&#160;main(String[]&#160;args)&#160;{ 
&#160;String inputFile = &#34;sample.rtf&#34;; 
&#160;String outputFile = &#34;sample_converted.pdf&#34;;
&#160;// [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/11/24/convert-rtf-to-pdf-with-open-source-library-itext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java-axp- A java-based XPS Document Model Parser and Viewer</title>
		<link>http://blog.rubypdf.com/2009/10/31/java-axp-a-java-based-xps-document-model-parser-and-viewer/</link>
		<comments>http://blog.rubypdf.com/2009/10/31/java-axp-a-java-based-xps-document-model-parser-and-viewer/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 17:54:24 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[XPS]]></category>
		<category><![CDATA[XPS parse]]></category>
		<category><![CDATA[XPS reader]]></category>
		<category><![CDATA[XPS render]]></category>
		<category><![CDATA[XPS Viewer]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=511</guid>
		<description><![CDATA[I have introduce many XPS tools before, and today I find another great XPS viewer, java-axp.
java-axp is a 100% java XPS file reader. The goal of the project is to create a java library for parsing, reading and rendering XPS documents in java.

The project currently consists of two core OSGi bundles, xps-core and xps-swingviewer. The [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/10/31/java-axp-a-java-based-xps-document-model-parser-and-viewer/feed/</wfw:commentRss>
		<slash:comments>1</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>WordPress Runs on Google Application Engine</title>
		<link>http://blog.rubypdf.com/2009/08/11/wordpress-runs-on-google-application-engine/</link>
		<comments>http://blog.rubypdf.com/2009/08/11/wordpress-runs-on-google-application-engine/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 02:52:14 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[google datastore]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[quercus]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=429</guid>
		<description><![CDATA[In the article, Let Google App Engine Support PHP, we know with the help of Quercus, we can run PHP application on Google Applications Engline(GAE), but how about run WordPress on GAE?
Wordpress already runs on Resin with Quercus, but GAE does not support mysql, so the rest job is convert mysql to the Goole App [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/08/11/wordpress-runs-on-google-application-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Signature PDF Documents With Free Software</title>
		<link>http://blog.rubypdf.com/2009/07/14/digital-signature-pdf-documents-with-free-software/</link>
		<comments>http://blog.rubypdf.com/2009/07/14/digital-signature-pdf-documents-with-free-software/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:41:27 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[My Software]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[iText in Action]]></category>
		<category><![CDATA[iTextSharp(iText#)]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=379</guid>
		<description><![CDATA[
A digital signature is like a paper-based signature – each giving you a method for adding a unique identifier to a document. Both provide you with an easy way to show a person signed a particular document at a particular time, but a digital signature goes further as it can ensure that the document content [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/07/14/digital-signature-pdf-documents-with-free-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Signature PDF Documents with JSignPdf</title>
		<link>http://blog.rubypdf.com/2009/07/14/digital-signature-pdf-documents-with-jsignpdf/</link>
		<comments>http://blog.rubypdf.com/2009/07/14/digital-signature-pdf-documents-with-jsignpdf/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:17:11 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=373</guid>
		<description><![CDATA[JSignPdf is a Java application which adds digital signatures to PDF documents. It can be used as a standalone application or as an Add-On in OpenOffice.org. JSignPdf is open-source software and can be freely used in both private and business sectors.
The main features are,
    *  several different keystore types (as provided [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/07/14/digital-signature-pdf-documents-with-jsignpdf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Split and Merge PDF Document with pdfsam</title>
		<link>http://blog.rubypdf.com/2009/07/14/split-and-merge-pdf-document-with-pdfsam/</link>
		<comments>http://blog.rubypdf.com/2009/07/14/split-and-merge-pdf-document-with-pdfsam/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:13:31 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[PDF Concat]]></category>
		<category><![CDATA[PDF Merge]]></category>
		<category><![CDATA[PDF Split]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=371</guid>
		<description><![CDATA[pdfsam is an open source tool (GPL license) designed to handle pdf files. It requiers a Java Virtual Machine 1.4.2 or higher and it’s released in 2 versions, basic and enhanced.
pdfsam basic:
A simple tool designed to split and merge pdf files. With it’s simple and intuitive interface you can:
    * split your [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/07/14/split-and-merge-pdf-document-with-pdfsam/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bookbinder-A Free Program To Create A Bindable Book From A PDF File</title>
		<link>http://blog.rubypdf.com/2009/06/05/bookbinder-a-free-program-to-create-a-bindable-book-from-a-pdf-file/</link>
		<comments>http://blog.rubypdf.com/2009/06/05/bookbinder-a-free-program-to-create-a-bindable-book-from-a-pdf-file/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 23:52:00 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[iText]]></category>
		<category><![CDATA[Jpython]]></category>
		<category><![CDATA[Souce Code]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/?p=341</guid>
		<description><![CDATA[Today I recommend a free open source program, bookbinder, with it, you can easily create a bindable book from a PDF document.

Bookbinder is a program that will convert a PDF document into signatures suitable for traditional bookbinding.
While there are a lot of programs on the net that will create a single booklet from a small [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2009/06/05/bookbinder-a-free-program-to-create-a-bindable-book-from-a-pdf-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

