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

Problem of Adding French locale data to PdfPTable- Data cr

Use a more recent iText version. Paulo ----- Original Message ----- From "sravya " <venkatakrishna.t@(protected) > To <itext-questions@(protected) > Sent Tuesday June 26 2007 7 04 AM S

Problem of Adding French locale data to PdfPTable- Data crosse

hello everybody I am new to this forum. I am quite long using Itext. I am having problem adding data in french local. Let me explain my problem. we have to generate remuneration i.e salary pdf for a

Line Spacing in RTF

Hello I 'm trying make a part of my RTF document 1.5 line spacing. I 'm currently trying to set the Leading to 1.5f eg new Paragraph(1.5f "Text ") I 've also tried Paragraph.setLeading(1.5f) But I d

strange value returned byformFields.get(fieldName)

formFields.getField(fieldName) Paulo ----- Original Message ----- From "li chen " <merlin_1109@(protected) > To <itext-questions@(protected) > Sent Monday June 25 2007 8 36 PM Subject

strange value returned by formFields.get(fieldName)

i tried to print out the formField and its value like this Iterator nameIterator formFieldNames.iterator() while (nameIterator.hasNext()) { String fieldName (String) nameIterator.next() Object

Changing Background color of selected text

Hello. I am attempting to create a PDF document using iText (Java). I would like to make a portion of the text have a black background with white text. (The rest of the document is a standard "white "

JFreeChart problem

Hi! When use the JFreeChart sample in the iText book it works fine as a stand-alone app with a main method. However I cannot get it to work in a JavaBean. It seems the document does not close

A problem about inserting digital signature withiTextSharp

I 'll answer this in the iTextSharp mailing list given that you posted in both lists. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questi

List.add(Object o) return value

Hi In com.lowagie.text.List in method public boolean add(Object o) on line 270 of revision 2852 shouldn 't list.add(item) be return list.add(item) Or is it okay like that? If no ch

Add content to an existing PDF document

Hi I 'm new to using iText and while it looks like its the application i need to use one thing i just can 't find anywhere is what is the best way to add content to an existing document. I assume th

OT: Invitation to participate in research project

Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we 're seeking de

how to change font properties in cell

i was i newbie with itext and i want to ask how to change font properties such as changing font make it bold or italic etc an adding it in cell (PdfPCell) p new Paragraph( "Amount " new Font(Font

Build Project jar but iText not working

Hi i have following problem. I am using the Netbeans IDE. I have an project when I compile it trough Netbeans iText is working and I get my PDF. But now my problem. When I am building the proje

How to preserve hyperlinks in PdfImportedPage?

Hello when I try to resize PDF pages to put more than one of them onto a page all hyperlinks on the original pages get lost. Any ideas how I could preserve them? Example code (resizes just first

Allow reading page label structure towrite out lat

----- Original Message ----- From "Michael Schierl " <schierlm@(protected) > To "Post all your questions about iText here " <itext-questions@(protected) > Sent Friday June 22 2007 10 43 PM Su

Tiff to PDF iTextSharp Problem

Hello I am trying to use Example 11 from http //itextsharp.sourceforge.net/tutorial/ch06.html to convert a tiff to PDF. The project seems to be building fine but seems to hang somewhere around Ima

Allow reading page label structure to write out later

Hi just another patch (against current SVN). This time I want to allow users to tweak page labels so I need to be able to read the old page labels from a PDF in a format suitable for tweaking (and

Coordinate system for annotations

Hello all I 'd like to apply annotations at specified locations on a pdf page but I 'd like to transform the coordinate system beforehand. I 've tried both PdfContentByte.SetTextMatrix and PdfContent

Fwd: Cannot nesting a table within a list item

Hi May I request any further feedback on this question of mine? Is it just me or is there a different usage of this? Has anyone run the junit test? Many thanks. ---------- Forwarded message ----

Steve Senneff/HOME_OFF/AGLIFE is out of the office.

I will be out of the office starting 06/22/2007 and will not return until 07/02/2007.

iText domain name

Hello Sean I am writing because you are the administrative contact for the domain name itext.com. You may not know this but iText is a very popular open-source software project for creating and ed

removing Hidden content in PDF

I have PDF with hidden text in existing.pdf . While copying pdf I am able to view the hidden text in output pdf. Is there any class or method to remove hiddent text from pdf ? Below is

low quality images in PDF

I create a PDF file from a TIFF image using iText API. But the problem is that i am loosing the quality of image and the text on image. How can I get PDF file with high quality images? Please help me

Cannot nesting a table within a list item

Hi I have a junit test which fails with an exception. I would much like your advice on how to get this to work. How can I represent this html in itext? It works if I add the table directly to the

Convert Pdf to Pdf/A

Is it possible to use iText to convert an existing Pdf to Pdf/A compliant document? -- This message was sent on behalf of cschoch@(protected) at openSubscriber.com http //www.opensubscriber.com/message

Adding large element to document causes high cpu usage

Hi It seems that periodically in my html converter (i.e. html to pdf and rtf) when there is a large node which contains numerous other nodes and I add that top level element to the document by doing

Values in fields do not show up (in newerversions)

You are using an old iText version and the form was created with Designer. The latest iText release will work. If it 's not the case post the form and the code used to fill it. Paulo ----- Original

Values in fields do not show up (in newer versions)

Hello again still sort of a n00b in this whole PDF thing... So we have a bunch of forms that we fill in and all of them work perfectly all the fields show up in reader as editable and everything i

ARIAL.TTF ECLIPSE

Where would I put ARIAL.TTF in Eclipse for my code normalStyle.setPdfFontName( "ARIAL.TTF ") to recognize the path to it? Rachel Kozlowski MS (CIS) MT (ASCP) Software Engineer Thomson Healthcare P

Accessing form variables from within   iText   and detecting i

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