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 118 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Carriage Return removed while printing on PDF: XML parsing

Abhishek wrote >data my name is Abhishek i am tring to print data > but the data printed doesnt entertain the carriage return > >printed data on pdf my name is Abhishek i am tring to pr

please help( i need answer)

<html > <div style 'background-color ' > <P > <BR >  </P > <DIV > <DIV > <DIV > <DIV class RTE > <P >after i add  Embedded Resource i still having zero byte of pdf and the follwing message and exception

Carriage Return removed while printing on PDF: XML parsing use

hi i am trying to print some data on a PDF where there are spaces with carriage return but when the data is printed on the pdf it removes all the spaces that are there due to the enter button . how

Text Overlapping with iText 1.02b after JDKupgrade to 1.4

That 's unlikely to be an iText problem. iText doesn 't rely on any jdk features to calculate metrics or process images. Paulo ----- Original Message ----- From "phani kishore " <varchaswikishore@(protected)

help adding image to RTF

Hello all I 've been using iText since version 1.02b with great results. I 've recently come across some problems adding images to an RTF document through a Java Servlet. I 'm using the Corda Serv

Text Overlapping with iText 1.02b after JDK upgrade to 1.4

Hi We are using iText 1.02b in our application to generate dynamic PDFs. Till now this application has been running on WebLogic 6.1 with JDK 1.3. Recently we have upgraded our weblogic server to

Copying a stream content from a pdf file to another

Hi all I 'm trying to get the content of a stream (a logo for example) from a pdf and adding it into another pdf. I can get the stream for the first pdf (only one) but I don 't know how to add it to

Modify Content

Hi Maybe this is a stupid question. we know we cannot modify the content of an existing PDF file but using iText we can add more into the PDF file. My question is if I use iText to add an image o

Form field tab order for PDF-1.6

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " > <html > <head > <meta content "text/html charset ISO-8859-1 " http-equiv "Content-Type " > </head > <body bgcolor "#ffffff " text "#000000 " >

FW: Re: please help

<html > <div style 'background-color ' > <DIV class RTE > <P > <BR >sorry but how can i do this? <BR > </P > </DIV > <DIV > </DIV > <BLOCKQUOTE style "PADDING-LEFT 5px MARGIN-LEFT 5px BORDER-LEFT #a0c6e5 2px soli

Generation of Multiple Page PDF Document isslow

Where 's doc.open()? Paulo ----- Original Message ----- From "Abhishek Srivastava " <abhishes@(protected) > To "Post all your questions about iText here " <itext-questions@(protected) > Sent

Image in Chunk and changeLeading

Hello I 'm using a ColumnText to display some paragraphs and I 'm experimenting with Chunks that contain an Image. I 'd like the image box to change the ascender and descender of the line it is disp

Generation of Multiple Page PDF Document is slow

Hello all I am generating a multiple page report using itext. each page of this report is based on a Acroform. My users want this generation to be faster. I am detailing down the steps taken by me.

Line Break within a cell

Hey guys I 'm very new to iText and I was (key word "was ") moving right along with the pdf prints until I came to a cell that contains 1 to many items that are required to be in a cell and each it

newer version

hi I was using version 1.3 for awhile and it worked fine. I then tried to use 1.4 and some of the pdfs broke. Some pages were missing. I run batch pdf generation code through php. For some reason the

PDF Form fields with relative position.

Hi to all. I 'm trying to create form field in a PDF using iText. But I don 't know the absolute position of this fields on the final document nor in the final page. I find a way to add Text Field

Multiple signatures

Hi To a fresh PDF document I add a digital signature. This signature covers this revision (say revision 1) completely. I send it to a customer who adds her own digital signature. This creates a n

"reading an arabic pdf document "

Please help me i wan to read arabic text from my odf document could you give me a code sample on how to do that thanks a lot for you time and effort <div >Please help me i wan to read arabic text from

can iText create non-editable PDFs;

Hi Can iText create PDFs that are not editable? I 'm not talking about setting the resulting file 's attribute to read only. I 'm talking about the file shouldn 't be editable even with a Acrobat Wri

Subject: iText Bug

I m using iText "itext-1.4.jar " to generate PDF document my application is working good over windows. I actually deploy my WAR file on both tomcat and websphere over windows environment when i c

Working with "large " PDF document

I have an application that uses JGraph to display a "large " amount of objects - 2000 cells with a background gradient 500 lines connecting them 2500 Strings/text and about 5000 ImageIcons (16x16 in

Acro Forms Autofill

Hello I am trying to create a PDF report and at the end add a text area that the user can enter comments into. My problem is that Adobe keeps filling in the text box with whatever you wrote the la

How to convert HTML into PDF?

Hello I want to create a print friendly page. In order to do this I am planning to send HTML page seen on the browser to the PDF document. Is it possible to do this using Itext if so how? Thanks i

iText-question

Hello it would be great if you can help me with the following iText-question. I want to use iText to generate a pdf-file. It works very good and is simple to use but i have a problem with tables.

Subject: PDF Form

Hi I need to create an editable PDF Form that people can save on their local drive. I read in the project description that iText is great for read only PDF 's but I have also read that it can be

PDF with subsetting OpenType fonts withPostScript

The strange thing is that the PDF file can print out correctly using Adobe Reader 7.0 but not using Adobe Acrobat 7.0. Paula do you think it is our PDF problem or Adobe Acrobat problem? I would

Web and back/forward buttons

I have a servlet that generates a pdf for the web. My code is very similar to the tutorial writer PdfWriter.getInstance(document baos) Create the document .... ServletOutputStream out res

iText and linespacing

I have started using the iText library to write our documents out in rtf format. I am wondering what is the api for switching the line spacing for text. It appears that when I switch the font type fr

Is there a limit to how many page to add to adocument?

Looks like some browser artifact. Generate the file to disk to check. Paulo ----- Original Message ----- From "Henry Doan " <geiz777@(protected) > To <itext-questions@(protected) > Sent Tuesd

i18n approach to footer

Paulo Soares <psoares <at > consiste.pt > writes > > This is a generic internationalization problem it doesn 't depend on iText. > I don 't know what you 'd expect iText to do. > > Paulo The problem
Page 118 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100