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 27 of 388 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

How to Digital signing in two steps

Hi I have read the tutorial http //itextpdf.sourceforge.net/howtosign.html. In the tutorial the step of generating the hash signing it and them given the result to PDF is done in the same progra

java.lang.ClassCastException: com.lowagie.text.pdf.PRIndir

I can see the probable cause of the problem. Can you post a link to the PDF to be sure? Paulo ----- Original Message ----- From "moshe " <moshe@(protected) > To <itext-questions@(protected)

Urgent:Bangla unicode font not displaying properly

Hi We are using iText2.0 for generating pdf which contain bangla unicode font. The problem is the pdf is not showing bangla characters properly.It displays some words correctly and some are not. When

Subject: pdf to html

I 'm trying to figure out how to display pdf images in an html file. I guess the way to do this is to convert from pdf to gif or png or jpg and then use HtmlWriter to put them into an html document.

Get a PdfObject By its name

Hi Is it possible to grab a reference to a particular form field by its name (PdfName.T)? Something like PdfDictionary dict someClass.grabPdfObject ( "Address "). Please le

Can not open the pdf created with PdfCopy

Hi! I use PdfCopy create a new pdf document by extracting few pages from another pdf document. But the newly created pdf has a larger file size than the original even though it has lesser number pag

Add new field dictionary to the

Thanks Paulo. I have added the field dictionary to the 'FIELDS ' array. But the newly created dictionary is added as direct object and the fields are not visible. At present I am adding PdfIndirectRe

size of the pdf created with PdfCopy is largerthan origina

Maybe you need full compression. Paulo ----- Original Message ----- From "new2pdf " <askme131@(protected) > To <itext-questions@(protected) > Sent Tuesday August 07 2007 4 42 PM Subject

size of the pdf created with PdfCopy is larger than original p

Hi! I use PdfCopy create a new pdf document by extracting few pages from another pdf document. But the newly created pdf has a larger file size than the original even though it has lesser number pag

Add new field dictionary to the existing pdf

Hi I have gone through the PdfStamper API and Pdf reference... I am able to add form fields in the existing pdf change the kids and parent properties of the existing form fields. I

pixel - > points?

Hi all I want to position an image with setAbsolutePosition(...) such that it is displayed in the center of the page. As setAbsolutePosition(...) gets the coordinates of the lower left corner I nee

Convert xhtml to rtf

Hi.everyone I am a new user of IText. For some reason I have to transform xhtml docs to rtf docs. I used such simple codes below to handle it public static void convertXht

remote calls Image class

Hello I have used the Image class to get an Image from a remote location. Therefore I used the methode "getInstance(URL url) ". But the performance was not so good because because of this (I think)

How to convert pdf pages to image pages

Hi How to convert pdf pages to image pages. Regards Rakesh

readAcroForm

Hi I am trying to populate the PRAcroForm fieldsByName hash map by calling readAcroForm function Below is my code snippet itext PRAcroForm* vfc_acroform (itext PRAcroForm*)vfcrea

Problem Setting Table Left Indent

I 'm creating an rtf file in which tables need to be offset from the left border. I tried using the setLeft() method (inherited from Rectagle) to set the offset but this has no effect. Looking at the

Problems with Launching Application

I am having problems with opening a certain type of application. I use a PdfPCellEvent to add an launching event to a PdfPCell. code public class MyCellEvent implements PdfPCellEvent { public voi

problem adding an image with itext.

Hi I been having problem with adding an image to a dynamic web report when I deploy the web app on a server. Image jpg Image.getInstance( "/resources/logo.jpg ") My project structure is as foll

Question about resources.

Hi. Is there some resource of the machine where the itext run like "printer driver " using by the itext? Or something it need instaling at the machine? Thanks in advance Daniela <br > <font si

charset problems

How to handle charsets in the PdfWriter / Reader ? I am having problems with special characters.. code public String export(String filename Map <String String > fields) throws Exception { In

iText locked in BouncyCastle ?

ok Evaluating my current code I got the feeling that BouncyCastle is only required because some internal classes are using it as default implementation. Paulo suggested me to adopt an older versio

What else libs require when using iText in linux   system?

Raphae Li wrote > When I use iText I must install the Development Tools and > the X Software Development packages in linux or libxp-dev > package otherwise it will cause HTTP 500 error and a jav

What else libs require when using iText in linux system?

When I use iText I must install the Development Tools and the X Software Development packages in linux or libxp-dev package otherwise it will cause HTTP 500 error and a java exception "java.lang.

concatenating documents

I have an existing class that creates individual invoice documents. The Create method takes a stream object which normally is a file stream. Now I want to batch print invoices so I want to ca

pkcs12 finally working !

Hi thank you all for the friendly support. Footprint is finally signing PDF document using PKCS12 keystore. It was a lot of missing concepts by my side and some minor code bugs ) Asap I will publi

overlaying images

Hello I need to lay one jpg over another jpg. The image on top must be in a specific location. I 've checked out masking and transparency -- what would be the best strategy? Thanks Ash _

How to edit existing field dictionary?

Hi I need to open an existing pdf acroform and edit the existing field dictionary i.e. I need to change Parent and Kids key values remove a dictionary add a new dictionary etc. Is it pos

problem combining dynamic contentwith   existingpdf

That 's possible with page reordering. (About the other problem you can 't reuse a PdfDestination) Paulo ----- Original Message ----- From "m2barrett " <m2barrett@(protected) > To <itext-questions@(protected)

How to edit existing field dictionary

Hi I need to open an existing pdf acroform and edit the existing field dictionary i.e. I need to change Parent and Kids properties. Is it possible to do that using iText? Can I use Pdf

Copy form fields from one document to another

I looked through the API searched the mailing list etc but didn 't see an exact solution for this. I apologize if this is answered somewhere really obvious. ) The situation Document "A " is a PD
Page 27 of 388 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100