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 120 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Leading "dots " and right-aligned form field

For our application we have an interactive form that we use to merge xfdf data into. Some of the fields on the form are right aligned and have trailing dots i.e. "Language...English " where "Englis

Using GradientPaint and PdfGraphics2D

I 'm running into a problem using Gradient Paint in a custom component. When the component is displayed on the screen all is fine. When it 's painted to a PdfGraphics2D instance some of the Gradient P

PdfPTable - setSkipFirstHeader(boolean) has noeffect

It has no effect if it 's the first object in the page or if it 's the first rows to be output. See the example in the tutorial. Paulo ----- Original Message ----- From "Bennett Matthew " <matthew.

How do you convert a PDF Document to an com.lowagie.text.I

I use templates for this (in C#) PdfTemplate template writer.CreateTemplate(width height) PdfReader reader new PdfReader(path) PdfImportedPage page1 this.GetImportedPage(reader 1) templa

get total number of lines of a PDF page

To whom it may concern I got a task in my project that client requests total number of lines in a pdf file all text which narrows down to get total number of lines in the last page. I have r

Adding Header Footer in the PDF document

Hello I am using iTextSharp version 3.1.2 for PDF creation. My requirement is to add Header and Footer in the document. I tried using HeaderFooter object using following lines of code HeaderFooter

How to add a new row (new set of cells) in between an already

HI How to add a new row (new set of cells) in between an already existing set of rows in a table using iText. I wanted to add a new row(new set of cells) after i search the current rows when i f

How to add an image using an AcroField as aplaceholder:

That 's already corrected in the CVS. Paulo ----- Original Message ----- From "noel fernandes " <noelfern50@(protected) > To <itext-questions@(protected) > Sent Thursday July 27 2006 7 47 A

How to add an image using an AcroField as a placeholder:

hello Bruno I am trying to place an image at the placeholder position with itextsharp l?brary but i have been unsuccessful.I have tried code given by you but it 's not working. Can you help me ? than

PdfWriter.reorderPages failure

I am trying to reorder the pages in a PDF document after adding some extra pages. The following code fails saying that the integer array must be the same size as the number of pages in the document.

PdfPTable - setSkipFirstHeader(boolean) has no effect

I noticed that the setSkipFirstHeader(boolean) method on PdfPTable has no effect. The first header row(s) are still displayed. Am I understanding the purpose of this method correctly? If I am not

Replacing Acrofield with Image Issue

The field positions are relative to the unrotated page. If your PDF is rotated as in this case you 'll have to rotate the field coordinates. I think that this rotation should be provided by the libra

why Rtf file so big ?

On Wednesday 26 July 2006 19 41 Bhupat Raigaga wrote > I see size of the Rtf file quite big compared to PDF. Is there any way to > reduce/optimize file size. In my case PDF doc (135KB) and the RTF

iText contributors

Hello all I have been given the assignment to make an inventory of all the people who have contributed code to iText. In return I am getting time and a dedicated server (you already know this serv

RTF Chapters/Subchapters

Hi guys I have one problem regarding creation of Chapters and Subchapters. Using iText there is possible to do this kind of structure ? I mean for example Chapter chap new Chapter( "testing " 1) c

TeX-style line breaking

Bruno Paulo I 've done an implementation of a modified TeX line-breaking algorithm with my current employer. My notes on the algorithm are at http //defoe.sourceforge.net/folio/knuth-plass.html T

.NET question

See http //itext.ugent.be/library/question.php?id 45

Tiff file problem

I am converting a tiff file to pdf in java using ITEXT but the tiff file is corrupted. How do I get to know that the file is corrupted before it gives 'outofmemory error '. Thanks sankar **********

Placing an image at the acrofield position

hi i have an acrofield in my pdf The position of field needs to be found and at that position an image needs to be imposed Can you please help me ? thankyou regards noel

How can I achive linebreak within PdfPCell?

I am trying to get data within PdfPCell to line break at a correct location. I know that ColumnText has that functionality but I can 't figure out how to use ColumText and PdfPCell together. Thank y

Page rotation and rearrangement (4 in 1) at thesame time

> I have to to do some postprocessing on an existing pdf > (created by iText) > > 1. rotate certain pages by 180 degress > 2. combine 4 pages in 1 > > Both tasks could be solved with the list arch

Page rotation and rearrangement (4 in 1) at the same time

Hi I have to to do some postprocessing on an existing pdf (created by iText) 1. rotate certain pages by 180 degress 2. combine 4 pages in 1 Both tasks could be solved with the list archives and t

Continued trouble with PDF Generation from JSP Page: Hello Wor

Hello This is in continuation of the issue I was having last week(unable to generate pdf from jsp). And I have know choice due to limitations in the technology we are using. I have to use JSP thoug

Page numbers - checked the archives before posting.

Hello Bruno I checked th emailing list for help on Page no. Also tried the following link. http //itextdocs.lowagie.com/examples/com/lowagie/examples/directcontent/pageevents/PageNumbersWatermark

RtfTOC how to set fonts and indentation

I have also found that settings made through RtfParagraphStyle are not reflected in the actual TOC of the final document in Word. The example below demonstrates the problem. I define 2 TOC RtfParagr

How to see if the page was changed ?

Hi guys There is possible in the RTF to see when a page is changing ? An event or something I don 't know.... Or there is possible for a Table to check by itself if the cells are going to the next

Cancel fixed height

I use setFixedHeight to set the heights of my header cells. How can I discontinue the fixed height so the rest of table will not adopt the height?

Error in PDF file after filling in and signing

Hi I have a PDF file (http //www.eliasen.dk/files/20031008 TakeBack.pdf <http //www.eliasen.dk/files/20031008 TakeBack.pdf > ) which has some funny functionality. If you open it you can see that a

how to read a pdf file exactly (example)

Hi I would like to read a pdf file with itext. Can you give me a code example. I haven 't found one on your page. Thank you very much. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " >

Compress PDF layers

Hi How can I compress(reduce the size) of my final PDF or reduce the size of the PDF so that it gets printed faster? Thx in advance. -Bhavana <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transition
Page 120 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100