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 330 of 388 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

What version of PDF does iText generate?

Hi What version of PDF does iText generate? Thanks SG <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content-Type " CONTENT "text/html charset iso-885

Trying to join list & question about locking fields

My first problem appears to be that I 'm unable to join the mailing list. I went through the sourceforge subscription page and it says it 's emailing me the confirmation but I never get it. I 've tr

re: itext enquiry

Dear Sir I personally have the great interest on yuor itext package especially for generating the pdf file. But i have some technical questions to ask. The sample codes provided are mainly f

problem with multiple tiff / newPage()

hi everyone i have a problem while trying to place tiff images in a pdf document. it seems like the add(..) method doesn 't put the tiff in the right place i.e. sometimes it doesn 't place the ti

RE: [iText-questions] How to merge double border line to one
   single lien when

Paulo Thanks very much for you advice. My original code is add a PdfP table to another PdfP table and cause double border. borderTable.addCell(headerTable) I take your advise and turn aro

java 1.2 problems

I 'm having problems successfully executing example class files compiled with javac 1.2 and executed with java 1.2 This is the problem I 'm observing when compiling/executing Chap0510.java A nonf

PDF documents created by iText 1.02b doesn 't look as good as w

Hi I have a PDF document with a chart in it. The chart is generated by JFreeChart and is added to the document with the code below. With iText version 1.00 the resulting PDF looks excelent b

Re: Information for all!

Thanks for pointing this out. The Jimi documentation mentions extendability "via its Open Image I/O interface. Any format handler implemented under this interface will inherit all of Jimi 's power

How to merge double border line to one single lien when us

Set the cell padding of the outer cell to 0. Best Regards Paulo Soares

HTML tags covered by the Parser...

Hi all (this is mainly aimed at Bruno but anyone else who knows can answer) Finally got this thing going only to find it doesn 't cover the tags I need it to cover... Basic formatting is ob

How to merge double border line to one single lien when using

I am new to iText. I try to use PdfPTable class to create my table. I created a nested table within another table. However I always get double bored line. One comes from my nested table another o

Pdf internal link lost

Hi I open a pdf document with iText and when I re-save it to create another pdf document I lost my internal link. I join the original pdf and my java code follow < <test2.pdf > > /* * $Id Ch

PDFWriter and bookmarks and links

Hi All I 'm using a PDFWriter to write a new document with somes pages from a first document. The problem is that the bookmarks and links from the first document are lost. How can you get the

How adding a Javascript to an existing PDF

PdfStamper stamper new PdfStamper(reader new FileOutputStream(fileResult)) PdfWriter writer stamper.getWriter() writer.addJavaScript( "this.print(true) ") // it does 'nt work with a "Pd

HTML TO PDF?

Hi Is there any direct way to convert HTML into PDF using iText or any other tool. It will be great if you can help me with above. Thanks Pankaj <!DOCTYPE HTML PUBLIC "-//W3C//DTD

iText Text Over Shape

I 'm trying iText on an existung application PdfContentByte cb writer.getDirectContent() PdfTemplate tp cb.createTemplate(w h) Graphics2D g2 tp.createGraphics(w h mapper) existi

Question about state of version 1.02

Hello I 'm not sure if iText version 1.02 is currently stable or a beta release. Can someone help me? Greetings Stefan Richter <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " >

Subject: table query

sir i have been using itext to generate pdf file containing table. the problem is when the data gets too large the length of the table reaches end of the page. but before splitting it to next page i

Re: Question about background image

Thanks Paulo and 佐 藤 剛 宣 Clip works fine for displaying a section of a big image. I think PdfTemplate may works for the first case for the area size being multiple of

Where can I find addWrap()?

I 'm looking for a way to wrap a line within a cell not at specific position. I saw someone mentioned addWrap() but could not find this method in iText. I 'd appreciate any help.

Information for all!

iText only support direct importing of a few image formats WMF JPG PNG GIF I 'm sure that this fills the needs of most iText users but if you are looking for additional import formats you ca

ClassCastException in Itext 1.02b

Hello Can somebody help me? I get a ClassCastException on the following line of code List list SimpleBookmark.getBookmark(pdfreader) Part of the stacktrace com.lowagie.text.pdf.Pdf

text align, force a pagebreak

Hallo I 've a few Questions an I can 't find the answers in the turorial How can I align a text (e.g. in the middle of a line)? How can I force a new page (pagebreak)? Why does \t not work but

modify default font code!!!

Dear members I would like to modify the default font that applied everywhere HELVETICA whenever fonts are not specified!!! I woiuld like to change this default font to some other font..how c

Question about background image

I need add background images to certain areas in pdf files. Can someone please tell me what approach I may use for the following two cases? (1) Adding a small image to a bigger area Support the

Re: Showing dynamically generated PDF (using iText) in browser

I was having this same problem with Acrobat 5.1 and IE 6.0.2800.1106. IE would display the File Download dialog and detect the PDF content type but no matter if you either chose Open or Save I

Re: PS to PDF

Hi Bill the last time I saw it it has been shareware. Its a pity if it is dead. For someone addicted to challenges sun offers sourcecode of a postscript interpreter implementing a subset of pos

RE:HTML to PDF tables.

Mr. Eric Minick Here is the solution to your problem Please modify the SAXiTextHandler.java (from iTextXML.jar or srcXML.tar.gz) as mentioned below. public class SAXiTextHandler

My font embedding problem continued...

Hi again IText guys My last message wasn 't as helpful as it could be becuase the font and the dialog box were ripped out. I have investigated further and changed the encoding of my font to BaseF

Revision bar

Hi I 'm new to iText. I 'm working to add revision bar (also called change bar or tracking bar) on a pdf document. The revision bar are vertical line located on right or left margin of the document t
Page 330 of 388 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10