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 115 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Urgent iText Help Required

sandeep1gupta@(protected) wrote > > >Bruno > >We have been using iText for generating PDF through Java. (The input is >also PDF file which gets updated by iText) > >Its been working fine with PDF 1.

how to extract a page content of a PDF, save its stream da

Hiep Tran wrote > Hi members > > > > I would like to extract one or some PDF files save their stream to > disk and after that create a new PDF document adding these stream data > to newly docu

how to extract a page content of a PDF, save its stream data t

Hi members I would like to extract one or some PDF files save their stream to disk and after that create a new PDF document adding these stream data to newly document. I tried to do as below

Subject: pkcs7

Hi all anyone know what is the format of pkcs7 file? I am looking for something like x.509 asn.1 format. I was looking at the spec of pkcs7 there is no format there for the whole pkcs7 but only f

Chapter / section indentation

Hello I currently play arounf a bit with Chapter and Section to see if it fits my needs. I would like to set an indentation for the sections but I get weird behaviour. The titles move over the left

Fail to load document (Solved)

Hi this problem is solved using the code below response.reset() response.setHeader( "Expires " "0 ") response.setHeader( "Cache-Control " "must-revalidate post-check 0 pre-check 0

Subject: Footer rows

I want to print a running footer with 3 rows of text plus the "Page X of Y ". I 've copied the tutorial code and the "Page X of Y " prints fine but I only get 2 footer rows even when I call setFoote

fonts in text elements

Hello all Sorry if this question has been discussed before but I didn 't see it. I 'm trying to use iText to generate a PDF. Sometimes a piece of a sentence needs to be printed in bold face. If I us

Inserting a table

How do I control where a table is inserted?(pdfptable) when I do document.add(table) it writes over the text previously placed with contentbyte.showtext()

File.listFiles() can return null, itext code audit finding

Darryl Miles wrote > and freak NullPointerExceptions can occur. There are major bugs or > security issues relating to this I am just seeking improvement in code > quality with a couple of extra l

File.listFiles() can return null, itext code audit findings

During a code audit I am checking the return value of File.listFiles() is not null. Its probably expected by most programmer for an empty array to be returned or exception however its possible for

Fail to load document (error:3)

Hi all I am repeatedly getting this error when I open a pdf file created by my server. UNABLE TO OPEN DOCUMENT Fail to load document (error 3) 'file ///location/myfile.pdf ' My code to

align text within a ColumnText

Hi all I am using the ColumnText class to put text on an absolute position in a PFD-document. One of the methods within ColumnText is setAlignment. Some tests learned me that the beginning o

iText with jsf

Do you know if anyone is using iText with jsf (java server faces)? It would provide an elegant way to print via browser from jsf. Using something like the post ( or silent servlet) and data merge

pdf creation

I want to apologize for my inability to clearly describe my process. I am a former green screen developer moving to the jsp world. My vocabulary is probably not up to snuff regarding the JSP/jav

Report to multiple formats - problem with pdf cells being

Thomas Moorer wrote > After some experimentation and searching through the list archives I > realized that there is neither a function to set the rowheight nor set > the line spacing. The text in

setAlternatingRowAttribute

Hello I want to generate pdf table with alternate colour rows. How can I make use of com.lowagie.text.Table setAlternatingRowAttribute for changing the colour for alternate rows ? Best Regards A

PdfPTable and Direct Content

Hi I 'm trying to create direct content (i.e. vector-based drawings) and place it in a PdfPCell or at least in the space occupied by specific a PdfPCell but I 'm not sure how to do this exactly sinc

How to disable Auto-Rotate and Center option?

I am not sure my other post went through but I am having problem getting PdfWriter.PrintScalingNone work. I have PdfWriter pdfWriter PdfWriter.getInstance(doc a_out) pdfWriter.setViewerPreferen

How to LEFT align evrything on the document?

Currently I am generating a couple tables with in a document. These tables are very wide (about 50-60 columns). Page size is calculated based on the width of the table. So potentialy this table can b

OT - Compilation problem.

I am trying to run the Register example under Oracle JDeveloper which came with 10g And during the compilation process I receive the error Cannot reference class com.lowagie.tools.arguments.OptionA

Resize a PDF

Hi I am student and for a project I 'm using iText. I want to insert different PDF file ( A4 portrait format) in one PDF (A4 landscape format). And I have 2 problems I want to know if it is poss

newbie question - where to put the existing pdf file?

Hi I was trying to follow the tutorial - manipulating existing pdf files. I 'm confused about the code PdfReader reader new PdfReader( "ChapterSection.pdf ") Where should I put the ChapterSecti

Leading and PDFPTables and PDFPCells

I am having trouble getting leading to work within PDFPTable / PDFPCell. It appears to be ignoring leading no matter what level I place it at. If I remove the ImageI saw a few other posts in regard

Removing a signature only

I wonder if there is any easy way of removing a PDF signature while keeping the rest of the document intact. thanx in advance. Anders

How to don 't allow to remove any signatures fromthe signed

Encrypt the PDF. Paulo ----- Original Message ----- From "AnhTuan Nguyen " <anhtuantt@(protected) > To "Post all your questions about iText here " <itext-questions@(protected) > Sent Wednesda

Upgraded from 1.2.3 to 1.4 and having issues withDocument.

I 've no idea. Post a link to all the files needed to reproduce the problem. Paulo ----- Original Message ----- From "Jeff Randolph " <Bigscout79@(protected) > To <itext-questions@(protected)

How to find the Text Alignment of an AcroField

I am trying to extract the TextAlignment of an AcroField. I am looking under the /AP- >/Resources- >/Font and /AP- >Resources- >/ProcSet I have also consulted section 3.6 (Document Structure) of the PDF

Draw System.Drawing.Graphics Object into a pdf

Dear iTexter I 've got so i hope a small problem regarding the drawing of a normal .NET Graphics object onto a pdf page. The error message i get is "System.Drawing.Graphics can not be convert to iT

How to don 't allow to remove any signatures from the signed PD

Hi All After signing the PDF my signatures can be removed from PDF file (a signed field is selected and the delete key was pressed). If you can please help me know the way that any user can 't
Page 115 of 388 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100