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 109 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

iText Problem with Table.setTableFitsPage()

Hello all I created a pdf document with three tables in it. The third table should appear on one page. So i set the Table.setTableFitsPage() to true. But when i create the document again the table

iText Acknowledgements

Hello all many of you have already received a personalized mail asking you to visit this page http //itext.ugent.be/library/acknowledgements.php This page contains a list of all the people who have

Fw: java.lang.UnsupportedOperationException:

Did you read the exception text? Did you look at the tutorial examples on PdfStamper? Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-quest

Valid PDF File

Hi. How dow determine if an input file is a valid pdf file(Acrobat will be able to open it completely). Thanks Jaco

Specifying paper tray in a PDF file

Dear Sir/Madam In postscript it is possible to specify paper tray (as MediaType). Is it possible to use the iText API to specify a paper tray for each page? Eg. something like page1.setMediaType( "

Corrupt PDF Files

Hi I get the following errors when opening a PDF in Acrobat 6.0. Found an Unexpected Operator in the display List Unrecognized token ' > ' was found Unrecognized token 'l9705 ' was found This happens

how can I create pdf template?

This message is in MIME format. The first part should be readable text while the remaining parts are likely unreadable without MIME-aware tools. ---1533668346-1282911992-1158094924 3225 Conten

Middle Alignment with ColumnText

Hi Is it possible to have Element.ALIGN_MIDDLE with ColumnText? I 'm trying to do this but when I set the alignment to middle it is ignored. What I need is a ColumnText where my text s

Large PDF and Memory

It appears that IText loads everything in memory and then write it out. Is there anyway it can be doing it as it goes along as opposed to keeping everything in memory? <html xmlns v "urn schemas-mic

distributing true type fonts

If I wanted to include several special true type fonts for use in my application within a separate jar or within my application 's jar how would I tell iText where to look? CG

problem with pdf cells and Element.ALIGN_MIDDLE

Use PdfPTable. Table has problems with the vertical alignment. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)

horizontal and vertical line with cb.moveTo(x, y) and cb.l

mayangui armand wrote >Here the methods which I used to trace a horizontal or vertical line with >the object > >PdfContentByte cb docWriter.getDirectContent() >cb.moveTo(x y) >cb.lineTo(x y)

horizontal and vertical line with cb.moveTo(x, y) and cb.lineT

Here the methods which I used to trace a horizontal or vertical line with the object PdfContentByte cb docWriter.getDirectContent() cb.moveTo(x y) cb.lineTo(x y) cb.stroke() I does not unde

reading embedded files

hi please help to read the embedded files from the pdf using java script. thanks and regards selvi.k

second page problem

Heetesh Bhikhabhai wrote > Good day. > > Attached please find a copy of a PDF that i have written via iText. > If the content fits on one page there is no problem but > if the contents extends on tw

Write protect the pdf file.

Is it possible generate the pdf using iText in such a way that it cannot be manipulated by a pdf write. If yes then plz tell me how to do so. Thanx Ankur Is it possible generate the pdf using iText

error: "insufficient data for an image "

Hi there I 'm getting the error "insufficient data for an image " when using acrobat reader 7.0 on a PC. When using acrobat reader on a MAC or versi?n 5.0 on a PC the error doesn 't show up. I 'm usin

Fix for "EOL code word encountered in White run " in TIFFFaxDec

This error came up when using iText to create PDFs from fax TIFFs. Seems some fax machines have an unusual interpretation of the spec where EOL code words can appear at the beginning rather than the e

PfdPCell rotation: Missing text

Hello I 'm trying to rotate a PdfPCell containing a short text like this PdfPTable table new PdfPTable(2) PdfPCell cellOne new PdfPCell(new Phrase( "Text 1 ")) cellOne.setRotation(90) ta

text in ellipse or circle

Hello is it possible with itext to create text in ellipse or in circle boxes like the example pdf in this mail? ciao Thorsten

can i do this and how

<html > <div style 'background-color ' > <DIV class RTE >i want to add alink and when i click  on it it show ahidden part of apdf </DIV > <DIV class RTE >  </DIV > <DIV class RTE >thank u </DIV > </div >

image reading

Hi how to fint the Exact dimension and position of a image in a existing pdf file using itext. thanks and regards selvi.k

locating a image in a pdf

hi can anyone help me to get the exact location of a image in a pdf file (existing PDF File)lace it with another image.i dont know how to edit an exisiting pdffile.so please send me a sample c

How to export X509 certificate

Dear Sir How can i export private key and X509 certificate to an External dicive (USB)programitically with out using MMC. Hirannya

Adding destination with PDFContentByte

What am I doing wrong here? The programme crashes after processing the first page where there is a destination. //A reader has been opened int n reader.getNumberOfPages() Document document new

setting imagefields in acroforms

Is there a way to use iText to set an imagefield in an acro form similar to what can be done with textfields (like in this example http //itextdocs.lowagie.com/examples/com/lowagie/examples/general/c

Image.setRotation seems to be broken...

...in this context at least... try { String text "FOO " float barHeight 20f float barWidth 1f Barcode39 bc new Barcode39() bc.setCode(text) bc.setStartStopText(false) bc.setChec

How to find a text in a PDF file

Hello How can I use iText to find a text in a PDF file and get the page number for back? Thanks Shadi

trouble with making the spacing smaller betweencells on la

setPading() > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)] On > Behalf Of Kevin Buhr > Sent Friday Se

PdfPageEventHelper onEndPage with dynamic content

I have a class that extends PdfPageEventHelper. I build a footer using onEndPage. But in that method I use private variables included in the class. All those variables are never initialized (from t
Page 109 of 388 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100