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 129 of 388 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

Support for pdfs generated with Adobe 7.0 and Adobe designer

Hi Guys After searching the forum found out that support for Adobe designer would be out shortly. We have recently encountered some pdfs generated in Adobe designer and Adobe 7.0 on which itext is f

Issue with Font Names firstLineIndent , spacingbefore, s

> -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)] On > Behalf Of noel fernandes > Sent Wednesday June 2

Why does loading of the font Sylfaen return thefamilyname

That 's the postscript font family name. Pick your favorite family name with font.getBaseFont().getFamilyFontName(). Paulo > -----Original Message----- > From itext-questions-bounces@(protected)

Why does loading of the font Sylfaen return the familyname Syl

Hello everyone I 'm am loading fonts and comparing the name of the loaded font to make use I got the right font and not a replacement font. For the Font Sylfaen this does not work. I 'm am posting th

Re-2: Signature on last page of pdf

(- mostly you can 't see the forest cause of too much trees -) thx a lot Oliver -------- Original Message -------- Subject Re [iText-questions] Signature on last page of pdf (21-Jun-2006 13 41)

Signature on last page of pdf

Hi iTexter! Since some hours i 'am trying to sign a pdf not on the first page with sap.SetVisibleSignature(new iTextSharp.text.Rectangle(100 100 250 150) 1 null) than on the last page of my p

getPageContent Bug ?

> > I download the latest itext and itextsharp and find a bug. If I burst > > a PDF file into pages and merge them into one PDF file again using > > pdfsam (http //sourceforge.net/projects/pdfsam)

Issue with Font Names firstLineIndent , spacingbefore, spaci

hi When i try to apply Font Names firstLineIndent spacingbefore spacingaafter attributes to a paragraph there are no changes.I am using itexsharp library i have attached the file and code thru

UNICODE u\250x with ITEXT and Courier New

Hi I have tried to use unicode caracters u\2502 it seems not used ? I could use u\2014 but not u\2502 do you have an idea ? My IText document is created with Font Courrier New and i need to r

Font Issue with xml to pdf

Hello All We are creating a tool which generates an xml document. This xml document is rendered by itext as pdf. We are facing an issue that the fonts which we specify are not rendered correctly. I

Inserting new Paragraph into existing pdf document

_______________________________________________ iText-questions mailing list iText-questions@(protected) https //lists.sourceforge.net/lists/listinfo/itext-questions

How to add new page?

Ok the question seem simple but its a bit complicated because i tried using Document.newPage() and it didnt ' work with my code. All i am doing is opening an exisiting PDF file and putting some direct

Please Comment--Nested Table Question

How do I create a nested table containing a cell with 2 column span. What is wrong with the following code float[] widths {0.15f 0.10f 0.10f 0.10f 0.10f} PdfPTable t new PdfPTable(wid

please comment, itext question

How do I grey out a PDFPCell - only 50% vertically <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN " > <HTML > <HEAD > <META HTTP-EQUIV "Content-Type " CONTENT "text/html charset iso-8859-1 " > <META NAME

TR : Charset CP860

Hi I need to edit document in CP860 using graphicals caracters for example B3 to D9. It seems theses caracters are not used in your API could confirm me ? I have tried too to replace theses ca

ColumnText#go(true) bug

Is is possible the ColumnText#go(true) has a tiny bug? I have a multi-line phrase that I need to simulate prior to printing to make sure it won 't go off the page. Unfortunately ColumnText#go(true)

Charset CP860

Hi I need to edit document in CP860 using graphicals caracters for example B3 to D9. It seems theses caracters are not used in your API could confirm me ? I have tried too to replace theses ca

java.lang.outofmemoryerror when converting 64 page txt str

Hi Thanks ... That was the error ... The image instance was being created for each page. Rectified it Thanks Ravi On 6/20/06 bruno <bruno@(protected) > wrote > > ravi shankar wrote > > > The imag

Odd exception (solved)

Hi in the end it was just poor coding on my part. My application was calling FontFactory.registerDirectory on each generation of a pdf which resulted in a ConcurrentModificationException when a thre

itext tool box

Hi I have been wondering now that iText has grown big some people should already have developped some kind of basic tool box for iText. Not a big programm but just some classes that take care of

java.lang.outofmemoryerror when converting 64   page txt str

ravi shankar wrote > The image size is 213 kb and txt file size is 404 kb ... How many time do you create the image instance? Make sure you create it only once so that the image data is added to t

java.lang.outofmemoryerror when converting 64 page txt stream

Hi I have a requirement where I am parsing a 50 mb txt file into many small txt files based on some previously decided separators. While parsing and breaking the file itself I am sending the small tx

table.setLastHeaderRow(2), table.setTableFitsPage(true) not re

Hi I am generating a large table that can span across several pages. And I 'm looking for a solution to repeat the page header on each page. The problem is that I 'm not using PdfPTable ( which has

Including a new paragraph on PDF document

_______________________________________________ iText-questions mailing list iText-questions@(protected) https //lists.sourceforge.net/lists/listinfo/itext-questions

picture in table

hello everyone My name is Dominic and I 'm new here. I was wondering if anyway had any ideas on how to put a picture...in my case a jpeg in a table. And I 'm using the Table class. Also is there away

How to write new line with PdfTemplate

I am trying to write multiple line with PdfTemplate but everytime i write a new line with PdfTemplate.newlineShowText() it write over the previous line. Here is my code Thanks in advance PdfReade

Running on a cluster - all on 1 machine

Hi We have a customer that is running iText on a cluster but the cluster is all on one physical machine (no idea why). On one of the clusters they get [6/16/06 9 32 19 785 CEST] 0000039e Except

Bug in iText 1.4.1 Graphics2D rendering.

Firstly many many thanks for iText it has been a godsend! However I 've just upgraded from iText 1.4 to iText 1.4.1 and I 've noticed that something in the Graphics2D rendering has broken -( It

writing values in a iText form field

Hi to all. I 'm writing a little program that generates a PDF Form with de iText and I want to write a default value in a text field. How can i do that? Juan Carrasco Moya <html xmlns

which font encoding should I use

Hi How to decide which font encoding is to be used. My pdfs will be multilingual.
Page 129 of 388 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100