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 233 of 388 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100  

question for vertical alignment of a columntext

hallo how can i produce a vertical alignment of a columntext. i try to make a duplicate of the textcolumn object where i write the content. after the content is ready i get the lastY-line. no

How to add comments into pdf file by itext

how can I do that by pdf stamper ? -- Alawi Albaity Jeddah - KSA Mobile +966506660442 <br >how  can I do that by pdf stamper ? <br >-- <br >Alawi Albaity <br >Jeddah - KSA <br >Mobile +9665066

Problems trying to use setLineDash(); function

I am trying to draw a dashed line using the setline dash method with the followng code . cb.setColorStroke(lcolor.getAWTColor()) cb.setLineWidth(width) cb.setLineJoin(2) cb.s

Re: How to add an image to acrofield location? - still wai

getFieldPositions public float[] getFieldPositions(java.lang.String name)Gets the field box positions in the document. The return is an array of float multiple of 5. For each of this groups the val

Re: How to add an image to acrofield location? - still waiting

Still waiting for the answer to my question. Or rather how to convert the getFieldPositions() cordinates to the x y cordinates. So that I can use the stamper.getOverContent(1).addImage method. T

Image in Paragraph in PdfPCell

I 'm having some trouble with the following code PdfPTable t new PdfPTable() t.addCell(new PdfPCell(new Paragraph(new Chunk( "Sam ")))) Paragraph p new Paragraph() Properties attributes n

Can iText return an Image or BufferedImage object from a P

iText can 't rasterize pdfs. ----- Original Message ----- From "Sasa Perovic " <sasa.perovic@(protected) > To <itext-questions@(protected) > Sent Thursday May 12 2005 6 01 PM Subject

Superscript string

Hi In the PDF document that I am generating I need to write text like "Temperature varies between 25 degrees C to 75 degrees C ". Instead of writing the word 'degrees ' we usually put a superscri

Local goto, no chunks

Hi I use the low-level methods in iText (ie do all my own layout). I need to do a local goto. Is this the best way PdfWriter writer PdfWriter.getInstance(pdfDoc new BufferedOutp

Can iText return an Image or BufferedImage object from a PDF p

Hi there I just started looking into iText documentation and would like to ask one question. Is it possible to use iText to open a PDF document and then return an Image or BufferedImage object ba

FW: iText - RtfTotalPageNumber class

> -----Original Message----- > From Jose Hurtado [mailto jose@(protected)] > Sent Thursday May 12 2005 3 48 PM > To Paulo Soares > Subject iText - RtfTotalPageNumber class >

How to get rectangle values of an interactive form field

Hi All I 'm fetching the widget 's coordinates in the form of PdfArray with four float values of PdfNumber for the attached PDF which is created using iText. My fetched values are Rectangle

Subject: Header

Hi Can you please clarify my doubt? How can I display some header text in all pages other than front page. If I use onendpage to display it will also display in the first page but I don 't wa

Acrobat Version compatibility

All I have a template which I PdfStamper (filling fields drawing rectangles inserting pages from a document created with itext). Before being PdfStamper 'd the pdf opens fine with Reader V5 af

Form fields shifting when inserting new page (was Interlea

It 's a half bug. If you insert all the pages you need before calling PdfStamp.getAcroFields() it will work. I 'll have to see if it 's worth fixing or having a note in the documentation as a "feature "

how to indent first line of phrase without using paragraph, co

hi I want to do add following text like in a phrase object.. "This is testing line 1 here comes something which we will display in well format This is which we will display in well format "

Please ignore (just a test email)

This is a test email for subscribing.

question about javascript

Dear Paulo Is it possible for PDFReader to output the string that contains javasript? Or how can I get that data block thats contains javascript? Thanks yun

Servlet+Image+SSL=problems

Hy all I 'm using itext1.2.1 and it seems to me that is a wonderfull project. The main problem is that i 've got some problems while retrieving images from a https site to put into a PdfPCell i

How to add an image to acrofield location?

Requirement I have a acrofield (logo) in a pdf I want to add an image exactly over that field while doing pdfstamping. How to do the same? Thanks RK

Re: ArrayIndexOutOfBoundsException resulting from Table.mergeI

> I did a RefactorIt Audit once and the problem you are describing is > called a 'Dangerous Comparison '. RefactorIt recommends to solve it like > this > if(Math.abs(convertWidth(wb) - convertW

Problems generating PDF file from a Servlet

Hi Gurus I have a Servlet that opens a pdf file generate directly from iText I mean I do not generate a pdf file before. I can open this pdf in MSIE or Mozilla when I run it on a web server o

Usage of setNoWrap function

Krishna Kalyan K wrote >Hi > >Thanks for solving my issue.I will be thankful if you can give me >clarification regarding cell wrap feature. > >I am adding chunk object to a cell. Inturn i am

Re: [iText-questions] ArrayIndexOutOfBoundsException resulting from
Table.merg

Peter Hodgkinson wrote >The culprit is the convertWidth function which formats the floating values to >the number format "0.00 ". In my case for example wb was 54.57034 and wt was >54.57619.

PDF Page Size?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML xmlns st1 "urn schemas-microsoft-com office smarttags " xmlns o "urn schemas-microsoft-com office office " > <HEAD > <BASE href

Subject: HTML 2 PDF

There is any free and opensource iText based tool that can convert a HTML file to a PDF? []s Ary Junior

PDFGraphics2D and Mac

Hi There is a problem with using PDFGraphics2D on the Mac which throws an exception when setRenderingHint() is called with a certain value the message of the exception thrown is "null inc

Interleaving 2 PDF 's together

Looking for advice to interleave 2 pdf files into a single merged file. The first pdf consists of multiple pages 1-n and the second pdf has only 2 pages. The requirement is to stamp the first of

ArrayIndexOutOfBoundsException resulting from Table.mergeInser

I 've noted that this problem has been discussed in a few threads around here and I 've spend the past day and a half trying to debug it. Here 's the problem / solution I found. The problem the f

showText performance

Hi Recently I found convertToBytes method in BaseFont takes a lot of time. Is it possible to do some opertimize here? I donot quite understand the convertion code could anyone shed some light for
Page 233 of 388 Previous 100   Previous 10   231   232   233   234   235   236   237   238   239   240   Next 10   Next 100