Menu

Tree [r841] / branches / Release-5-4-3 / php-java-bridge / examples / office /
 History

HTTPS access


File Date Author Commit
 README 2007-09-19 jost_boekemeier [r583] Release-4-3-0
 concat.old.php 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1
 concat.php 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1
 itext_pdf.old.php 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1
 itext_pdf.php 2008-11-27 jost_boekemeier [r720] Release 5.3.3.1

Read Me

This simple example shows how to create PDF documents from PHP

Installing the itext.jar library on a web server
-------------------------------------------------

1. Start Java as follows:

     java -classpath itext.jar -jar JavaBridge.jar SERVLET_LOCAL:8080 1 &

   or, if you have compiled itext.jar to native code, add the following
   lines to your php.ini file:

     extension=java.so
     [java]


2. Test the installation, type:

     php itext_pdf.php >HelloWorld.pdf

3. Browse to:
     
     http://your.server.com/itext_pdf.php

Please see the Itext documentation for further information.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.