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 325 of 388 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10  

Order of the AcroFields

Hi I analyize an existing PDF Form using the iText API to get information about the form fields. [...] PdfReader reader new PdfReader(pdfForm) try { PdfStamper stamper new PdfStamper

RE: [iText-questions] Encrypting PDFs makes the encrypted
version upside d

At 05 17 AM 3/26/2004 Paulo Soares wrote >Both allow 128 and 40 bit encryption. > 128bit encryption was added in Acrobat 5. Acro 3 & 4 only support 40bit. Leonard ----------

Barcodes without text

Hi is it possible to generate a barcode with no text showed? I could not find a setShow Text(boolean doShow) in the Barcode class. I can only set text properties as font size etc. but no chan

Re: [iText-questions] Switching from landscape to portrait to landscape
again

Paulo Soares wrote > I can reproduce the problem with the following program > > document.setPageSize(PageSize.A4.rotate()) > document.open() > Table t new Table(5) > t.setWidth(100)

Encrypting PDFs makes the encrypted version upside down

Both allow 128 and 40 bit encryption. Best Regards Paulo Soares

Table Headings Regarding

<P > Hi All <BR > <BR >   This is Krishna Menon from Hyderabad.  I am using iText for generating PDF files from jsp.  I am able to create the report as needed but the header is not. 

RE: [iText-questions] Encrypting PDFs makes the encrypted version
upside do

Hello To be compatible with acrobat 3 or 4 you should use an encryption of 40bit. It ' would be useful to add a parameter to manage pdf output version in com.lowagie.tools.encrypt_pdf.jav

CPDF-Monospace (ClibPDF to iText Migration Question)

Hi all! Do you guys here know any exact replacement for CPDF-Monospace for iText? That would really save a lot of trouble from migrating to iText from ClibPDF. OT Thanks a lot to Paolo for

Setting PdfPTable width

Hello I need to set the table width equal to the image that I am inserting in a column. Image img Image.getInstance( cComps.getImage() Color.BLUE ) PdfPTable pTable new PdfPTable(

Re: [iText-questions] Transparent watermark is visible but not
printable

At 12 40 PM 3/25/2004 marco.abderhalden@(protected) wrote >I 'am using the same code as Simon for printing a watermark. the only >difference is the use of PdfGState to set transparency. the waterma

PDF Signatures

Hello I 'm having some problem trying to sign a signature form field in iText. I 'm using the signature.java example file as is and when I click on the signature field to sign it using a self signed

Switching from landscape to portrait to landscape again -

That 's weird. You can send me a small code example so that I can reproduce here the problem. Best Regards Paulo Soares > -----Original Message----- > From itext-questions-admin@(protected)

Switching from landscape to portrait to landscape again - brok

Hi all I have an iText app linked against v1.02b that is demonstrating some weirdness. I have a document containing pages that alternate between portrait and landscape. Page 1 is portrait

Transparent watermark is visible but not printable

Hello I 'am using the same code as Simon for printing a watermark. the only difference is the use of PdfGState to set transparency. the watermark is visible on the pdf but newer printed. This is n

RE: [iText-questions] howto stop grayscale jpg lightening automat
    ically on o

lol... the answer to this was kinda easy from the API getInstance(Image image Color color boolean forceBW) Gets an instance of an Image from a java.awt.Image. SET forceBW to

XmlWriter problem

hello I 'm generating XML by the use of document.add(Element) method. the problem is that the XML generated is splitted (to respect 80 columns ??) and \n are inserted into paragraphs. So when

Parse XML and overlay from template

Can anyone help with the following. I am parsing an XML document using a tagmap using XmlParser.parse(document "file c \\xml\\Letter2A.xml " tagmap) but I would like this parsed XML to overla

auto change of sumbit url

Hi. I want to use iText to modify existing PDF files. All of these PDF files have Form fields. Also a Submit button which leads to an URL. Is there a way to automatic change this URL in all PDF

restarting the JVM ...? (ignore, wrong list)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content-Type " CONTENT "text/html charset us-ascii " > <TITLE >Message </TITLE > <STYLE >BODY { MARG

RE: Watermarks and Tables

I am having the exact same problem described below in an email on the 11th of March. Did anyone have an answer to this as I can 't find a reply. Thanks Dan Criddle >Hi > >I generate a PDF

restarting the JVM with special exit code?

Hi I see in the docs it is possible to request a restart with WrapperManager.restart() but I cannot have a compile decency on the wrapper code. So I wonder if it 's possible to configure the w

PdfTemplate and UNDERLINE question

Hello Everyone! Is it possible to write and UNDERLINE/UNDERSCORE using PdfTemplate? I 've been trying this code and it seems to be not diplaying the pFont.getFixedText() when it is composed of

Re: Question,

Quoting Jose Puchi <PuchiJL@(protected) > > Hello Bruno > I take a example from logawie site this example is Calendar.java well my > idea is generate pdf?s files in my local pc with iText

Subject: Header size

I have added a header to my document pages and set a gray background. Looks nice. But I 'd like the header to be smaller and I can 't seem to find a way to control the size of the header area. Rich

setting the Height of a Cell in a Table

Hi I am using the normal Table class to generate a table in the resulting PDF (NOT the PdfPTable). How can set the height of the Cell(s) or Row in the table ? thanks & regards Vija

iText API Docs

Hi Can you please tell me where I can find the iText API Docs ? Can the API Doc be downloaded ? thanks & regards Vijay .R

Offset in PdfPTable

Hi I would like to know how to change the offset of a PdfPTable ? thanks & regards Vijay .R

howto stop grayscale jpg lightening automat ically on outp

--- "Menke John " <John.Menke@(protected) > wrote > Bill thanks for getting back to me. I have not > used the Image constructor > directly because i > need get my images as a stream and there d

RE: [iText-questions] howto stop grayscale jpg lightening automat
   ically on ou

Bill thanks for getting back to me. I have not used the Image constructor directly because i need get my images as a stream and there does not appear to be a constructor that matches with input

controlling bookmark expansion

Is it it possible to indicate to the adobe viewer that bookmarks show not be expanded so that only the top most section name is displayed? e.g. + section 1 + section 2 instead of - se
Page 325 of 388 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10