How it works

Line Separator

Easy integration, deployment and extensibility

RealObjects PDFreactor offers a modular and open architecture, is based on the latest W3C standards and written in 100% Java. The comprehensive Java API allows the easy integration into Servlets, EJB and Web Services. Wrapper-APIs for scripting languages such as PHP, .NET, Perl, Python and Ruby as well as a Comand Line Interface are also available, see also the integration manual which is available in PDF and HTML format.

The typical integration scenario for PDFreactor is:

 

Server-side PDF creation Using PDFreactor as part of larger host applications (e.g. ERP, database, e-Commerce) on a Java Web application server in order to print or stream PDF documents - generated from XML or HTML source - over the Web.

 

What is the simplest way to integrate PDFreactor using the Java API?
PDFreactor can be integrated with just these few lines of Java code:

InputSource inputSource = new InputSource("http://www.realobjects.com/");
OutputStream outputStream = new FileOutputStream("realobjects.pdf");

PDFreactor pdfReactor = new PDFreactor();

// configuration settings
pdfReactor.setAddLinks(true);
pdfReactor.setAddBookmarks(true);

// render the PDF document
pdfReactor.renderDocument(inputSource, outputStream);

See also the chapter Introducing the Java lib in the PDFreactor Manual.

Download

Download the latest PDFreactor version. Choose the installation package for your operating system.  more

What's new

RealObjects PDFreactor 5 offers even more exciting features and better performance. The highlights of the new version include... more

Case Studies

We invite you to review our customer case studies to find out how our solutions have helped others optimize user productivity.  more

Buy / Upgrade

Already convinced? Buy PDFreactor or upgrade to the latest PDFreactor version. more

Copyright © 2000-2012 RealObjects GmbH
Bookmark this on Delicious Slashdot it