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 86 of 388 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100  

Alignment settings of Paragraph is not working

Hello I made a program to make a table of contents for pdf files. I used added chunks in a paragraph to implement this functionality. I used setAlignment() method of paragraph class to justify the

Question about itext PDF copy and paste

Hi I am trying to read a pdf created with iText and I can read it perfectly with adobe acrobat. But when I try to copy and paste I obtained very weird data something like ___(_5 " _ ____

Working with Document

How can u change the pagesize of document after it is opened. I used the method setPageSize but it didn 't work.

Tables in header & footer

Hi all I have a very simple question If I want to insert a table inside my header & footer I should override the onEndPage(PdfWriter writer Document document) method as seen in this http //itext

Page Layout (RTF question)

yosa kresnandya wrote > Hi i have a question how to make a report that has different page > layout page 1 to 8 using portrait layout and page number nine using > landscape layout [rotate()] and

How to set FontSyle using BaseFont

Hello Team Can anybody reply me how to set FontStyle by using BaseFont i am using iTextSharp. Thanks in advance T.Venkat. <div >Hello Team </div > <div >  </div > <div >Can anybody reply me how

Thanks for iText - a little question

Hello first of all I want to thank you for a great job you have done on iText. We want to implement iText in web application based on Lotus Domino 6.5 platform. I have prepared allmost complete Jav

Subject: iText,

iText Would love to read the book as of this time I can 't get though. Is there a way I could get a PDF of the book to read until it shows up in February? Description We have a blank browser windo

PdfTemplate inside a PdfPCell

We would like to write the total page count into a PdfPTable at the bottom of each page. To do this we used a PdfTemplate (see code below). The problem is that the template placeholder is created but

how to cancel the membership

hi please anyone tell me how to cancel the membership regards gopi yosa kresnandya <yosa.kresnandya@(protected) > wrote Hi i have a question how to make a report that has different page layout page

How to replace images in PDF Form?

Hi I try to generate PDF document using PDF Form to bind data from database 1) Get PdfStamper for the PDF Form 2) Get AcroFields from the PDFStamper 3) Bind each AcroField with data from databa

Watermarking a PDF converted from TIff

I have converted a Tiff document into a PDF document. I am then tring to watermark the PDF document. I am using PdfContentByte getUnderContent() so that watermark will be under the PDF content. Howev

binary/grayscale images via PdfGraphics2D

Currently if you use the PdfGraphics2D.drawImage() obtained from the PdfContentByte any image 'drawn ' is converted to RGB. The supplied simple patch optimizes this so that binary images will be s

CVS patches?

Are the patches posted to the sourceforge site reviewed by anyone? Is this the proper way of suggesting changes / fixing bugs? Should I open a related issue? Thanks Robert Engels

Simple question abou tables

Hi all sorry for my wrong reply on the other discussion... However my question is why this code private static void createDocument(Document document) throws DocumentException { for (in

Formating Problem with ListItem/Phrase in use without an e

csowada@(protected) wrote > > Hello > > i don 't now if i had found a bug or a feature. Please post the question a second time next week in case I forget (no time to test now because of JavaPolis)

Adding bookmarks to pdf in the process of   concatenating

Giora Vinokurov wrote > Hi > > I am new the ITEXT and I am using ITEXT version 1.4.7. to > concatenate a few pdfs and to add bookmarks to the final concatenated > pdf. I had 4 input docu

Class BarcodePDF417

Is there a way to rotate the barcode either 90 degrees left or right? Associated getImage public Image getImage() throws BadElementException Gets an Image with the barcode. The image

making pdf on novell

Hi iText Up to this point I have been able to make PDFs on XP and Server 2003 boxes. Have made them with beans servlets and jsps. The Problem is making PDF that run from Novell server. At this t

Adding bookmarks to pdf in the process of concatenating

Hi I am new the ITEXT and I am using ITEXT version 1.4.7. to concatenate a few pdfs and to add bookmarks to the final concatenated pdf. I had 4 input documents one page each to concatenate.

Formating Problem with ListItem/Phrase in use without an empty

Hello i don 't now if i had found a bug or a feature. If i use the Constructor ot the ListItem every chunk added to the ListItem is wrong formated. I 've seen that there is a master font in the phras

computing the signature size before signing?

Hi Is there a convenience way to compute the size needed for an external signature prior to signing? To clarify my question. The following is an example from http //itextpdf.sourceforge.net/howto

Getting HTML tables to align properly

Hi I have a question that I 've not been able to find in the FAQ or other mailing lists it might be there but I couldn 't come up with the right search criteria to find it. It has to do with an H

How to navigate to a particular page inpdffromjava applica

The easiest way to do this is to create the bookmarks in XML and use SimpleBookmark.importFromXML(). Paulo ----- Original Message ----- From "Hari Krishna Chokka " <hchokka@(protected) > To "

How to navigate to a particular page in pdf fromjava appli

Do you want to read the link positions in an existing PDF or do you want to create links in a new PDF or do you want to create new links in an existing PDF. Paulo ----- Original Message ----- Fro

Memory usage

Hi there I 'm having some issues with the amount of memory PDF generation is using and I 'd just like to run it past you to see if you have any ideas as to the best way to tackle it! I 'm running t

How to navigate to a particular page in pdf from java applicat

Hi Madam/Sir This is Hari Krishna Chokka working for SoftSol India Pvt Ltd Hyderabad. As I need to read a pdf and provide the links (the number of pages of pdf) so that when we click on a pa

Illegal operation 'BT ' inside the Textobject

Hi Team Whenever I am adding the text to PdfFile by using ColumnText.SetSimpleColumn( "text ") I am getting error like ' ' ' Illegal operation 'BT ' inside the Textobject ' ' ' Can anyone help me. Th

Exporting PDF to JPEG

I 'm searching any Java Library to convert a PDF file into a collection of JPEG files (one file per page). Can this be done using iText? If so how can be done? Thanks Antonio

Error on web page?

The page at http //itext.ugent.be/library/license/index.php?license LGPL is titled MPL but it 's about LGPL. Probably a ^c^v oversite. Thanks for the nice stuff Dan Essin
Page 86 of 388 Previous 10   81   82   83   84   85   86   87   88   89   90   Next 10   Next 100