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 337 of 388 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

hi, need some help

Hi I need some help with some stuff. I was trying to use your SAXmyHtmlHandler.java class for use in a JSP page but as I am not used to use the jdk directly I don 't really know where should I put

Problem printing iText PDFs on Solaris using iprint command

My application currently creates PDF files for printing. They are printed from Solaris on the server using the "iprint " command. When a user wishes to do a reprint of a number of documents it i

Preview Image

Hi all anybody have any thoughts on creating an image preview of a PDF? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Content-Type content "text/html

Slideshow Possible?

Using Photoshop Elements a user can create a Slideshow in PDF. This file opens in full screen and automatically flips though its pages based on a predefined delay. Is it possible to create this usin

Units of measure used for AcroForm Field co-ordinates???

I 've got some code that looks like the following AcroFields.Item item (AcroFields.Item)pdfFields.getFields().get( fieldID ) ArrayList widgets item.widgets PdfDictionary dict

Printing PDF from Swing

I have created my first document in iText and it acutally works. Now how do I get that document to open Adobe Reader so the user can view/edit/save the document? I found examples of doing

RE: Using iText with Acrobat 6.0

I 've experienced problems with Acrobat 6.0 twice. In one case careful examination of my code revealed that I was creating a malformed table -- I can 't remember exactly what I did that was wrong but

Closed : Using iText with Acrobat 6.0

Hello Thanks to those that responded to my question regarding using iText with Acrobat 6.0 . Upgrading to Acrobat 6.0.1 resolved the problem. I should have looked for the "Updates " in A

PDF colorspace identification

Is there any way to use itext to determine the colorspace that a PDF has? If not does anyone know a good way to do that? cheers Ragnar Birgisson

tagmap question

Hi all I ahve the following code but it doesn 't work it gives me nullpoiner exception what can be wrong? If i don 't use tagmap it works fine import java.io.IOException

problem with multi-page report

I am creating a PDF report from my web application. It works well if the content fits in one page. When I add a new line that requires an additional page I get ascii output instead of PDF output

The row does not fit into the full page

That 's the way PdfPTable works and is by design. If you want to break rows you 'll have to use ColumnText directly. Best Regards Paulo Soares > -----Original Message----- > From itext-questio

Using iText with Acrobat 6.0

Hello Has anyone experienced any problem displaying reports created with iText.jar(iText0.99.jar) when using Acrobat 6.0 ? They have been and still work fine with Acrobat 5.05 but not wi

Read existing pdf page content

Hi. How to get the PDF page 's text or bookmark? I need to find out any information from any page of PDF when I don 't know about which page (number). I have a dinamicaly created a PDF file by X

XML Template

Hi i have following xml template. i am trying to generate pdf from it <Name/ > Protective Services Worker <newline/ > <paragraph > <font family "Courier " style "normal " size "

XML with Tagmap

Hi I wanted to generate PDF on the fly for this i am using XML is it possible for me to use tagmaps for this? Thanks Manish

Cell heights

Hi Guys I have a table in my PDF file. I would like to set the cell heights so they are not all different sizes when I fill them. Thanks in advanced Bernard Herrok Bernard

How to insert TOC

I want to insert TOC for already created rtf pages using itext library. 2nd thing I want to add 2 tables on the same line.I am not able to do that. using 'document.add() ' it adds one after another

IE 6 browser back button taking back 2 pages.

Hi PDF generated by itext is fine. But while viewing pdf through IE 6.0 browser clicking on browser back button taking two pages back instead of one. Did I miss any thing in my code?

HeaderFooter size

I am trying to insert a HeaderFooter at the bottom of an image page. The images I have are of varying sizes so I am calculating the size of the page to fit the image and adding on a bit for the f

COnfiguring a PDF to be non editable

Hi Does anybode know how I can set my pdf to be non-editable (locking the pdf) using IText? My PDF is generated in a servlet using the IText libraries and it works fine but I need to "lock " the

RE: [iText-questions] can iText change the Pantone color in a
PDF?

At 10 11 AM 2/4/2004 Paulo Soares wrote >- changing the Pantone color. This is easy to do as all that is required >is to change the ColorSpace key in the page dictionary. True if the

PDF Window close

Hi I am new to IText. I have a problem when closing the PDF window. I have a link on the application jsp page to view the pdf of a confirmation. When I click the link the following javascr

Re: XML to PDF

Thanks for the reply so if i have am existing XML can i use XmlWriter to convert it into iText Xml? Thanks manish

can iText change the Pantone color in a PDF?

I had a look at the the problem and it can be broken in two parts - changing the Pantone color. This is easy to do as all that is required is to change the ColorSpace key in the page dictionary.

Embedded fonts when using PdfStamper...

Hi I was just wondering if it 's possible to use or change existing fonts when using PdfStamper to add content to an already existing PDF? Let 's assume for this question that the font is 100% embed

Re: [iText-questions] can iText change the Pantone color in a
PDF?

At 05 57 AM 2/3/2004 eididify1@(protected) wrote >I want to try and change the Pantone color in an existing PDF to another >when I copy the PDF using iText (i.e. 100% PMS 353 Green to 40% PMS 185

NullPointerException in Chap0704.java

Hi I try to execute le Chap0704 example and I have this message ExceptionConverter ExceptionConverter java.lang.NullPointerException at org.apache.crimson.parser.Parser2.parseInternal(Unkn

Left space in a pdf Document

I am writing Tables in a pdf document and I want to know how many space is left between the bottom of the last table I drew and the end of the page. Is is possible? Thanks a lot. Javi.

concat_pdf reduces PDF file size??

Hi I use concat_pdf to concatenate PDF files but noticed the resulting file is smaller then the original file size. To prove this I concatenate "a.pdf " to "nothing ". The resulting P
Page 337 of 388 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10