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 23 of 388 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: Keeping Text Together

To Whom It May Concern I am currently developing a web application that uses Spring Framework and iText to take in values (through a series of forms) and generate a PDF letter from them. The

Subject: Detecting PDFs setup for a "Shared Review "

Greetings ^_^ Acrobat Pro has this nifty new feature in version 8 where you can setup a "Shared Review " where comments posted on a PDF are stored at a central location as an RSS feed and Acrobat

Subject: Re: Setting a text value causes PDF to lose ability to save data. "usage rig

Hi Leonard Thanks for your reply. Is there any other way to save the document so the settings are not lost - a possible hack or via XFA? Here 's the scenario. We have a software system that has mul

Subject: Large tables

Hi I have big problem. The number of columns and rows of table in my application can change and it can be many. It is important that the generated PDF will be printer friendly - when printing the pd

Subject: Fwd: Large table

<itext-questions@(protected) >Hi I have big problem. The number of columns and rows of table in my application can change and it can be many. It is important that the generated PDF will be

Subject: Re : Re : Re : Re : Re : direct-mail and manipulation of pdf

? Hello Thanks but I find it I Use the same than before but not PDFCopyFields but pdfSmartCopy and my final pdf is 6.3MO before 280MO Thanks -----E-mail d 'origine----- De Bruno Lowagie

Subject: Re: Setting a text value causes PDF to lose ability to save data. "usage rig

You need to do your form filling BEFORE the PDF is "Reader Enabled ". Leonard On Aug 21 2007 at 3 43 PM Robert Cearley wrote > > In adobe professional 8.0 there is a setting called Enable Usag

Subject: Setting a text value causes PDF to lose ability to save data. "usage rights "

In adobe professional 8.0 there is a setting called Enable Usage rights in adobe reader. This setting allows you to create a pdf document so a person can enter data into the pdf and save it. If I

Subject: Re: Get position of an image in an exisiting PDF File

Udo Borkowski wrote > Is there a way using iText to get the position of a image > (x y width height) in an existing PDF file? There 's no obvious way to find the location of an image in an existing

Subject: Re: Re : Re : Re : Re : direct-mail and manipulation of pdf

chtiteuf@(protected) wrote > I don 't find how to proceed to fill n times 1 form You 're getting on my nerves. What is there about the example I referred to earlier that you don 't understand? http //itext

Subject: Re: Capturing the overflow from PdfPCell

I doubt that a PdfPTable is what you need. It looks like several ColumnText and your own layout would be easier. Paulo ----- Original Message ----- From "Bruno Lowagie (iText) " <bruno@(protected)

Subject: Re: creating a "pinging " PDF

On Aug 21 2007 at 11 23 AM Harakiri wrote > > --- Leonard Rosenthol <leonardr@(protected) > wrote > > > Web Service (aka SOAP) support in PDF JavaScript is > > only available > > in Acrobat and no

Subject: Re: Splitting into single pages size problem

PDF is pretty efficient when it comes to reusing objects. If your pages have many of the same objects that recur from page to page when you split the pages up each one of your new pdfs will have th

Subject: Re: creating a "pinging " PDF

--- Leonard Rosenthol <leonardr@(protected) > wrote > Web Service (aka SOAP) support in PDF JavaScript is > only available > in Acrobat and not in Reader. To support Reader > you will need to

Subject: Get position of an image in an exisiting PDF File

Is there a way using iText to get the position of a image (x y width height) in an existing PDF file? Here some background I got some PDF files that contain images ( "white rectangles ") that server

Subject: Splitting into single pages size problem

Hi I am using itext 2.0.4 to split PDFs with multiple pages into single pages. I am finding that the size of single page PDF is unexpectedly large. The initial PDF is 50MB and most of the pages a

Subject: Re : Re : Re : Re : direct-mail and manipulation of pdf

?I don 't find how to proceed to fill n times 1 form Thanks a lot -----E-mail d 'origine----- De Bruno Lowagie (iText) <bruno@(protected) > A Post all your questions about iText here <ite

Subject: Re: Capturing the overflow from PdfPCell

davidfossil wrote > Thanks for the quick reply. However I am facing a problem trying to > implement what you suggested. The code below gives me "ColumnText.go with > simulate false and text null. "

Subject: Re: Capturing the overflow from PdfPCell

davidfossil wrote > Well I would like to display all the text wrapped to fit within the width of > the column. However the height of the cell must not increase hence if the > text is too long it sh

Subject: Re: Capturing the overflow from PdfPCell

Well I would like to display all the text wrapped to fit within the width of the column. However the height of the cell must not increase hence if the text is too long it should be distributed to t

Subject: Re: Capturing the overflow from PdfPCell

Thanks for the quick reply. However I am facing a problem trying to implement what you suggested. The code below gives me "ColumnText.go with simulate false and text null. " public void cellLayout

Subject: Re: Re : Re : Re : direct-mail and manipulation of pdf

chtiteuf@(protected) wrote > I saw the example > I produce n files pdf > and after I concatenate all in one by pdfCopyFields This is not supposed to work if you don 't flatten the forms. If you do flatte

Subject: Re : Re : Re : direct-mail and manipulation of pdf

? I saw the example I produce n files pdf and after I concatenate all in one by pdfCopyFields I use these method because I don 'nt find an other method to be filled n times 1 form Thanks

Subject: Re: Re : Re : direct-mail and manipulation of pdf

chtiteuf@(protected) wrote > In fact I use > > (...) > PdfCopyFields copy new PdfCopyFields(new > FileOutputStream( "D /docs/multi.pdf ")) I think you have it all wrong. Why are you using PdfCopyFiel

Subject: Re: creating a "pinging " PDF

On Aug 21 2007 at 7 59 AM Pierre-Yves Peton wrote > I am a new user of IText and I 'm investigating itext as a tool to > build > "intelligent " PDF on-the-fly > on a web site. Abobe DRM is expensi

Subject: Re : Re : direct-mail and manipulation of pdf

? In facte I use (...) PdfCopyFields copy new PdfCopyFields(new FileOutputStream( "D /docs/multi.pdf ")) for(int i 0 i <n i++) { (...) I make one pdf (...) PdfReader rf new

Subject: Re: Re : direct-mail and manipulation of pdf

chtiteuf@(protected) wrote > > Hello > I try to use > http //itext.ugent.be/articles/eid-pdf/index.php#template I try to explain that this was a WORKAROUND and that you should use your original PdfCo

Subject: Re: licensing on a fork

Larry Johnson wrote > how can subtext fork itext and claim the license is bsd ? It can 't and as far as I know it doesn 't. iText is a Java-PDF library. I just visited subtext and I read "Subtext is

Subject: Re : direct-mail and manipulation of pdf

? Hello I try to use http //itext.ugent.be/articles/eid-pdf/index.php#template The problem is that I lose my font ... saving in the pdf form. I 'm not producing the form pdf so I must resp

Subject: licensing on a fork

how can subtext fork itext and claim the license is bsd ?
Page 23 of 388 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100