Well.
So is there any way I can see the contents of word and excel files in
PDF? 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Bruno Lowagie (iText)
Sent: October 04, 2007 5:25 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] How to embed one externalFile toThe
PDFdocument

Mishra, Manisha (IT) wrote:
> Will the external file content will come as the  part of the PDF 
> document

By this you probably mean: will the content of the external file be
converted to PDF? That's not embedding, that's converting:
the original file is lost. iText can't convert Word docs or XLS to PDF,
but it can convert txt, jpeg, jpeg2000, TIFF, gif, png, and other files
to PDF. In some cases, the original bytes are conserved, in other cases,
they are replaced by other bytes specific to PDF. You will see the same
thing in the PDF as in the original file, but the bits and bytes will be
different.

> or it will come as one ICON on PDF and user has to click on that to 
> get the contents.

That's typical when you EMBED external files. The external files are
taken AS-IS and added to the PDF. There are different ways to do this.
If you want them to be accessible through an icon, that's possible, but
it's not necessary. All this is explained in the Wiki.

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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.

-------------------------------------------------------------------------
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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to