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 222 of 388 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Headers problem ...

/*************************************************************************** *********************************************************** Greetings to all ... and keep going with this great job ...

help on Two TextFields with the same name

Dear help I try to create two text fields with the same name "CreditCard ". I try to set the value "Visa ". But please see the attaced pdf. "Visa " doesn 't apppear when I open test.pdf. As I cl

Out of memory copying pdf documents

Hi i 'm trying to append a large number (about 2000 or more) of small pdf documents (1 or 2 pages) in single document by my program runs out of memory in a short time. This is my code p

Itext xml specifications

Hello My name is Keith and I 'm using your iText library in a large commercial application to generate a variety of reports from a pretty wide range of data. We 've decided to take the route of

images in RTF not aligning properly

Hello I am using the setAligment() method with arguments of Image.LEFT Image.MIDDLE and Image.RIGHT and it works properly only if the image is the last element added to the page. An

offset doesnt work at beginning of new page

Hello I have several tables and header in my PDF file. I set table has to fit into page true table.setTableFitsPage(true) And I set the offset is table.setOffset(28) In the first page

Absolute positioning of elements ?

Hi I 'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables images and text. The problem is that I need to positio

AW: [iText-questions] Help in superimposing text on an existing P
   DF FIle

Hi amit maybe you can work around your problem by overlaying form fields on your PDF (maybe read-only fields if you don 't want the user to change anything). It 's easy to get the form field posi

Re: [iText-questions] Help in superimposing text on an existing PDF
FIle

Amit wrote >I want to use iText to fill in the information and >allow users to take a printout of the pre-populated >form. I am able to add the information to the PDF file >using PdfWriter and

Re: Form Filling is not working

I got the solution. Problem was below When getting an object of 'PdfStamper ' two different constructors are provided. (Method-1) obj_pdfStamper new PdfStamper(obj_pdfReader obj_fos)

Help in superimposing text on an existing PDF FIle

Hi I have an existing PDF file that defines the layout for a form. (Not an Acrobat form you can call it non-fillable form. There are no input fields. Currently you need to take a printout and f

Problem with ColumnText

Hi all I am looking for an elegant way to place and label objects like a "roundRectangle " using ColumnText. My current solution is to use a scaled transparent 1x1 gif (provided with setGeneri

Help Needed - Image Tag

Hi We are using iText to generate PDF. In the XSL we are using the tag <image url "gif URL " > to include images in the PDF. We are able to specify the image URL in either one of the following w

Auto print using script

Running the simple example provided by the WebSite - > "Silent Printing ". I 've tried it and it prints unfortunately the paper is blank after the print. I 've tried from different machines using dif

Re: XFA Forms Support

Leonard Rosenthol <leonardr <at > pdfsages.com > writes > ????????????????Then you > are going to need to extract the XFA data parse it manipulate it and > then put it back. > > ??however it i

separationInfo

Could any one tell me How to add a separationInfo dictionary into an imported Page object. Thanks Jack Zhang

removing metadata from existing PDF documents

Hi Leonard > pdftk - it 's based on iText. thanks will have a look at it! Florian

Form Filling is not working

Hi folks I tried to update values for checkbox radio button and text fields but I 'm dud. I am using append mode to save signature of invalid. I noticed that if there are such fields which nam

XFA Forms Support

In Acrobat 6.0 the target action to take based upon a button on a form was stored in the acroform under the key /A /F. It seems that in Acrobat 7 however the adobe designer uses XFA Forms to sto

Re: [iText-questions] removing metadata from existing PDF
documents

At 02 17 PM 6/20/2005 Florian Effenberger wrote > > pdf-tools APSetInfo PDF Enhancer etc... > >They all seem to be commercial. Do you know of any freeware or open source >product?

removing metadata from existing PDF documents

Hi Leonard > If all that is going to happen to the document is viewing and > printing - then sure it won 't matter since that info won 't be used. > > HOWEVER if those documen

out of memory error on certain TIFF images

I use iText to parse TIFF images (get 2 JPEGs from it) and then embedd them into PDF. For some TIFFs I get the following exception [6/14/05 9 53 57 347 CDT] 6574d2a6 SystemErr R java.lang

Adobe Reader 7.0

I am generating pdf using itext. I am using Adobe Reader 7.0. When trying to open the pdf file I receive the message "File does not begin with '%PDF- '. " It is totally random. I can open the sam

Re: [iText-questions] removing metadata from existing PDF
documents

At 04 00 AM 6/20/2005 Florian Effenberger wrote > > No you REALLY do not! It is EXTREMELY important that that > > information be present in the PDF as it aids in diagnostics by PDF > >

Token Type Not Recognized

I am importing pages from PDF documents containing images only and writing text using showText after setting font and text matrix. Occasionally I get "token type not recognized " when I open the outpu

removing metadata from existing PDF documents

Hi Leonard > No you REALLY do not! It is EXTREMELY important that that > information be present in the PDF as it aids in diagnostics by PDF > consumers downstream. If you blank it

Re: [iText-questions] removing metadata from existing PDF
documents

At 04 26 PM 6/19/2005 Florian Effenberger wrote >I don 't want anyone to know what program my PDFs were created with that 's >why I want to remove the metadata. Call me paranoid but I want to kee

removing metadata from existing PDF documents

Hi Leonard > Just out of curiosity why would you want to do that? [...] > Those should NEVER be changed/removed. That information is > EXTREMELY important for use in determining the "pedigr

Re: [iText-questions] removing metadata from existing PDF
documents

At 11 23 AM 6/19/2005 Florian Effenberger wrote >I 'm looking for a solution to remove metadata from existing PDF documents. Just out of curiosity why would you want to do that? >i

removing metadata from existing PDF documents

Hello I 'm looking for a solution to remove metadata from existing PDF documents. iText is capable of adding encryption after a PDF document has been created with any application so I thought
Page 222 of 388 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100