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

Getting the drawable part of a page

Hello I to scale and rotate a picture so that it fits inside a document page. To do this i issue a com.lowagie.text.Rectangle originalSize document.getPageSize() and then i use originalSize 's w

Conditional Hyphen

Just like the Protected Space is there a way to add a Conditional Hyphen to text in the PDF-File (Breaking a long word if it doesn 't fit on a line any more at an appropriate spot)? Many thanks Micha

How Can I Generate Excel File Using iText

Please Any body tell me that how can I generate the excel (.xls) file using iText API.. <html > <head > <style type "text/css " > <!-- DIV {margin 0px} -- > </style > </head > <body > <div style "font-family times n

Protected Space

In MS-Word there is the sign "Protected Space " which keeps the words before and after together at the event of a new line. (Strg+Shift+Space) It looks like a space but it asures that both words won

iText ~ Multipage TIFF ~ Old JPEG / JPEG

hello i 'm trying to use itext with multipage tiff. first i head the problem with rawsperstrip wich is resolved with iText 1.4.1. unfortunately i have now a further problem I have a multipage ti

Problems with blank line inside a Table

Hello I have one table that whenever I write a Phase in a cell inside a Table it adds a blank line between this text and the top border! Before you ask me there is no "\n " inside the String I 'm

Determining a field 's format with iText

Peter Mourfield wrote >Bruno > >I 'm hoping that you can help me. I 'm trying to use iText to determine the format (text date etc) of a field in an existing pdf document. So far I 've been unable to

rtf:bug report

com.lowagie.text.rtf.table.RtfRow (line 243) if(rtfCell.getRowspan() > 1) { ArrayList rows this.parentTable.getRows() for(int j 1 j < rtfCell.get

'iText in Action ' on Manning 's 'Coming Soon ' list

See http //www.manning.com/lowagie/ for more info! Note that the page count isn 't entirely correct. The book will have about 600 pages. br Bruno Using Tomcat but need to do more? Need to support web

GIF to PDF, no files

Hi everyBody I 'am newby in iText and I would know if it should be possible to do this I need to convert a GIF image (not in a file but in a byte[]) and I need to obtain a PDF in a byte[]. I can 't

Query regarding para formatting

Hello Could you please tell us whether we can apply borders to paragraphs using iTextSharp. At present I am not able to find any option to specify borders for paragraphs the way we have for t

attachments on the itext-list

Hello List you probably won 't believe it but even in some regions of Berlin Germany the Internet is only accessible through low-speed connections. If you consider the (very welcome) traffic on

Images being stored in burst pages

At 06 10 PM 6/28/2006 Brendan Graves wrote >I 've discovered some strange behavior with the Burst tool and some >pdfs I 'm working on. I 've created a pdf using openoffice 2.x with >their export to

PdfReader Stavkoverflow

Hi i 'm having a problem reading big pdf files with PdfReader. When i open an ebook (about 1000 pages) it happens i get java.lang.StackOverflowError. Sometime i can read it and some other i get this e

How to Check a Check Box using AcroFields

I know how to fill out a field using AcroFields.setFields() but how do u check a check box? Thanks

Different headers

I 'm creating a document that has two different PdfPTable objects in it. I want table A to have a header on every page on which it appears and then switch to table B and its header for all subsequent

How TO Become an IText Deveoper

How do I help out with some of the coding of itext? Thanks Winston Spencer Using Tomcat but need to do more? Need to support web services security? Get stuff done quickly with pre-integrated te

Searchable PDF

Good Morning Thanks for the quick response yesterday. I have another question. When I merge searchable PDF documents with itext will the resulting document be searchable? How can I use itext to

Problem with tables

Hi I 've got some problem with table in my pdf. I don 't understand the difference between the class Table and PdfPTable can someone explain me ? (I search on the API documentation but i don 't find) I

Image not printed

Hi. I 'm adding images to my PDF in PdfPCells. It seems sometimes that the image is not printed even though it shows in the PDF on screen. Has anyone experienced the same thing? When selecting "prin

Howto Merge FDF with signature and PDF

Hello I have a problem using PdfStamper to merge a PDF with a FDF including a signature. In a Browser I fill out a PDF (with formfileds and a signature). Then the PDF sends the data as FDF-File (a

Barcode sometimes not generated correctly

Hi all I 'am using iText-1.3 with great succes. However sometimes the barcode is not generated correctly see attached example of a scanned output file. In the attached file you can see how the MM

Verdana font..

Hi I tried to use verdana font in iText but I found this component doesn 't support this font... could u help me how can I use the verdana font? or professional version of iText can support Verdana o

Subject: =?iso-8859-1?q?Can=B4t_sign_a_PDF_with_JSP?=

Hi list Here?s my problem I?m trying to make an example to sign any document the example is from Paulo Soares? page it works in Java but I wan?t to do it with JSP and I get the following except

Font does not show in AcrobatReader/WIN

Hello list I have a funny problem I generate a pdf via itext in a JSP just a table with some text using Helevetica. The pdf viewed on Linux with xpdf/gpdf/konqueror looks okay. It even looks oka

get RenderedImage for PDF Page?

Sorry but I 'm getting lost in the Javadocs and examples (eagerly awaiting the BOOK!!!)... Here 's the high-level thing I have some "Image Only " PDFs. I want to get a java.awt.image.RenderedImage f

Regarding IText 1.3

Hi I am using IText version 1.3 and use this for showing large tables in pdf. I am using the writer.fitsPage method to check if the table fits a particular page or else make the table render in

Adobe Designer 7.1

Does iText support form enabled pdfs created with Adobe Designer 7.1?

Fonts in PDF

I 'm using iText to create my PDFs and I 've embedded the necessary fonts in my PDF. My question is - Do you know of any tool that can identify/display which font a certain string in the PDF has bee

How to Control Page Number Font Size?

All I 'm a newbie. I had a question on how to control the font of the page number. It 's too large. Currently I only use the HeaderFooter object to only Specify where to place it. I would l
Page 127 of 388 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100