Re: [iText-questions] iText & GeoPDF

2008-07-17 Thread Ronan Crowley
: 1 > Date: Thu, 17 Jul 2008 16:04:26 +0200 > From: 1T3XT info <[EMAIL PROTECTED]> > Subject: Re: [iText-questions] iText & GeoPDF > To: Post all your questions about iText here > > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8

[iText-questions] iText & GeoPDF

2008-07-17 Thread Ronan Crowley
Hi All, There's been a lot of talk in the Spatial & GIS communities about GeoPDF. (http://www.terragotech.com/solutions/geopdftoolbar.php) Adobe have also announced native support for Viewing and interaction with maps in version 9 (http://www.adobe.com/products/acrobatproextended/ - Section 1.5)

Re: [iText-questions] blob from oracle to com.lowagie.text.Image

2008-06-16 Thread Ronan Crowley
Hi Philip, Here's some sample code to help you. (You don't need to manually convert the image into a com.lowagie.text.Image Object). String sql = "SELECT IMAGE FROM MY_TABLE"; Oracle Conection oracOn = getOracleConnection(); PreparedStatement ps = oracOn.preparStatement( sql ); OracleResult