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

Creating a new table with an existing Table object.

Hello - I 've looked through the FAQ and can 't find the answer so here we are.... What I am trying to do is place two tables on a page. Each table has similar characteristics (ie 6 columns wide

Experiences with xPDF Viewer?

Hello anyone knows a specific lists of limitations of the xPDF Viewer which is mostly installed on unix systems ? So far i happend to have no problem with layout but with annotations. Neither Link

Open a PDF file using UNC with pdfreader

Hi All I 'd like to open a PDF file using UNC like the following PdfReader reader new PdfReader( "\\server\directory\subdirectory\sample.pdf ") But I got the syntax error complaining about the s

Addition to generate PDF/A 1a

Hi I was able to produce valid PDF/A 1a (not only 1b) for very simple documents. You may use this as a hint for further evaluation. this.writer PdfWriter.getInstance(this.doc out) this.writer.se

license for commercial use - OEM - support contracts

Hello all I 'm currently compiling a list of people who have sent me mails in the past asking me if it 's possible to buy - a license for commercial use (or OEM) - support contracts for iText - speci

Images in RTF Files

Hello! What I am trying to do is something similar to merge fields with a RTF Template. I need to load a logo into a RTF file depending on the name of a company. The logo is on the header so I get t

Subject: signing PDF

Hi I am creating a new project http //weblogs.java.net/blog/felipegaucho/archive/2007/06/introducing_the.html it is already running some features but the PDF details about digital signature and i

Display existing PDF on web

How can I display an existing pdf via a servlet? The examples are clear but only have the case where a new pdf is created and displayed using Document. I have the case where a pdf has already been

Suspicious data: SigDict /ByteRange value

There may be multiple ranges but the crypto plugins shipped with Acrobat don 't like more than two. Don 't ask me why. Paulo ----- Original Message ----- From "Martin Brunecky " <mbrunecky@(protected) >

Sending HASH to external components to getitsigned

Does it mean that signed information (the one the hash is generated from) includes the original document plus some information about the signature (maybe the date)? If that 's not the case the same

TR: Send an email from PDF without server process ??

Hi Could i with Itext add an Button to an AcroForm to send Datas by Mail ? It seems It 's possible with Adobe http //www.ndsu.edu/wwwdev/web_team/resources/emailpdf_doc.pdf Regards Philippe

3D PDF and JavaScript

Have a look at the Add3D plugin in the toolbox. Paulo ----- Original Message ----- From <AHeckmeier@(protected) > To <itext-questions@(protected) > Sent Tuesday June 12 2007 8 0

How to MERGE two pdf 's ?

Hello... I 'm using iText 2.0 and have this cenario The First PDF have a Text (exported from OpenOffice.org) The Second PDF have a borders.. ( a layout... created on OpenOffice.org and exported to

Unicode not displaying

My jasperreport is displaying as /u2122 instead of a greater than equal sign. What font could I use that would work? JRDesignStyle normalStyle new JRDesignStyle() normalStyle.setName

Initial View of PDF to 100% Zoom doesnt work

Hello in the archives i found a post from paulo which suggest http //www.nabble.com/forum/ViewPost.jtp?post 4138560&framed y PdfReader pdf new PdfReader( "abc.pdf ") PdfStamper stp new PdfStam

Bug in FontFactoryImp

Hi if html is <font size "10.0ptf "/ > 10.0ptf gets parsed in Float.parseFloat(value + "f ") in FontFactoryImp if ((value attributes.getProperty(ElementTags.SIZE)) ! null) { s

Using default fonts in PDFA

Hi I want to use the standard Type 1 fonts (e.g. COURIER) within PDFA. It is not possible to embed this font into my pdf document (see BaseFont.createFont). But when I close the document the PdfXCon

PDFStamper Error

When using PDFStamper I am getting the error below. The OS is Windows 2003 and I have expanded the Java Max Heap size from 128mb to 512mb but that doesn 't seem to make a difference. There is plent

Character Spacing and Word Spacing in Column Text

Hi all I use iText 2.0.4 and it 's great! Uh and sorry for this bad english... But one thing I do not understand. The example code at the end of this mail demonstrate my problem. In my program I us

Table with no lines among cells

Hi I have to create a table with no lines among cells just the border around the table. I set the border of these cells as 0 before adding them to table. Problem happens when there are many rows in

RTF: tableFitsPAge() and lone header rows

Hi I 'm creating RTF documents containing several tables. Each table has a header row which is to be repeated if the table spans over more than one page. This is accomplished by calling Table.setT

Sending HASH to external components to get itsigned

The PKCS#7 must be inserted in the pdf before close. There 's no way to "suspend " it and get back at a later time to add the signature. Paulo ----- Original Message ----- From "jortizclaver " <jorti

Send an email from PDF without server process ??

Hi I search to send an email from an PDF created with ITEXT but without result ? I have tried Paragraph p3 new Paragraph(new Chunk( "Click to send mail2 ") .setAction(PdfAction.javaScript(

mailing list troubles

Xavier Le Vourch wrote > It looks like the mailing lists are working again. Yes but unfortunately the flow of mails caused a full INBOX (Quota exceeded) I lost several hours of mail so please do

How to use stylesheet fot parsing HTML ?

Hi I am converting HTML file to PDF . I have used HtmlParse in that. Following is the code HtmlParser parser1 new HtmlParser() try{ String str1 new String( " <blockquote > <div > "+pro

displaying japanese characters in pdf

hi we have a requirement in our project to display japanese characters on pdf using linux Operating System so we are using itext to fulfill our requirement . Using itext we are able to genera

Header footer, or long line

Hi i would like to underline the first line of text in my document. I want the line to span across the entire width of the page. How do you do this? Mike

Fonts and Printing

Hi My document is using itext. But I need use font "Arial " "Dialog " which itext doesn 't support directly. I have to use .ttf file by pointing directly the full path and file name of .ttf in the Wi

Sending HASH to external components to get it signed

Hi I know I have a pretty common problem but I can 't find the way to solve it even after reading all the messages of this forum. I need to get my PDF documents signed by external components. It s

Query while printing Pdf report

Hi I am facing a serious doubt.I am using I-Text to generate reports in pdf format. In the beginning i am setting the property of the page to Pagesize.A4.Rotate. So when the report is
Page 38 of 388 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100