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]
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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
--
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
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
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
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
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
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);
21 matches
Mail list logo