I tried these lines to import the original PDF file
to the PdfWriter.
public static void main(String[] args) {
try {
PdfReader pdf_file = new PdfReader("Demo1.pdf");
Document document = new Document();
FileOutputStream file_result = new FileOutputStream("result.pdf");
PdfWriter writer = P
Never mind, I just needed to read the iText FAQ
Thanks for the hard work
Bill Ensley
Bear Printing
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Carsten
Hammer
Sent: Thursday, June 24, 2004 10:17 PM
To: [EMAIL PROTECTED]
Subject: [iText-questions] pdfviewe
What are you using to parse the PDF?
is is the old Adobe Java Viewer?
This is very interesting, I would like to know more.
Bill Ensley
Bear Printing
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Carsten
Hammer
Sent: Thursday, June 24, 2004 10:17 PM
To: [
That's great! I've got it working well now.
Many thanks for your help.
Regards
Richard
On Thu, 24 Jun 2004 16:30:23 +0100, Paulo Soares wrote:
> Document document = new Document();
> ByteArrayOutputStream ba = new ByteArrayOutputStream();
> PdfWriter.getInstance(document, ba);
> ...
> document
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 25 June 2004 10:10, [EMAIL PROTECTED] wrote:
> Chunk cc=new Chunk(" ");
> cc.setNewPage();
> Paragraph newPage=new Paragraph(cc);
> chapter.add(newPage);
This is currently not supported in the r
simple_toc.java - a simple TOC with links, bookmarks and page reordering
mirror_margin.java - mirror margin for odd/even pages
All this at:
http://itextpdf.sourceforge.net
Best Regards,
Paulo Soares
---
This SF.Net email sponsored by Bla
You must use PdfWriter to import the original page and then
place the fields.
There's no way to place the fields directly in an existing
document in the same way as it is done in PdfStamper for
annotations.
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PRO
Putting the XMP data inside the PDF is trivial but that XMP data must be generated
somewhere else.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Bruno
> Sent: Friday, June 25, 2004 9:33 AM
> To: Pablo Rodríguez
> C
Quoting Pablo Rodríguez <[EMAIL PROTECTED]>:
> Hi Bruno,
>
> I would like to suggest an improvement for your iText Java PDF library,
> that is the embedding of xmp metadata for PDF files described at
> http://creativecommons.org/weblog/entry/4270. (Seeing the xmpincl LaTeX
> package, it doesn't s
Hi, I've been searching how to insert newPages in Sections in the mailing
list, but the solutions that I've found don't work.
For example the following works in PDFs not in RTFs
Chunk cc=new Chunk(" ");
cc.setNewPage();
Paragraph newPage=new Paragraph(cc);
Hi,
for anybody interested I packed the pdfviewer example (itext FAQ) as
Java Webstart at http://home.t-online.de/home/carsten.hammer/PDFView.html
Source is there too.
Best regards,
Carsten Hammer
PS: if you look at it the first time dont expect much, it just tries to
show the usage of the adobe
Hi,I'm trying to make a new
field.What I'm doing right now is I make a new document and insert the field
to the new document.So let say I have input.pdf file which contains the
original file and result.pdf which contain only the new fields. So how do I
concantenate them? Is it the right way
Hi
Could tell me if style sheets are supported by iText??
Thanks
krishna
**
This email is the property of Harpo Inc. This transmission may contain
information that is privileged, confidential, and exempt from disclosure
unde
13 matches
Mail list logo