[iText-questions] loading PDF File

2004-05-06 Thread David Bernat
Hello, I am trying to modify an existing PDF file. This problem really drives me crazy. I do not manage to load in the PDFWriter the Document object corresponding to my PDF file Can someone help me ? Thanks ! my e-mail: [EMAIL PROTECTED]

[iText-questions] Using PDFStamper to preserve tagging while inserting a page

2004-05-06 Thread Jesse Anderson
I am having a heck of a time trying to insert a page between pages 1 & 2. The inserted page has some dynamic content. The original document is tagged so it can reflow for Pocket PC readers. Stamping works great to preserve tagging, but I cannot figure out how to insert a page using the stamper alon

[iText-questions] Virtual Image Rotation

2004-05-06 Thread Gurmeet Singh
Hi, I am creating signs in pdf ( consisting of images and text ) One of the requirements is to create two signs on the same pdf which are virtual mirror of each other. So that when the page is folded in the middle, both sides will display the same image and information. What this would mean th

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2004-05-06 Thread Frank_Zhou
I will be out of the office starting 05/06/2004 and will not return until 05/08/2004. I will respond to your message when I return. --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Erics

[iText-questions] List inside Table Cell

2004-05-06 Thread Michael
Hello, Would any one give me an example how to use List inside Table Cell? Please I've tried add List in Cell as cell.add(list) also tried as cell.add(phrase) where phrase.add(list) as result all list items in one line and no symbol at beginning of every list item. Am I missing anything? Thank

[iText-questions] Inserting pages from one pdf into the middle of another

2004-05-06 Thread Paul Krasucki
I am trying to open two pdf files and insert the contents of one file into the middle of another (before a bookmarked page). Simplistic way using PdfStamper (see the code) doesn't work. Any suggestions? Thanks, -Paul import com.lowagie.text.pdf.PdfImportedPage; import com.lowagie.text.pdf.PdfRead

[iText-questions] Inserting pages from one pdf into the middle of another

2004-05-06 Thread Paul Krasucki
I am trying to open two pdf files and insert the contents of one file into the middle of another (before a bookmarked page). Simplistic way using PdfStamper (see the code) doesn't work. Any suggestions? Thanks, -Paul import com.lowagie.text.pdf.PdfImportedPage; import com.lowagie.text.pdf.PdfRead

Re: [iText-questions] Convert doc to pdf

2004-05-06 Thread Leonard Rosenthol
At 02:13 PM 5/6/2004, Marcio Mesti wrote: I need convert document .doc in .pdf and include water mark in all pages. On what OS platform? iText can't do this, but there are other options... Leonard --- Leona

RE: [iText-questions] Convert doc to pdf

2004-05-06 Thread Bill Ensley
You either need to write your own .doc parser, or Jakarta has an expirimental .doc parser in it's POI project. Either way, it's not pretty. Bill Ensley Bear Printing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcio Mesti Sent: Thursday, May 06, 2004 1

[iText-questions] Convert doc to pdf

2004-05-06 Thread Marcio Mesti
Hi, I need convert document .doc in .pdf and include water mark in all pages. Thanks. -- Marcio Mesti (11) 7192-9393 [EMAIL PROTECTED] Mesti & Benito Informática www.mestibenito.com.br --- This SF.Net email is sponsored by Sleepycat Soft

RE: [iText-questions] Signing a PDF file

2004-05-06 Thread Paulo Soares
Someone was working on that but there was no code contributions. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Graham Leggett > Sent: Thursday, May 06, 2004 3:15 PM > To: [EMAIL PROTECTED] > Subject: [iText-question

[iText-questions] Generating labels with iText

2004-05-06 Thread john strecker
Rather than purchasing labelmaking software, I was wondering if anyone on this list has generated labels(shipping, catlog etc) using iText?. We have a web app and wish to generate the label on the server,download to the client to print. I would image I would still need the appropriate print dri

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2004-05-06 Thread Frank_Zhou
I will be out of the office starting 05/06/2004 and will not return until 05/08/2004. I will respond to your message when I return. --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Erics

Re: [iText-questions] Signing a PDF file

2004-05-06 Thread Leonard Rosenthol
At 10:14 AM 5/6/2004, Graham Leggett wrote: In the docs it says that it is possible to encrypt and password protect a PDF file. Is it possible to sign a PDF file with a digital certificate? It is, technically, but iText doesn't support this feature at this time. Leonard --

[iText-questions] Signing a PDF file

2004-05-06 Thread Graham Leggett
Hi all, In the docs it says that it is possible to encrypt and password protect a PDF file. Is it possible to sign a PDF file with a digital certificate? The archives show that someone was working on this, but I'm not sure if this has got anywhere. Regards, Graham --

[iText-questions] Merging XML

2004-05-06 Thread Marcus Müller
Hi there,   I'm a beginner to iText and I think my question can be easily solved - i can't manage the problem though...   Here it is:   I generated a PDF from an XML File which contains a table with its columns. This works good, but here's the problem: I have a second XML file which contains

RE: [iText-questions] Fonts

2004-05-06 Thread Paulo Soares
http://www.lowagie.com/iText/tutorial/ch09.html#truetype > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 1:06 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Fonts > > Hi > > Does anybod

[iText-questions] Fonts

2004-05-06 Thread melsom
Hi Does anybody know how I can use the font Arial in iText for generating PDFs? Thanks for your help! regards Bent Melsom --- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent u

RE: [iText-questions] Problems with barcode 128

2004-05-06 Thread Paulo Soares
It only starts with  C if the first 2 digits are numeric.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Susanne KaulSent: Thursday, May 06, 2004 11:03 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] Problems with barcode 12

[iText-questions] Problems with barcode 128

2004-05-06 Thread Susanne Kaul
   Hi,   I have a problem while generating a barcode 128.   The method 'setCode(content)' of the Barcode128 class seems to switch encoding automatically to the subset C when first the numeric character in the datacontent is found. Is it possible to make sure that the subset C begins later

[iText-questions] RE: XMP & iText

2004-05-06 Thread Paulo Soares
To do it in PdfWriter: PdfStream xmp = new PdfStream("xmp text".getBytes("UTF-8")); xmp.put(PdfName.TYPE, PdfName.METADATA); xmp.put(PdfName.SUBTYPE, new PdfName("XML")); PdfIndirectReference ref = writer.addToBody(xmp).getIndirectReference(); writer.getExtraCatalog().put(PdfName.METADATA, ref);