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 41 of 388 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100  

Am I using scaleToFit correctly?

Hello I 'm working on application that creates pdf documents that contain some client specific information along with a logo that our clients upload to our database in pdf format. I 'm retieving th

Adding OMR on an existing PDF

Hi I am first time user of iText. I am using this to manipulate existing PDF files but having hard time to figure out ways to do the following 1. How to add an OMR (Optical Mark Reorganizat

Error when using BaseFont.createFont

I am using iText 1.4.5. when my application runs I get the following error. Operation not supported. Map failed java.io.IOException Operation not supported. Map failed

absolute position in RTF

Hi All I have already searched examples and mailing list archive and I found next to nothing on this topic. Is it possible to add elements (text including) to a rtf file at an absolute position? I k

Not using com.sun.* classes

It 's always been a bad idea to use com.sun.* classes due to them not being present in JDKs/JREs other than Sun 's. With that said seems the only class using any com.sun.* stuff is PdfGraphics2D.java.

Announcing releases

If possible can releases be announced on the list. Or is there a RSS feed or some means of monitoring releases? I seem to have to always hit the web site or find out from a user or etc about a new ver

itextsharp bug (i think) and fix

Wayne Quinlivan-Smith wrote > > Hi Bruno Hi I 'm sorry for the delay. I went from meeting to meeting again today and when I got home I saw the quota of my INBOX was exceeded. I 'm struggling throu

PDF generation from dynamically generating XMLfile

Buy the book "iText in Action " it has lots of step by step examples. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)

PDF generation from dynamically generating XML file

Hi I was newly looking into iText. I have to generate PDF file from the dynamically getting XML file. I need the steps from scratch like which jar file I need to use. Could you please help where

add xml embedded to output pdf

Hello I need to add a cover page to an existing PDF. My code is based on the example shown in http //itext.ugent.be/library/com/lowagie/examples/general/copystamp/Concatenate.java and it works prett

Several question about itext

Hello I 'm working with itext and encounter following problems hope to have your help. - The Document object have "setPageSize( ) " with argument is a "Rectangle ". I read in the doc and know that

Creating PDF with images with color space.

Hello I have been using itext to create different PDF files since last two years. I want to create a pdf files with different images on it. The images could have different color space . I want to kee

convert JSP output to PDF

Hi all I am Sushant....I have created a JSP page which will generate University result dynalically based on Seat no. provided by user...Everything is working fine....But i want to know how can I

Problem with PdfPTable. Is it a bug?

I write a PdfPTable on a pdf document.That Table has one PdfPCell column Which is another PdfPTable with 4 columns which is added with cells in a for loop.Outside the for loop I am adding this tab

Japanese character in destination

Hi I have a Japanese pdf file. I read it in make a copy of it extract some names from the file create destinations and add it to the copied pdf file. I use copy.getDirectContent().localDestinat

problem with page rotation and page size

I am trying to merge 3 pdf files.On First and second pdf 's am getting reader.getPageRotation(i) 90 and on the third pdf file am getting reader.getPageRotation(i) 0. I am setting document page

Chunk.NEXTPAGE being ignored

I 'm attempting to insert a page break into my document but iText appears to be ignoring the chunk. The page is not empty so that 's not the problem. Basically I 'm iterating through rows in a table

Text going into the footer area

How can I prevent text from going into the footer area? I have a footer and I am adding data from the Database which varies in length so when there is too much info some of it goes into the footer ar

open pdf in acrobat instead of acrobat reader

Hi I am crating a PDF using itext and it is saved in file system. Then using Executable.openDocumnt() I am opening that pdf. I need to open it in acrobat instead of acrobat reader.If acrobat is

PageEvent Problem

I am creating a PDF document using iText and writing some tables to it. On page end event of PDFWriter I am creating footer. method onEndPage(PdfWriter pdfwriter Document document) My problem is tha

change document restriction onDocumentAssembly

You are prompted for the owner password because you can 't extract pages without it. You should first play a bit in Acrobat and then tell us what are the options that work for you. We will then tell yo

change document restriction on DocumentAssembly

Where can I find the suitable syntax or options? Thanks Katherine -----Original Message----- From itext-questions-bounces@(protected) [mailto itext-questions-bounces@(protected)

Re: PdfWriter with PdfCopy Capabilities

quantass wrote > Thanks for the reply I have been fiddling doing it the way you suggested as > it seems very reasonable but It means I need to keep a list of rectangles > (Coordinates) of where the

PdfDestination - Inherit Zoomlevel

I would like to create outlines that keep the current zoom level. With PdfDestination I only have the FIT 's. When I use Adobe I can create actions that use the "Inherit Zoomlevel " value. How can I ac

Fixed height for RTFCell

Hi All I 'm wondering if it 's possible to specify an exact height for RTFCell in points. Or does RTFCell behave like HTML table cell which stretches its height depending on the cells within the same

HTMLWorker code changes

I 'll take the chance to redo the image processing. Paulo ----- Original Message ----- From "robert engels " <rengels@(protected) > To "iText here itext " <itext-questions@(protected) > Se

Convert existing MSword document to pdf

Hi All I have a MS Word document. I want to convert this document to pdf using itext API. Can anyone tell me how can i do this using itext API. Thanks & Regards NaveenRajinder <div >Hi All </div > <d

HTMLWorker image handling improvements (PauloSoares)

I 'll keep the properties map instead of the get/setImageProvider to avoid the proliferation of get/set methods. Paulo ----- Original Message ----- From "robert engels " <rengels@(protected) > To

HTMLWorker image handling improvements (Paulo Soares)

Having the ImageProvider interface allows for easy custom protocol handling and simple embedded image processing. The code below is what we are doing in our custom 1.4.8 derivation. Adding get/se

PDF created from a template saves as a   genericfile

Celso Banquerigo wrote > Thank you Paulo the value of outFile is passed on from this call from > another class > > np.create(fileA fileB cnname datenow.getDateOnly()) Eith
Page 41 of 388 Previous 10   41   42   43   44   45   46   47   48   49   50   Next 10   Next 100