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 213 of 388 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

help editing pdf via java

Hello Im try to edit a pdf stored in database via java/itext can some1 help me or guide me through? // getting the file from the database InputStream input new ByteArrayInputStream(af.

PostScript files with Fonts

Hello I would like to embed a simple PostScript Logo into a PDF using iText. Works fine so far except that 1. The EPSF with a bounding box of 0 0 200 200 pixels is displayed at tha bottom of the

IBM AS/400. AFPDS Spool files

Hi Anyone knows if iText software be able to retrieve an *AFPDS spool file from IBM AS/400? Thanks. Jordi Carreras. Girona (Spain)

Re: Using PdfWriter.fitsPage() On PdfPTable To Recreate Table.

Your code doesn 't make sense. The idea is to check the size and when the limit is reached delete the last row and add the table. You check things but when the limit is reached you go to the next page

Images problem

Hi I 'm having problems with disappearing images when creating pdfs. I can get images to show up just fine except if the image happens to be at the bottom of the pdf page. Specifically if the

Reducing file size of a PDF Stamped document

I 'm using Acrobat 6 to audit the space used in the various pieces of both my pdf form template and my stampled pdf document. I 'm trying to figure out ways of reducing my stamped file size. After ana

problem with tables and wrap

Hi everyone In my project i encountered a problem with tables that wrap around a page. If I render another table on the next page the header text and the header border lines are not synchron (see th

Using PdfWriter.fitsPage() On PdfPTable To Recreate Table.setT

Hi Paulo I am trying to create a PdfPTable with some text above the table. Unfortunately when I run the code it didn 't shows what I expected. The table below the text "Header " should fit in a pa

Bug with MultiColumnText and ByteArrayOutputStream?

Hello I am new to iText and find it is a great product. Thanks to all those helping to develop it! I have come across a problem which might turn out to be a bug (in my code or in iTexts). Conside

Can itext generate html which contain form?

same as the title. if the answer is yes how to do ? thank you.

Possible bug in PdfDate?

Hello- I believe there may be a problem with PdfDate not respecting timezone offsets during Daylight Savings Time. For example in the PdfDate constructor it just uses the "raw " Calendar offset i

Removing background color in checkboxes

Dear iText developers I have been through several sources such as http //www.junlu.com/ and http //www.lowagie.com/iText/docs.html sites and found no solution to removing a background color in a

iText RTF in word 6 (os/2 or windows 3.1)

Hello all Well I 'm using iText for generating RTF file and it works fine. However when I tried to see these RTFs in word 6 (os/2 and Windows 3.1) I 'm having problems with special characters (for e

problem in local links creation

Hi all! I 'm having a problem with local/goto destinations while dynamically creating a PDF from some existing PDFs. Here it goes... I have to generate a PDF doc concatening some PDFs that alread

Print dialog

Hello I 'm considering using pdf (and iText) to generate documents on our server. Before I start studying the internals I would like to know if the following is possible - create pdf that when load

Re: Deploying Webapp using iText to Unix server

Hans-Werner Hilse <hilse <at > sub.uni-goettingen.de > writes > > Hi > > On Wed 20 Jul 2005 22 38 37 -0500 > "Worley John C " <john.c.worley <at > lmco.com > wrote > > > The window that opens in a

itext support writing the javax.swing.text.Document(interface)

itext developer Hi! I write some code about the editor in java and I want to export the edited text to the pdf file. javax.swing.JEditorPane or javax.swing.JTextPane you know support

pdfContentByte: endText vs. circle

Hello there I 'm trying to produce graphical representations of some data together with accompanying text that is represented as mere paragraphs. My graphical representations involves axis and (Str

Re: We are thinking about using IText in one of our produc

On Monday 25 July 2005 20 14 Sergey Vlasov wrote > When you plan to checkin the code changes around the Stylesheet? Are you > going to support .css files? Have you look into using W3C CSS SAC API? N

Re: HTMLWorker and ColumnText

The code you provided does not work for me. It errors on the document having no pages. I have to use ct.SetSimpleColumn(document.Left document.Bottom document.Left document.Top) and set ct.YLin

How to sign PDF using iText ..suite..

Hello ! It is possible to sign with pkcs11 module with IText ? With external device we can 't obtain the PrivateKey.... Any Ideas ? fassel eric fassel@(protected) 25/07/2005

non licensed fonts

Hi Is there a way to detect if there are any non licensed fonts present in a pdf file. Thanks.

missing RtfTotalPageNumber class in itext-1.3.jar

Hello I am new to itext and I downloaded the 1.3 jar and have been working through the examples. In the rtf tutorial the RtfTotalPageNumber class seems to be missing from my download. I downlo

Problem in Printing multiline textfield on a pdf

Hi All I am facing a strange issue while printing a pdf having a multiline text field. All other content on the pdf is printing fine. I have a pdf template with mutiple text fields and other cont

Getting OffendingCommand: errors

Hi I have a Servlet that is producing 2 PDFs with iText. One of two is producing OffendingCommand errors when Distilled or RIPPED. Specifically Adobe Distiller 5.0 on win 2k returns ********

Bullet Items

Hi In the PDF document that I am generating I have a list of items that are being written out using ColumnText class. ColumnText ct new ColumnText() ... ct.addText(new Chunk( "List Item 1 ")) c

HTMLWorker and ColumnText

Can someone explain how to use HtmlWorker and ColumnText? > PdfContentByte cb pdfWriter.getDirectContent() > > ColumnText ct new ColumnText(cb) > ct.setSimpleColumn(...) > ct.se

Working with Images

I am trying to retrieve an image from a specific location ( string imageFile dr[ "file1 "].ToString() // "c \Inetpub\www\Maynard\uploads\webImage1.jpg " itext.Image.getInstance(imageFile) b

Re: iTextSharp

Ok thanks. I got the CVS module. I use vs.net 2003 what type of project should I create in order to build? A C# Web App? > > There are no SaxParsers see the static methods in > iTextSharp.te

generate \line (soft wrap for word)

how can i generate an soft line wrap in rtf for word with itext? in itext there are only paragraph and phrase and so on but no possibility for setting the line divider. \par hallo \par hallo \par
Page 213 of 388 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100