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 36 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

Subject: Extract URL

i have issues in extracting embedded URL 's and explicir URL 's ... To read embedded URL 's I modified the pdfReader.java to compare string with HTTP ...if it matches then read the string...

Font Embedding

Hi all I want to build a PDF/A document and tried to embed the Helvetica font (see code below) but when I check whether the font is embedded using BaseFont.isEmbedded() false is returned. And the

LiveCycle, barcodes and iText question

Hi All Within Adobe LifeCycle you can create a form which contains some barcodes e.g. Code 39. I can use iText to fill in this form giving a value to all the fields including the barcode field.

Accessing form variables from within iText   and detecting i

Hi Paolo > > I 'm currently developing an application which uses iText to > > merge text and graphics into a new PDF file. I 'm 90% there > > and am impressed with how easy it has been so far but

PDF&RTF:java.lang.ArrayIndexOutOfBoundsException: 7

I don 't know what iText version you are using but the current SVN version has some fixes about this. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mai

Accessing form variables from within iText and detecting i

> -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)] On > Behalf Of Jim Cornmell > Sent Thursday June 21

PDF&RTF: java.lang.ArrayIndexOutOfBoundsException: 7

Hi Most uses of itext in my app work fine but once in a while I get the exception below. I would really appreciate any help in trying to narrow this down and work it out. I 'm not doing anything un

using HtmlWorker, <STYLE > tag issue ?

Hi I?m using iTextSharp for a year now in my corporation to generate PDF document with no problem. Now I would like to include in this ?home-made? PDF documents some comments that came from

Accessing form variables from within iText and detecting if te

Hi All iText bods I 'm currently developing an application which uses iText to merge text and graphics into a new PDF file. I 'm 90% there and am impressed with how easy it has been so far but I a

iText support for XFA forms designed using AdobeDesigner..

----- Original Message ----- From "Chandaluri Siva " <schandaluri@(protected) > To <itext-questions@(protected) > Sent Wednesday June 20 2007 11 33 PM Subject [iText-questions] iText

How to delete a PDF page Programmatically

Hello everyone I am using a PDF template (which I created using Adobe designer). In my code I want to delete a page (Because I do not need it) from this template and so far I haven 't found a way

RTF vs. PDF image scaling

Hello. I am confused with the way image scaling works in PDF vs. RTF. I have read the May 15th thread between Thomas Bickel and Mark Hall where this is discussed http //www.mail-archive.com/itext-q

Dynamic content in document header

My task is this create a pdf report document of many pages where each page has a header with both fixed content and dynamic content (the value changes periodically throughout the report). I ha

How to create Chunks in a Paragraph in table cell with dif

Look for "font propagation " in http //itextdocs.lowagie.com/tutorial/fonts/styles/index.html#styles. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mai

HeaderFooter and table formatting

Hi there I have successfully created a pdf with some tables and decided to add a header and footer to the document. The problem is that when I add the header the formatting of the table contents

How to create Chunks in a Paragraph in table cell with differe

I am trying to create some text in a cell in a table with the first line of text underlined and subsequent text normal. I create a Chunk for the first line using a UNDERLINED font and then create a

why should i clean the temporary file of IE before generat

newcomer77@(protected) wrote > i use iText to generate pdf in a website. On the server side. > everything seems ok except > for some machines. On the client side. > on these machines pdf can 't gene

why should i clean the temporary file of IE before generate th

i use iText to generate pdf in a website .everything seems ok except for some machines.on these machines pdf can 't generate. But when i clear the temporary file of IE it 's ok for only once then the

JPEG Image Update for PdfGraphics2D

Hello All Recently a request was made to update PdfGraphics2D using Java 's ImageIO library instead of relying on com.sun classes. I have made the updates and included them below. My apologies for

Question about HTMLWorker

It 's easier to process the html. Paulo ----- Original Message ----- From <mdcapurro@(protected) > To <itext-questions@(protected) > Sent Tuesday June 19 2007 9 44 PM Subject [iText

iText in Websphere 6.1

I don 't know if this is an iText problem but I was wondering if anyone had run into a similar situation. We 've been using iText for the last 3 years in Websphere 5.1 without any problems. Recently

Question about HTMLWorker

HI. I have an html source like this <ul > <li > <p >bla bla bla </p > </li > <li > <p >bla bla bla </p > </li > <li > <p >bla bla bla </p > </li > </ul > Because there are a <p > the htmlworker correctly make a new li

PdfPTable setKeepTogether does not always work

Hi! When using spacing after/before with a PdfPTable setKeepTogether does not always work. See the attached pdf for a demonstration of the problem tables 1 and 2 are split while tables 3 and 4 are m

PDFStamper and AcroForm rich text (xml   formatting)

Bingo. Thanks Paulo. Paulo Soares wrote > For that to work you 'll have to call > AcroFields.setGenerateAppearances(false). Note that older Reader versions > don 't generate appearances. > > Paulo

Specifying file attachment last modification date

Hi I 'm using iText 2.0.4 PdfWriter with default settings to attach a file to the generated pdf PdfAnnotation formatXSD PdfAnnotation.createFileAttachment( w

Adding options to a combo box

Hi everybody! I have a pdf file with a form in it. One of its fields is a combo box with 8 options and I need to add some extra options inside it. I have been looking through the book and I 've tryed

Image in paragraph not showing in a cell

Hi there I had a problem in getting an image to display that was inside a paragraph when added to a table cell. I searched the forum and found the answer "Wrap the image in a chunk ". Ok. This wor

Signed PDF incremental Update

Hi all I need to make an incremental update (add some existing pdf pages) to an signed pdf making the included signature still be valid (that cover the first page). I 've seen some post 's te

RTF list in table cell

Hi Mark I read you committed a fix last month to avoid an extra bullet at the end of a list within a table cell. Using iText 2.0.4 I am now missing a bullet at the end of the list ). The last it

Extract Text from PDF

Hi I want to know if I can extract the text from a PDF file using iText. If there is a sample please send a link to me -- Ahmed Hashim Hi <br >I want to know if I can extract the text from a PDF file
Page 36 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100