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 132 of 388 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100  

mail merge with tagmap

Hi all I have created a tagmap and a template. *tagmap * ** <tagmap > <tag name "newline " alias "br " / > <tag name "list " alias "ul " > <attribute name "symbolindent " value "20 " / > <attribute na

java.lang.IlleaglAccessException in PdfCell. <init >

Hi everyone. I 'm using iText 1.3 on a 1.3 JVM into a websphere 5.0 I 'm trying to generate a pdf file containing pictures from a dedicated servlet. It works well for some time but comes a time where

can we detect Blank pages in PDF File or pageswith specifi

rivate int blankPdfsize 20 public void removeBlankPdfPages(String pdfSourceFile String pdfDestinationFile boolean debug) { try { PdfReader r new PdfReader(pdfSourceFile) RandomA

Signature on all pages

Hello iText-questions As stated in the subject I would like to know if it is possible to show signature informations on all pages. Thank you in advance Cheers P.S. probably your RSS fee

can we detect Blank pages in PDF File or pages with specific t

hi all infact i want to detect a blank page in my pdf file so that i can exlude it when i copying the pages to another file or do some thing other with it similarly i want to detect/trace a speci

Author signature

It 's possible if you use the CVS code. Call the new method PdfSignatureAppearance.setCertified(true) Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [

Example for using Automatic Page Breaks and PageHeaders

The tutorial has lots of examples for all that. Paulo > -----Original Message----- > From itext-questions-bounces@(protected) > [mailto itext-questions-bounces@(protected)] On

Example for using Automatic Page Breaks and Page Headers

I am a new iText user. Can anyone point me to an example that will show the following 1. How do I create a PDF report that uses PdfPTable tables and automatically creates page breaks w

Quickest way to get number of pages in a PDF file

Hi all Currently I use the following code to get the number of pages for a PDF..... .... documentReader new PdfReader(document.getData()) documentReader.getNumberOfPages() ... What

Storing document in Oracle DB

Hi I have the document with watermark in a PdfStamper object but not like obtaining the bytes to store it in a field BLOB of an Oracle DB Thanks bruno <bruno@(protected) > 07/06/2006 16 34 P

Adding attachment

Hi is there a possibility to add file attachments to a PDF? I 've found the static method "createFileAttachment " in PdfAnnotation. But this is not exactly what I want... Does anyone know how to a

I want empty rows in a table (or PdfpTable)

In a previous update to iText my code which just added a number of empty cells (making one row) to the table broke. I have searched the documentation/tutorials and the only thing I found was that it s

Beautiful exception

Hello All ! I have asp.net page and for page response stream I was formed simple pdf document with Image and table. But in some situations (I can 't reproduce) any part of document don 't creating -

Polish national characters in pdf and rtf files

Hi I the following program I tested Polish letters in pdf and rtf documents. When I create rtf and pdf files sequencially there is only a problem with meta fields in rtf file (in this case - "subje

Reg Setting the font in itext pdfgenerator

Hi I have used Icebrowser SDK to render the pdf from the html.......But my output font is different and bigger... I want to reduce the font size....In icesoft they ask me to set the font in itext

Concatenate PDFs with additional text

I 'm using this code to concatenate PDF .... PdfCopyFields copy new PdfCopyFields(new FileOutputStream(outFile)) .... PdfReader reader new PdfReader(args[f]) copy.addDocument(reader) .... It

autosize fonts for form fields

Is there something in the itext api to mimic the autosize feature that Adobe Acrobat provides for form fields? I have a form that I am trying to fill out and the fields have been set to "autosize " u

Mac PDF Photoshop Image Alchemy plug-inXMLandstack overflo

I still don 't see how that can happen. If you want you can send it privately to me. Paulo ----- Original Message ----- From "Webber David (NIH/OD) [C] " <webberd@(protected) > To "Post all your qu

Mac PDF Photoshop Image Alchemy plug-inXMLand stack overfl

Paulo Hmmm. The only difference between PDFs that process fine - and this one - is the embedded XML. When we remove the XML - it processes fine. I cannot post the PDF as it contains confidential

WINCER_SIGNED vs. SELF_SIGNED andexternalCertified signatu

Paulo Thanx for your consice answer. I will stick to WINCER and PKCS #7 since WINCER seems more universally useful. Anders ----- Original Message ----- From "Paulo Soares " <psoares@(protected) > To

Mac PDF Photoshop Image Alchemy plug-in XMLand stack overf

iText doesn 't interprete any XML the stack overflow doesn 't come from there. Please post your PDF. Paulo ----- Original Message ----- From "Webber David (NIH/OD) [C] " <webberd@(protected) > To <

iText-questions Digest, Vol 1, Issue 4001

Leonard Ouch. We downloaded the latest 1.4.1 iText and we 're still seeing the error. What we are doing is reading in PDF 's and then assembling a new PDF that contains all the small chunks of page

IText, UNICODE, Courier ansd JDK1.3.1

Hi Currently i use ITEXT on AIX 4.3.3 with JDK 1.3.1 and Courier Font in CP1252 for Turkish customer. Now i need to convert text caracters - to equivalent in graphical mode ? Do you know if i cou

Signcode from webside needs a min-filesize

Hi have dubious problem . I have a pfx-cert made with openssl and a original-cert by my costumer. If i use the signcode from itext.sourceforge to sign PDF-docs it works with the openssl-cert fine

tiff to pdf for java version 1.3.

Hello We would like to use the PDF converter package to convert tiffs to pdfs but our server has java 1.3. version installed and due to various issues there is no way we can upgrade it to 1.4. Do

Mac PDF Photoshop Image Alchemy plug-in XML and stack over

At 09 36 AM 6/6/2006 Webber David (NIH/OD) [C] wrote >PDFs created on the Mac using the Image Alchemy >v1.13 product from Handmade Software Inc - that >is a ?plug-in? for Photoshop V3.0 on the M

"Confidential " labelling and iText

We 're experiencing an issue processing a PDF that has part of the text labelled with the "Confidential " labelling (from the Advanced Edit toolbar options in Acrobat). We 're not sure if this is pur

Embedded XML and iText - Adobe RDF/XMP

Folks Adobe have a new plug-in - and this definitely is giving issues for iText processing - (see XML below that it embeds). Do we know if there is a work around - or timeframe when iText wil

Creating Xml Document when using Absoule   Positioning

Abhishek Srivastava wrote > Hello All > > Is there any way to create an XML file from code when using absolute > positioning of text? > No. br Bruno

Creating Xml Document when using Absoule Positioning

Hello All Is there any way to create an XML file from code when using absolute positioning of text? Currently I am positioning text using ColumnText which requires a PdfContentByte for its contruct
Page 132 of 388 Previous 100   Previous 10   131   132   133   134   135   136   137   138   139   140   Next 10   Next 100