In facte I use

(...)
PdfCopyFields copy = new PdfCopyFields(new 
FileOutputStream("D:/docs/multi.pdf"));
for(int i=0;i<n;i++)
{
   (...)
   I make one pdf
   (...)
   PdfReader rf = new PdfReader(temp.getCanonicalPath());
   copy.addDocument(rf);
}
copy.close();
(...)

How to use the pdfSmartCopy ?

More I don't understand what's tou xant to say by "WORKAROUND"


Thanks

-----E-mail d'origine-----
De : Bruno Lowagie (iText) <[EMAIL PROTECTED]>
A : Post all your questions about iText here 
<[email protected]>
Envoyé le : Mardi 21 Aoû 2007 15:14
Sujet : Re: [iText-questions] Re :  direct-mail and manipulation of pdf










[EMAIL PROTECTED] wrote:
>
> Hello,
> I try to use
> http://itext.ugent.be/articles/eid-pdf/index.php#template

I try to explain that this was a WORKAROUND,
and that you should use your original PdfCopy code,
but REPLACE PdfCopy with PdfSmartCopy.

> The problem is that I lose my font ... saving in the pdf form.

That's not entirely true, but let's not go into details.

> More I was using setField in my first method and so the font were
> conserving.
> I used in my old method the faq method of Itext to add Image

Please use what you call your 'first method' and replace
PdfCopy with PdfSmartCopy.
br,
Bruno

-------------------------------------------------------------------------

This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/







-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to