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

Copy PDF Forms with Cold Fusion

I 'm attempting to copy one PDF artwork file and one PDF document with form fields to a single page PDF document. I 'm using Cold Fusion to connect to the iText library and using cfscript to code the do

Number of page

I insert number of page in a file pdf with the following lines //... writer PdfWriter.getInstance(document new FileOutputStream(nomefile)) HeaderFooter header new HeaderFooter(new P

about pdfReader and outline

Pdf Corruption

I have my program in a jar and have itext in the same directory. I then run it using javaw from an icon on my desktop. On my personal computer my program creates the pdf 's perfectly. I have the full

Invalid or Corrupt Signature

Apologies for the long post. I am using iText (Version 1.3) to sign existing signatures fields in a PDF Document (using the Windows Certificate Security method). The signature fields were origina

Re: Problem with iText

foreignman@(protected) wrote > Dear Mr. B. Lowagie I use iText(1.02b) and there was a problem with an > arrangement of elements in a cell of the table (in a > cell(com.lowagie.text.Cell) are lo

Adobe 7 Designer support

I read in another thread that iText does not support Adobe 7 Designer. Are there any plans to add support in the future? If so when? - John ************************************************

unsubscribe?

Hi there how do I unsubscribe? best regards costa

Re: adding an image to a push button field

Since posting my question my code has changed some but I found a solution in another thread. The key was using PdfStamper.getOverContent(1) instead of PdfStamper.getWriter().getDirectContent().

Re: Re: A question about the licenze

> What is the meaning of the word 'sorgent '? > I assume you mean Source Code? Yes excuse for my English... > If you create a document from an applet using iText AS-IS > your applet source

Re: A question about the licenze

Excuse me I want know this > >A program that use library of itext but not modify it must be under the > >terms of the MPL or LGPL license? Then if I have an applet that calculate anything vi

Subject: MetaData

Hi there I was wondering was there a sample of a program that uses iText to extract all metadata and print them to the screen be it in a jTextArea or jTextField is it possible to extract meta

A question about the licenze

A program that use library of itext but not modify it must be under the terms of the MPL or LGPL license? Do you know a link for having those licenses in Italian? Thank you. ---

[iText-questions] [dynamic table length]

hi i 'm using the xml notation for building rtf files. so i have to perform a table with different table rows. sometimes there are 3 rows sometimes there are 5 rows. i would write just one row

PdfPTable and getPageNumber()

I 've seen this question asked before but it wasn 't answered. I am adding a multiple PdfPTable 's on each page. Inside the table the first cell calls getPageNumber() so that I can display something l

Problem merging pdf files

Hi I have problems merging some pdf files containing interative forms. In the first step i created and fill the single pds files. This are ok stored with the variables. In the second step I will

Null pointer exception when trying to set zoom to 100%

Hi all I am getting a null pointer exception when trying to set the zoom to 100% Here is my code Document document new Document(new Rectangle( 500 500)) ByteArrayOutputStream out n

[iText-questions] [total number of pages]

hi i 'm using the RTFWriter (not the RTFWriter2). but the new RtfTotalPageNumber() doesn 't work. can anybody give an solution??? thankz ciao marco

Generation procedure unsuitably designed?

Hi everyone. I never used iText only took a quick glance at code examples and though it looks great by features I noticed one thing that seems a bit odd and quite unsuitable for my needs. Corr

borderless tables?

Hi How do I create a table without borders? I tried "setDefaultCellBorderWidth(0.0f) " but that didn 't do it. Thanks Bear

Table vs PdfPTable confusion

Hi I am confused about which of these classes I should use when I generate my pdf reports. The table class is richer in features and I am very inclined to use it on the other hand I saw in the

need page numbering help

I have a very specific case in my PDF output where the data may run over into additional pages in a certain section. Every other section doesn 't have this problem because I will never "run over " to

number of columns in PdfPTable

Hello Group Please advise me if I can use 27 columns using PdfPTable. or in other words can we have horozontal scrolling. What can be the other reasons for this exception. ExceptionConverter

Controlling pdf viewer

Hi all I would like to know if it is possible to insert some meta data into a pdf document using itext. For example when a user opens my itext generated pdf * I would like the ZoomIn / Zoom

Checkboxes question

I can find a checkbox and it 's current state but I am unable to put a check in the box. I 'm using the code snippet below... PdfReader reader new PdfReader(template) PdfStamper stamp new Pdf

RE: [iText-questions] AskingAgain: fonts are being embedded
even though I don

At 09 06 AM 6/3/2005 David Thielen wrote >If I have unicode text and I don 't know what charsets it may be from (ie it >could be combined Thai and Chinese) it seems to me that I have to use >IDEN

AskingAgain: fonts are being embedded even though I don 't

Hello If I have unicode text and I don 't know what charsets it may be from (ie it could be combined Thai and Chinese) it seems to me that I have to use IDENTITY. Or is there a way around that?

Re: [iText-questions] AskingAgain: fonts are being embedded even
though I don '

David Thielen wrote >Hi > >I get the fonts for my PDF doc using > >Font font FontFactory.getFont(fontName BaseFont.IDENTITY_H false >fontSize style) > See http //itextdocs.lowagie.

AskingAgain: fonts are being embedded even though I don 't want

Hi I get the fonts for my PDF doc using Font font FontFactory.getFont(fontName BaseFont.IDENTITY_H false fontSize style) And when that doesn 't work I do Font font FontFactor

itext table problem

_____ De oliver [mailto amstel_sb@(protected)] Enviado el viernes 03 de junio de 2005 13 58 Para 'itext-questions@(protected) ' Asunto itext table problem He
Page 227 of 388 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100