What's on Twitter?

Deployment Scenarios

ICEpdf can be used in a multitude of different ways.

Java Client Deployment

ICEpdf can be deployed to practically any Java enabled workstation (J2SE or J2EE JVM, v1.5.0 or greater) to render PDF files, much like Adobe Reader®. Instead of relying on a third party application, ICEpdf can be entirely embedded and customized within your Java application. This provides ultimate flexibility, control, and branding when integrating PDF rendering capabilities. Furthermore, ICEpdf is fully deployable using standard Java mechanisms such as an Applet, or Java Web Start (JWS).

See the ICEpdf Viewer Demo.

Java PDF Servlet Deployment

ICEpdf can be deployed as a Java PDF servlet on any Java application server to render PDF files. On the server, ICEpdf acts as a Java EE PDF engine rendering requested files server-side in headless mode. ICEpdf can then extract desired data in the PDF file, and hand it over to another business process server-side. Alternatively, ICEpdf can then be configured to convert the rendered PDF file to a specified image format (jpg, gif, png) so the results can be served in the form of a standard web page.

View the ICEpdf - Java PDF Servlet Demo.