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 83 of 388 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100  

Header or Footer only in the last page

Hi all I need to provide in RTF generation the capability of putting header and/or footer ONLY IN THE LAST PAGE but as I seen in the documentation now this capability is provided for * com.lowag

ByteArrayOutputStream

I 'm trying to use iTextSharp to work through the examples in Chapter 17 of the book. The first example worked perfectly. The second example of writing to the response object through a ByteArrayOutputS

Rtf Data Cache problem

I am using iText 1.4.8 and I am generating very big Rtf documents. To avoid the OutOfMemory problem I am using RtfWriter2 writer2 RtfWriter2.getInstance(document new FileOutputStream( " DocumentS

PRTokenizer too restrictive

line 199 of PRTokenizer int idx str.indexOf( "%PDF-1. ") is unnecessarily restrictive. We have encountered otherwise valid PDFs (that Adobe Reader is able to open). The line can be chan

Loading iText to an IBM iSeries

iText works fine on my desktop but our iSeries is on an earlier version of the JDK. I need to compile the classes under the older version on the IBM midrange which is JDK 1.4. When I try to use iTex

RtfCell or Cell?

Hi all! To produce my rtf I 'm using the same code that I used for table generation in pdf. Besides the unsupported itext features listed here -- > http //itextdocs.lowagie.com/tutorial/rtf/index.htm

Hide note/comment icon

Hi Requirement While clicking the Image in the PDF it should pop up high resolution image. This should be done by "Attach file " concept. I have done the above requirement by using the code listed

NPE in MappedRandomAccessFile

close() calls channel.close() and set the channel variable to null. The problem is that when the finalizer is eventually run it will also call close() but now channel is null so an NPE is gene

Annotations without the icon

I want to put annotations on a number of small rectangles that are smaller than the standard annotation icons for "help " and "comments ". I 'd like to have the text pop-up on mouse-over and the pop-u

Help for Tips for PDF Form Field

Dear Support I want to read the tip for a pdf form field. Tip When I move into the form field it displays the discription of this field. Please help. Thanks.

Font inside rtf document

Hi all! Today I found some problems with rtf documents here it is the last As you can see in the attachment the output is different in particular RTF seems not to consider the BOLD and ITALIC pr

Image Scaling in Rtf

On Wednesday 27 December 2006 15 12 GAMBELLI Raffaele wrote > in rtf document it seems that scaling doesn 't work as pdf see the > attachment... I 've looked at the attachments and I can see no diff

Tiff inside rtf document

Hi all and Merry Christmas! Because I have to put a tiff image into a rtf document and because rtf document doesn 't support tiff images is there someone who can give me an advice/suggestion about ho

ColumnText and allignment

Dear all We are using iText for composing advertisements from data coming from a database. The various parts of the advertisements are implemented by means of ColumnText objects. All these obj

RTF (Page Layout)

Hi Yosa please in future address your e-mails to the mailing list because that way the question and response are archived for future use. Here 's some example code for chapter / page orientation

Wayne Prevost is out of the office.

I will be out of the office starting 12/22/2006 and will not return until 01/02/2007. I will respond to your message when I return. This e-mail including attachments may include confidential a

Merry Christmas all

<HTML dir ltr > <HEAD > <META http-equiv Content-Type content "text/html charset unicode " > <META content "MSHTML 6.00.5730.11 " name GENERATOR > </HEAD > <BODY > <DIV > <FONT face Arial color #000000 size 2

Text File conversion in-memory through   Servlets

Paulo Soares wrote > Our sale reps are ready to take your call. But we don 't accept collect calls -) *LOL* No honestly anyone that does a minimum of research on iText knows that iText is Free /

Text File conversion in-memory through Servlets

Dear Sales/Customer Rep We have '.txt ' files which are imported into AIX/Solaris directories on daily basis. Earlier we were using 'C ' source library (obtained from www.fastio.com) embedded into

Problem with PdfPCell and addElement

I would like to create a header. For this I create a PdfPTable with one PdfPCell and add some Pararaphs into the PdfPCell with the addElement method. My Problem is that the Document is empty. Any i

Replicate a page containing form fields in PDF using itext

Ramdas Sawant wrote > Can any one suggest how can do this. There are two ways to do it. POSSIBILITY 1 1. create a PdfReader object 2. create a PdfStamper object 3. insert a page 4 a. read the pag

Replicate a page containing form fields in PDF using itext lib

Hi all I have a pdf containing text fields. While filling the data in the pdf I want to replicate a particular page on certain condition. Can any one suggest how can do this. Followin

Is there any way to protect PDF print for second time?

Hello For business requirement I need to protect PDF print for second time. Is it possible? I need to print money receipt which should not print second time. I need to lock my PDF file also so that

PDFEncryption fails

Hi I am new to itext. I am trying to encrypt the binarydata which I get after reading the pdf file. The following code give the null pointer exception. public BinaryData encryptPd

PDFEncryption fails : itext release 1.4.8

Hi I am new to itext. I am trying to encrypt the binarydata which I get after reading the pdf file. The following code give the null pointer exception. public BinaryData enc

I have a question about itext !

Hello I 'm using the ITextSharp to create a pdf file now. But I have a problem i can 't solve. It 's that when I create a XML file with cells and nested tables in a table the Xml file show it is

PdfPTable tableToPdfPTable(Table table)

Hi all! Is there someone who has already done such a kind of method as that in the subject? Is there already a way to do the same with itext API? Thank you very much bye and Merry Christmas to you

Truncate text in a table cell

I have a PdfPTable and I want the text in the PdfPCells to be truncated if it doesn 't fit on one row. The default behaviour of iText is to wrap the text into several lines and I can turn this of

Embedding fonts in existing PDF

Hi all First of all thank you all for writing supporting and maintaining iText and for answering my previous questions! I have a PDF generated by someone else which I need to modify for them to

FW: duplex printing

I 'm producing a pdf document that contains several invoices for various client customers. I see in the resulting pdf properties in the Advanced tab a DuplexMode property that is set to "Simplex ".
Page 83 of 388 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100