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 331 of 388 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

Re: [iText-questions] PDF signing: SigDict /Content illegal
data

At 07 37 AM 3/2/2004 Luis Pascual Forner wrote > I 'm implementing PDF signatures using iText + BouncyCastle >(a Java Cryptography API www.bouncycastle.org). Cool! > Up to the

Please Help me..

Hello all Can anybody tell me the way by which you can stop saving a PDF from IE 5.5 Onwards. I am Itext API to create a PDF document. Any help in this regard would be greatly appreciated. Please

AW: [iText-questions] How to modify a signature dictionary

Hi Luis you need to calculate the signature over the whole PDF (without the contents-data). Therefore it 's the best to - fill the contents-field with a placeholder - write out the whole PDF to

Problem embedding my own font.

Hello IText Guys I am having problems making a pdf using an embedded font and then viewing it using acrobat 6. The font (attached) looks ok and the program I use is just the Chap0902 example wit

PDF signing: SigDict /Content illegal data

Hi I 'm implementing PDF signatures using iText + BouncyCastle (a Java Cryptography API www.bouncycastle.org). Up to the moment I have made a procedure to validate detached PKCS#7 signa

Subject: PS to PDF

Hi there just a short question is there an example or tutorial how to convert Postscript Files to PDF using iText? My Boss used to do this via Ghostscript but now he wants to do it Java...

setLeading(), table.setOffset()

Hi I 'm having major trouble controlling the space between two tables added to a document. writer.getContentByte().setLeading() doesn 't seem to have any effect on the leading. In my impression t

Writing out a PdfPTable

By the way when I 'm adding a PdfPTable to the document and I know that the space from the preceding table should be 5 points less than what will be added now (it 's too much) can I instruct "the

HTML to PDF tables

I 'm new to iText and like what I 've seen so far. I did have some problems converting simple HTML into PDF though. The first column was given 50% of the screen space while the others are mashed to

RE: Line-Screens

PDF Reference Guide Version 1.5 Page 446 HALFTONES <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Content-Type content "text/html charset iso-8859-1 " >

Indirect reference

Hi How can I get the indirect reference from an object?. I need it in order to reference a signature dictionary in a signature field. Thanks in advance Luis Pascual ----------

How to modify a signature dictionary

Hi I need to modify the "/Contents " field from a signature dictionary after "addToBody " it. How can I do?. thanks in advance Luis Pascual -- Si su programa de correo le informa

Adding Text, Check boxfields in RTF

hello I want to know if i can add check box(other form fields) in RTF document using itext apis. If not is there any alternate way.? Thanks Dave <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Trans

Subject: Help !!!

Hi Guys I?m a newbie with Java and with i-text and I really cant understand how to use the sample OutSimplePDF.java to generate a pdf using servlet+jsp ? Please could You guys help me. Thank

Re: Embedding printer commands in a PDF?

Hi Andrzej it depends on the printer type. Some of the Oc? Printers transport printer directives in the pdf file. Such PDF documents can be produced using e.g. Job Submitit http //downloads.o

Table & Paraggraph alignment in RTF Document

Hello All I am a newbie & trying to create an RTF doc with a paragraph & a table. The problem is tabel & paragraph are not left aligned properly. below is my simple code. Please guide me. Tha

Performance?

Hello When I try to create and download a file on the fly on my local development environment total time elapsed when I start operation takes too long. I hade the sample lines in my code and I

RE: Line-Screen

A Line-Screen is used in the printing industry. It describes how many lines per inch a dot-screen is rendered. This applies to half-toning both on laser-printers and offset-presses. For example

Re-Post: Line-Screen

Does anyone have any thoughts on embedding a default line-screen in a PDF with iText I know it 's possible to embed this in a pdf and would be glad to start coding it but does anyone know where

gmane.comp.java.lib.itext.general

Does the iText library have any support for SVG images ? For instance i am generating svg dynamically (svg and xsl) and want to display the images as pdf 's thru a browser. Is their a way to pull

Question regarding PDF conversion to JPG

Hello everyone Once I have splitted my .PDF in several .PDF (1 page per 1 .pdf file) I would like to be able to convert my one page-pdf to a jpg (I have a web app that automatically split and

Concatenating two pdfs.

Hi How can i concatenate two pdfs. provided on of the pdfs already exists on a pre-defined location of m/c hard disk.. Any help in this direction will be highly appreciated Th

Signature contents as hex chain

Hi I 'm trying to add a signature dictionary to a PDF document. When I call the method "SignatureDict.setContents(byte[]) " the "/Contents " field appears as a string (delimited by "( " and ") ")

RE: [iText-questions] Problem using org.xml.sax.InputSource with
   XmlParser

> Hello I 'm a newbie with iText and I 'm trying to create a CF custom tag to wrap around XML code in order to create a PDF. I have the following script where thisTag.generatedContent is a string co

Subject: PdfReader

Hello group I just stubled over iText as I 'm looking for way to extract the text elements of a PDF for storage in a text index (Apache Lucene). But the documentation and examples I found was

<chapter > tag and getting page numbers for XHTML to PDF ge

I understand that the <chapter > tag returns a chapter/page number but its the first thing that appears on the page not where I need it. Is there a way using a HTML tag to get the page number fr

Bookmarks and links

Hello All I have a question about bookmarks and links inside a PDF document processed with iText. When I use itext (vers. 1.02b) to create a new document with watermark from another document b

Embedding printer commands in a PDF?

Is it possible to embed printer directives in a PDF using iText? More specifically I would like to embed directives that select the paper tray that should be used for specific pages in a PDF.

<chapter > tag and getting page numbers for XHTML to PDF genera

Hi I use iText to generate a PDF from a generated XHTML file. In the XHTML I use the <chapter > tag to create a new page. Because the XHTML is generated using conditional logic (XSL) I can

Viewerpreferences sample doesn 't work with acrobat 5.0 and IE

Hi i have to display some i-text generated pdf files with internet explorer. The pdf files are generated just like the example 8 of the i-text site http //www.lowagie.com/iText/tutorial/ch01.htm
Page 331 of 388 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10