Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
iText
Page 84 of 388 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100  

New line omitted when add()ing a PdfPTable to   a Paragraph

Alexis Pigeon wrote > Thanks for the quick fix! > I 'll wait for the next release anyway (a quick and dirty workaround is > to add "\n\n " at the end of the text before the table) unless you > plan t

Problem with chunk.getWidthPoint() function

Hello Actually a week back i mailed a query about the problem that i was facing with paragraph.setAlignment() function. Mr. Bruno asked me to send him some sample. So here is what i found The pro

set attributes with greek simbols

hi I have making an application what print in pdf archive greek simbols. How I can doing but I put or change attributes size font position ... example Phrase p Phrase.getInstance( "a "+(char

Problem with getting the image instance

I 'm getting the following error when I try to get the Image instance giving the relative or absolute path. Could you plz help mw out with it. * java.lang.NullPointerException * at com.trend.iwss.j

Subject: Acrobat 8

Bob Babcock wrote > The iText example works fine. I can include a fillable form in the package > and it retains all of its features. > > But Adobe Reader 8 does something nasty if I fill in some

HTML Text from a String into Paragraph of PDF Document

Hello I want to include html text directly into a pdf document. The html text is contained within a string which is actually obtained by querying the database. As a test i am hard quoting a samp

Barcode 128 distance between bars

How can I set the blank space between bars ? I have tried code128.setN(nf) with n any value but the barcode always looks the same. Thanks. Giuseppe. -- View this message in context http //www.n

Acroform pdf-Template with Barcodefield

Hello is it possible to generate a PDF-Template(Acroform) that has a barcode field in it? I want to generate a xml-file (XFDF-Document) with the data out of the database and generate the resultin

Path of image

Hello Im working with images but i really dont know how to especify a path to Itext to open an image by default iText require that the image must be in opt/sun/creator/appserver8/domains/image.jgp

New line omitted when add()ing a PdfPTable to a   Paragraph

Alexis Pigeon wrote > Hi all > > I don 't know if it 's a bug It looks like a bug that was introduced while trying to solve another one. I 'll have a look at it tomorrow. I usually don 't add tables

Problem with the rotation in a PdfPCell

First I added a Paragraph with some Chuncks into a PdfPCell. In the method "cellLayout " I created a PdfTemplate. The coordinates for the PdfTemplate came from the Chunk object in the Paragraph. I sa

Determining page number from indirect   reference

Thanks. I ended up coding this slightly differently but I think the idea was the same. -Andy Quoting "Bruno Lowagie (iText) " <bruno@(protected) > > mrflippy@(protected) wrote > > Hello > > > >

New line omitted when add()ing a PdfPTable to a Paragraph

Hi all I don 't know if it 's a bug or if my code was poorly designed but luckily working as expected but here is some change I noticed after upgrading from 1.4.7 to 1.4.8. Take the following piece

How to create a Different Footer on the Last Page   of a gen

Duncan Groenewald wrote > So I am thinking maybe somehow I need to write all the Footers when i > get the onCloseDocument event because only then can I figure out how > many pages are in the doc

How to create a Different Footer on the Last Page of a generat

I am generating a new PDF from scratch and simply want to put the totals at the bottom of the last page of the report. Basically in the last pages footer. I can obviously just add the totals as

putting content onto new page using   ColumnText ( newbie )

Alexis Pigeon wrote > Hi John > > First please don 't reply to me directly but rather to the list so > that everybody can follow the thread. Yep especially since I already gave another answer.

Subject: iText 1.4.8

Hello all iText 1.4.8 was released the changelog was already posted yesterday. I 'll let you know when the makePackage example is available. br Bruno

putting content onto new page using ColumnText (   newbie )

John Pedersen wrote > Hi > > So far I have managed to read a form and change the fields import a > couple of pages add a new page and fill it with content using > ColumnText but I am unable to

putting content onto new page using ColumnText ( newbie )

Hi So far I have managed to read a form and change the fields import a couple of pages add a new page and fill it with content using ColumnText but I am unable to add further pages. document.new

How can I add the content of Paragraph into a   PdfTemplate

Eric Summkeller wrote > I want to create a PdfTemplate. My problem is that I have only a Paragraph > object in which the content for the template lies. How can I add this content > into a PdfTempla

How can I add the content of Paragraph into a PdfTemplate

I want to create a PdfTemplate. My problem is that I have only a Paragraph object in which the content for the template lies. How can I add this content into a PdfTemplate? Any help welcome! -----

Adobe Reader 8 question

Hello while running my tests in preparation of the new release I saw that Adobe Reader 8 completes tables. Have a look at this file http //itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/Sp

Problem with different versions in client machine

Hi I have written a PDF opening page in asp.net. This is opening properly if client machine is having PDF Version 7.0 and it gives blank page if client is having PDF Version 6.0. Please Help. Than

why PdfWriter can not setOutLines like   PdfCopy?

> Normally when you use PdfWriter you want to get the root outline > and start building the outline tree from there (as documented). > It 's a different mechanism. > Nobody has ever asked to be able

why PdfWriter can not setOutLines like PdfCopy?

Our application uses PdfWriter as writer to generate pdf and now we want to support bookmarks on it. But I found PdfWriter can not use method "setOutlines (List outlines) " directly while only its ch

iText in maven2 repositories

It looks like the highest iText jar file version in the maven2 repositories is 1.4 but the latest version on the site is 1.4.7. Is anybody planning on updating this? Many thanks -j -------------

Determining page number from indirect reference

Hello I am still working on copying internal link annotations into a copy of the original pdf. I have the annotations created. Now I 'm having trouble linking them to the correct pages. I can pu

iText & big images

You can scale the image. In any case big images are dropped if they don 't fit. Paulo ----- Original Message ----- From "igors.kuvaga " <igors.kuvaga@(protected) > To <itext-questions@(protected)

Amazon delivered a present today

I haven 't read it yet but a quick look at the iText book - WOW David Thielen www.windwardreports.com 303-499-2544 x1185 Cubicle Wars - http //www.windwardreports.com/film.htm <htm

preparing new release

Hello all I 'm preparing a new version of iText that will be release tomorrow. This will be the last release before we make some significant changes removing BouncyCastle from iText and use Bouncy
Page 84 of 388 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100