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 32 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

HTMLworker and Word strange behaviour

Thanks. The descriptions are stored as separate Word documents. (I don 't know why?!) So I have saved these as HTML and when I use HTMLworker the <h1 > text is printed twice on the PDF output. It appe

java.io.IOException while decrypting

Thanks a lot for your help! Ingo -- This message was sent on behalf of ingo.schmoekel@(protected) at openSubscriber.com http //www.opensubscriber.com/message/itext-questions@(protected)/710

Add dynamic fields to existing PDF form using iText

Hi All I am using iText generate PDF form on fly. It loads data to an existing PDF form template. I have requirement to dynamically add more text fields to PDF template if data doesn 't fit in exist

Converting a System.Web.UI.WebControls.Table to a PdfPTable

Hi all! I 'm new to iText and I 'm hoping this is where my search for a PDF generator ends -) Anyway I have been working on a calendar feature based upon ASP.NET System.Web.UI.WebControls.Table for s

Paragraph object when creating PDF from XML

Hello I am creating pdf form xml and I need to indent the paragraphs. How can I do this? I tried the following and a few other attributes in the tagmap file that didn 't work <tag name "paragrap

switching bold on and off

Hi. I need to retrieve some text descriptions for some code values. When I add this text to the PDF it has to retain the correct format. So some words need to be bold some italic etc. How would y

java.io.IOException while decrypting largepdf-documents

Document.plainRandomAccess true Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)] On > Behalf Of

java.io.IOException while decrypting large pdf-documents

Hello! Me again -) I 'm using a part from your example for decryption // . . . try { System.out.println( "Reading " + args[INPUT_FILE]) PdfReader reader new PdfReader(args[INPUT_FILE] args[OWNER

Handling PDF-Content in memory space

Hello and good morning from Germany I have started to use itext with some success and want to create my own utility library for my webapplication. That library should allow to load an arbitrary PDF

iText Encryption Level

Hi All Would like to know what sort of encryption level is defined in iText. Thanks. -- Regards Manoj <div >Hi All </div > <div >  </div > <div >Would like to know what sort of encryption level

Invisible signature 'breaking ' printing in Adobe Reader 7

Using iText I am creating a PDF document from a series of TIFF images. Then (next pass) I am digitally signing it using an invisible signature. However I place my invisible signature on page

changing the property of the text field

I have an existing pdf and I need to change the property of one text. The text can only display 2 characters ie the "United States " is truncated into "Un ". How to set the property of the text field

How to Add tree View in PDF document using itext

hi alli am currently working on one eclipse plgu-in development project in that i want to transfer a Jface Tree viewer or a tree view in PDF document using itextHow can i use itext to make a tree view

PdfReader#getPermissions() returns strange results

Hello I thought that PdfReader#getPermissions returns the permissions used when encrypting a document in the same format as PdfEncryptionSettings#setEncryption wants them. However I only get stran

changing the signature image

I 've no idea what you want the signature to look like but the best way is to look at the PdfSignatureAppearance source for inspiration. Paulo ----- Original Message ----- From "Felipe Ga?cho " <fga

XML to PDF problem

Hi The following (simplified version of example in CH 14 of iText in Action) works using itextsharp 4.0.3 .NET 2.0 using System using System.IO using iTextSharp.text using iTextSharp.text.pdf

Uncompress streams if Document.compressis false

There are other ways to uncompress streams and your patch will fail with dct encoded images for example. Paulo ----- Original Message ----- From "Michael Schierl " <schierlm@(protected) > To "Post all

Uncompress streams if Document.compress is false

Hello Currenlty Document.compress false will only prevent newly created streams from being compressed. The attached patch will also decompress already existing compressed streams (imported from o

How to use bookmark xml and new PDF documents

Currently I am using the following to add some bookmarks to an existing PDF PdfStamper.setOutlines(SimpleBookmark.importFromXML(new ByteArrayInputStream(bookmarks.buildXml().getBytes()))) The abo

concatenating pdf documents

What is the best way to concatenate several pdf files into one document considering that I am getting pdf documents from a database Blob report resultSet2.getBlob( "PdfDocument " ) Then I get bi

Speeding up page copy for BIG pdf 's

Hello I 've read your workflow and the first thing that comes to mind is a counter-question why are you using PdfCopy in STEP 4? Doesn 't PdfStamper meet your requirements? As far as I understand it

Farsi text on unix ?

Hi I 'm using the createGraphicsShapes method in order to get the Graphics2D object so it can be drawn to the pdf directly bacause i need to print farsi text. It works fine with this method for acquir

iText: Font embedding DefaultFontMapper, application: jarn

Weimar Prof. Dr. Joerg R. wrote > Using jarnal which uses iText for PDF creation I have the problem that > my custom font is not embedded. There 's a public member variable in DefaultFontMapper th

which is the better rtf viewer for itext

Hi I have the following problem with the code below Table t new Table(2) Cell c new Cell( "hola 00 ") c.setRowspan(2) t.addCell(c 0 0) c new Cell( "hola 01 ")

How to setup a 'Newspaper ' column layout for an RTF document

Can someone please provide a few hints on how I can achieve this I need my RTF doc to look like something like the following

How can I extract text( with suffix)

Hello I want to extract text from pdf file. extractly I want to pdf convert to html. My pdf file include suffix(in html I use sup sub tag) How can I extract text with suffix effect? thank you -- T

Adding borders to MultiColumnText

If you 're looking for a specific method/API there isn 't one that I know of in MCT (I 've just been looking at the code). You will have to draw the lines manually (that is using lower level methods

How can I extract Image from pdf file

Hello My English ability is very poor. sorry I want to read a pdf file and save image to file I try but.. for (int i 0 i < reader.getXrefSize() i++) { PdfObject pdfobj

Change from CVS to Subversion

Dear Sirs / Madams since you switched the version control system from CVS to subversion I suggest the included patch to com.lowagie.tools.BuildTutorial.java Yours sincerely Thomas Tampe Leiter S

Using images in PDF

hi am using getInstance(String filename) method to include an mage in order to generate pdf . is there any mechanism to check if the given file name exits or not using itext.Ex- if filename c \iam
Page 32 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100