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 102 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Bug? com.lowagie.text.ImgPostscript and EPS rectstroke

I 'm using itext-1.4.5.jar with TestEps.java (derived from eps.java in examples-155) with an EPS file. I 'm getting "DocumentException DocumentException DocumentException java.lang.IllegalStateE

Info on PDF encryption

Hi We have used itext utility for encrypting/decrypting PDF files for our internal mailing applications . Please let me know are you have licenced/commercial version of itext product currently. An

footer not on first cover page

in RTF how can i put footer only on all pages with exception of first cover page? -Henry Mark Hall wrote >On Monday 09 October 2006 19 13 Henry Lu wrote > > > >I am using RTF. How do I change

Identity-H encoding

Hi When running a small testprogram around iText creating documents with several paragraphs for each font that exists on my system I got the following results Embedded (WINANSI/CP1252) (IDEN

How can I Replace a Word in an existing PDF

hi I have some PDF template document which contains some specific tag e.g. <name >. So on the fly I want to create a another PDF concatenate the existing PDF in this PDF and replace the tag with actua

problem choosing charset in pdf

Hi list i have a problem with charsets. It 's the first time ever i have to deal with charsets so my basic knowledge of how charsets are working is a little bit small. So i would be very thankfull f

RTF footer problems

Hi First of all it is useful if the subject actually reflects the content of the e-mail and then please also keep these things on the mailing list so that I can reference them in future. On Mond

Using BufferedImage within iText

I 'm working with a library that utilizes BufferedImage to create images. I 'm having difficulty figuring out how to incorporate this into the PDF document using iText. If you have sample code or point

How To Extract Embedded Files, Attachments...

Hi Is it possible to get the Names Attachments in a PDF as well as any embedded file Annotations from pages? Thanks Izzy. <html xmlns o "urn schemas-microsoft-com office office " xmlns w

Java heap error, out of memory

<FONT face "Default Sans Serif Verdana Arial Helvetica sans-serif " size 2 > <p style "MARGIN 0px " >Hi </p > <P style "MARGIN 0px " >  </P > <P style "MARGIN 0px " >I am trying to generate a pdf from java

table and paragraph

I have following code p new Paragraph( "Name " new RtfFont( "Times New Roman " 14 RtfFont.BOLD)) p.setAlignment( "LEFT ") document.add(p) t new

Subject: iText Book

Do you have code in C# for examples in your book? If not I 'd like to contribute to it for free. -Henry Bruno Lowagie wrote >Henry Lu wrote > > > >How do I print table-of-contents like format? >

Image and Text in Footer

Hi How to have the Image and Text in Footer & Header in iText... Please provide me with the example.. I Request provide as soon as possible.. Thanks Senthilkumar.T <div >Hi </div > <div > 

RE : Re: ALIGN_RIGHT with "| "

Great! I can wait until December for the next release. I noticed that each release are published about 1 per month so it will be perfect for me. With regards ER --- Paulo Soares <psoares@(protected)

Subject: Leading bug

Hello both 'new Phrase(14 someString getFont()) ' and 'new Paragraph(14 someString getFont()) ' show the following behavior Leading is only applied after manually inserted '\n ' (newline) char

Can I use iText effectively to fix my problem?

Hi Everybody I am encouraged by various discussion groups on the web to look into iText. I have following problem for which I need a solution. Do you think I can use iText to solve it?

Insert 'italic ' image in rtf document

Hello we have an application which process word files. I want to generate such documents with iText now and have the problem that the application expects some images formatted as 'italics ' (in word

ALIGN_RIGHT with "| "

Hello I 'd like to align to the right in a PdfPCell the folowing String " | ER | 10/09/06 | Yellow | ". Here is how i proceed PdfPCell pdfPCell new PdfPCell(new Phrase( " | ER | 10/09/06 | Yellow

Postscript to PDF

Hello List Is there a way to convert plane postscript to pdf using the itext library? Felix Joussein -- This message has been scanned for viruses and dangerous content by MailScanner and is beli

How to add a (HTML) submit button to an existing PDF file?

Hi there Want to have a small piece of code showing the way I can add a (HTML) submit button to an existing PDF file? Thanks In advanced! P

How to rotate cells in Rtf

Hi All Please could some let me know how to rotate cells in a Rtf document. I can do it in Pdf using PdfPCell. Regards Sudheendra N Singh Cell - 9880015753 Nous Infosystems This e-mail transmiss

RTF: text format

Could someone help me to generate a text paragraph like following in RTF? aaaaa asadf asdgfadsfa adsfgadsfa asdfasdf asdfsadf asdfsadfsadf asdfsafsa sadfsadf asdfsadf bbbbbb sbbsfdbsfdb sf

RTF: table size

I have difficulties to set the table size correctly. Here is mycode Table t new Table(2 table_contents.length) t.setAlignment( "LEFT ") t.setBorderWidth(0)

Cover page with Detail Page

Hi I need to generate a Pdf document with a dynamic cover page (with customer data) and at least one detail page with order detail lines. The detail pages need to have a consistent header which I a

[iText-questions] RE : RE : Re: RE : Re: height of row [resolved]

ok I found my probleme. This was the width which was too small to put the entire cell (Apparently in a PdfPTable which has a width of 100 you can put 14 car in size 12 and no more and if you h

RTF: table-of-contents format

two questions 1. how do i print a table with no border? 2. how do I print a table with first column lef-alignment and second column right-alignment? I am using Table t new Table(2 4) // 2 col

table-of-contents format

How do I print table-of-contents like format? Introduction Page 1 Chapter 1 Page 2 Chapter 2

Creating a title for my Html-page

Hello! I can see how to add a header to my HTML-Document. But how do I add a Title !? Using this to add the Header with metadata document.add(new Header( "Content-Type " "text/html charset iso-8859-

Unable to open file.

Hi I developed the reports using ITEXT its really fast and easy to develop the .PDF files my question is I developed and deployed in Weblogic Server in my local its working fine than I deploye

iText XmlParser - Barcode

Is possible to generate barcodes (or embed a Truetype barcode font) when using XmlParser to create PDF from XML? I am trying to create PDF?s with patient letters/forms including barcode so that
Page 102 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100