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 226 of 388 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Proposed modification

Hello I propose a small addition to the Paragraph class. Adding another constructor with a Paragraph as parameter it would do the same as the Paragraph(Phrase) constructor but also copying the

how to convert xml document to pdf usinf iText?

hi i was the example in chapter 7 for converting xml to pdf... i get java.lang.ClassCastException at the parser level... help needed Prissila

Image not visible in pdf file (except random 5-10%)

I have a Component with a redifined paint and a method that transforms it in a java.awt.Image. When I insert the images in a pdf file those remain blank (except for random 5-10% of them). I don '

2 Tables which must fit on the same page

I have two tables which must fit together to the same page. As I 'm changing old code I want to do it in abuot the sam way I had done it before. I create a main table into which I insert each of

Extracting Strings

I am interested in extracting strings from string objects (PdfObject.isString()). Is there a simple way to do this in iText or is it necessary to parse the object 's bytes? Youssef Eldakar Bibliot

Subject: Thank you

Bruno and Paulo I would like to extend a very big thank you for iText. Last Friday running on my Pentium 4 2.8Ghz workstation I extracted information on more than 22 000 people from our databas

PDF Version compatibility

Hello I 've got a quick question for anyone who might know this how much of the different PDF versions (especially 1.4 - 1.6) does iText support? I 've read about some problems with Acro 7 form f

PdfStamper.addComments

Hi what do you think about the following code should it import all annotations ? Thanks Thomas import com.lowagie.text.pdf.* import java.io.FileOutputStream public class AddComments{

merge the 2 or more pdfs using the iText

Hi all Can any body tell how to merge the 2 or more pdfs using the iText Regards Prem

Nested tables with borders result in multiple borders

I am using nested tables. I have a border around the outer table and a border around the inner table because the inner table is often smaller than the outer table and I need to see the demarkatio

Problem with Loading Image using Image.getInstance()

Hi I am trying to get an instance of Image object using the following code Image img Image.getInstance(buffer) I am reading the contents of an Image file into a byte[] array and pass

how to rotate a document

How could I rotate a document in which each page has different rotation when use reader.getPageRotation(i). Thanks a lot. -- Haipeng Du Software Engineer Comphealth Salt Lake City ------

Re: AW: [iText-questions] How to insert pdf form fields in different
pages??

anitha.d.chandran@(protected) wrote >Could you please elaborate on how I can process the document page by >Page? > > Your source is XML. You need to add formfields. Define tags that desc

Bug find in iText

Hi You have a bug in class com.lowagie.text.pdf.codec.BmpImage In function public static Image getImage(InputStream is boolean noHeader int size) throws IOException The lin

Cell width problem

Hi I 've got a problem with cell widths. I need something like <nobr > in html. I 've tried noWrap for cell but it doesn 't change cell width. Is it also possible to set cell width for example on 10

Re: AW: [iText-questions] How to insert pdf form fields in
different pages??

Thanks for the reply. This is in fact a major roadblock for us to move forward.. Could you please elaborate on how I can process the document page by Page? Also Is there a way to

Re: PDFStamper corrupts the PDF Signature

You are right but case is different. If I try only following code (do not update pdf document) even then signature becomes corrupt. //

PDFStamper corrupts the PDF Signature

Hello All I 'm using PDFStamper for form filling but facing problem. Existing PDF signatures become corrupted after saving the PDF document. But PDF signature becomes invalid in 'destination.pd

Problem with new page while in a table

Hi Is it possible to manually split a table into 2 pages ? I 've tried to add a Chunk.NEXTPAGE to a cell but that doen 't seem to work. I 've also tried to call a newPage() for the writer with PdfPCe

Re: [iText-questions] Help required to insert static text on an existing
pdf

Krishna Kishore .J wrote > Hi All > > I want to add some static text on an existing pdf form using IText. > > I 've tried using Text.java in the examples on the IText site. But this > w

Help required to insert static text on an existing pdf

Hi All I want to add some static text on an existing pdf form using IText. I 've tried using Text.java in the examples on the IText site. But this will create a new pdf and add text on it. C

XPath and XMlPeer

How to use XPath with XMLPeer? I am trying to do daramerging but not able to populate root 's grandchildren. <root > <one > <name/ > <age / > </one > <two > <name/ > <age / > </two > </root >

How to merge the two or more PDFS into one PDF

Dear All I am new to itext. Using iText i need to merge 2 or more PDFs into one PDF in java. If any have the code please let me know Thanks in advance Regards Raja

Fw: Help! Nested Table issue....

----- Original Message ----- From "Spencer Smith " <spencers@(protected) > To <itext-questions@(protected) > Sent Tuesday June 07 2005 7 32 PM Subject [iText-questions] Fw Help! Nes

how to use PdfCopy to add template

I want to use PdfCopy just like PdfWriter. But it always gave me error when I do the following pdfCopy.getDirectcontent.addTemplate(page 1f 0 0 1f 0 0). Is that problem for PdfCopy 's direct

annotations import

Hi all is it possible to import annotations from a FDF file ? Thanks Thomas

Re: IText PDF merging

_flat_line_ wrote >Hi Bruno my name 's Andrew and I 'm an italian java >programmer. > Hi Andrew I forward your question to itext-questions@(protected) >I 'm using IText in order t

Re: %question

PADILLA TEJEDA MA. DEL CARMEN wrote > Hi > > How I draw shapes in a table ? > > I use the PdfContentByte for to draw shapes and text but I can?t use > in a table for a Header section > Pl

itext load errors

We have implemented iText along with Actuate in a Solaris environment and are getting the following errors from the itext API calls. > Caught Java Exception -- java.lang.UnsatisfiedLinkError C

Problem with iText(paragraph, table)

Prompt please as I can arrange the paragraph(com.lowagie.text.Paragraph) and other(inner) table(com.lowagie.text.pdf.PdfTable) in the same cell(com.lowagie.text.pdf.PdfPCell) of the table(com.lowa
Page 226 of 388 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100