Re: [iText-questions] How to embedone externalFile toThe PDFdocument

2007-10-04 Thread Mishra, Manisha (IT)
Thanks for all your help. Sorry to bother you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: October 04, 2007 6:54 PM To: Post all your questions about iText here Subject: Re: [iText-questions] How to embedone externalFile to

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-04 Thread Dan Kaplan
Although Paulo's suggestion is helpful, I decided to go with something else that's easier for my program to use (since I'm using flying saucer). I thought I'd share it to help the next person: I made it so that all the anchors I add use javascript where they set app.pageNum = x. You're allowed to

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
I ended up using pdfcopy by adding imported pages, each page twice. Then define cropbox on each page accordingly. The result pdf is almost as large as the original one, even though the # of pages are doubled. This is better than my original solution, but still has unnecessary references for t

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
Thanks a bunch, Mark, for the detailed analysis. It's very clear and helpful for a pdf novice like me. To make things worse, I not only need to parse this pdf, but would need to run the same code against many docs. The good news is that these docs are all produced by the same pdf printer. I

Re: [iText-questions] remove content from a page

2007-10-04 Thread Mark Storer
No bueno. Each of those slides is made up of a collection of resources & drawing commands. To determine where one ends and the other starts (and which one is which), you'd need to parse the page's content stream. !trivial. iText includes a basic content tokenizer, but beyond that you're in for

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
ic. here's the file. http://www.filesend.net/download.php?f=b553c4d88b64bf8cb4ac31f59a2e43a9 (download button will appear at the bottom left cornor) Ted - Original Message From: Paulo Soares <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, October 4

Re: [iText-questions] remove content from a page

2007-10-04 Thread Mark Storer
The general solution is Hard. You have to determine which resources (XObjects, fonts, and so forth) no longer falls within the page bounds by parsing the page's content stream and calculating the bounding box of each use of each resource. Your specific case may be Very Easy, but it's difficult to

Re: [iText-questions] Text Selection question

2007-10-04 Thread Mark Storer
If this is a PDF you're building with iText, there's some small hope. If not, then... not so much. I can think of a couple ways to create non-selectable text... though creating them in iText will take some work. 1) Create a font with no/invalid character mapping. For example: a font subset usin

[iText-questions] Text Selection question

2007-10-04 Thread mlindeboom
Is there a way to disable selection of specific text? I have a pdf report that will contain super scripts. I want the text in the report to be selectable and the super scripts to be visible but not selectable. thanks Michael -- View this message in context: http://www.nabble.com/Text-Selection

Re: [iText-questions] remove content from a page

2007-10-04 Thread Paulo Soares
Post a link to the PDF. Removing content can range from easy to impossible. Paulo - Original Message - From: "Ted Chen" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Thursday, October 04, 2007 7:03 PM Subject: Re: [iText-questions] remove content from a page

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
Any suggestions? Thanks! - Original Message From: Ted Chen <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net Sent: Monday, October 1, 2007 12:08:30 PM Subject: [iText-questions] remove content from a page This might be a pdf newbie's question. The pdf file I have contain

Re: [iText-questions] OMR Marking

2007-10-04 Thread Manoj
Paulo, Will it be possible for you to further elaborate it. As i am very confused about the whole thing. On 10/4/07, Paulo Soares <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Manoj > > Sent: Thursday,

Re: [iText-questions] Pages extraction : performances issues

2007-10-04 Thread Paulo Soares
You can set "Document.plainRandomAccess=true" to have the old behavior. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eric Vray > Sent: Monday, October 01, 2007 1:59 PM > To: iText mailing list > Subject: [iText-questions] Pages extracti

Re: [iText-questions] OMR Marking

2007-10-04 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Manoj > Sent: Thursday, October 04, 2007 8:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] OMR Marking > > Hi, > > Would like to know if we can do OMR Marking in

Re: [iText-questions] How to embed one externalFile toThe PDFdocument

2007-10-04 Thread Bruno Lowagie (iText)
Mishra, Manisha (IT) wrote: > Well. > So is there any way I can see the contents of word and excel files in > PDF? Do you know the Simpsons episode where Homer and Apu go to India to see the owner of the Kwik-e-Mart? Visitors are allowed to ask three questions (and only three questions). Apu want

Re: [iText-questions] How to embed one externalFile toThe PDFdocument

2007-10-04 Thread Mishra, Manisha (IT)
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-question

Re: [iText-questions] How to embed one external File toThe PDFdocument

2007-10-04 Thread Bruno Lowagie (iText)
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 t

Re: [iText-questions] How to embed one external File toThe PDFdocument

2007-10-04 Thread Mishra, Manisha (IT)
Just one more question. Will the external file content will come as the part of the PDF document or it will come as one ICON on PDF and user has to click on that to get the contents. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Se

Re: [iText-questions] How to embed one external File to The PDFdocument

2007-10-04 Thread Bruno Lowagie (iText)
Mishra, Manisha (IT) wrote: > My requirement is to create one PDF document which will contain data, > images and the contents of external files of specified types. > Is it possible? Hmm, haven't I just answered that question??? You'll have to specify what you want. Do you want to CONVERT Word or

Re: [iText-questions] How to embed one external File to The PDFdocument

2007-10-04 Thread Mishra, Manisha (IT)
My requirement is to create one PDF document which will contain data, images and the contents of external files of specified types. Is it possible? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: October 04, 2007 5:01 PM To: P

Re: [iText-questions] How to embed one external File to The PDF document

2007-10-04 Thread Bruno Lowagie (iText)
Mishra, Manisha (IT) wrote: > My requirement is to Embed external files to the PDF for example the > file can be a doc,xls,txt ,jpeg,gif ,pdf file. > Is it possible to do so. > If yes please let me know the solution for the same. I assume that by 'embedding' you mean 'attaching'. I'm not sure if

[iText-questions] How to embed one external File to The PDF document

2007-10-04 Thread Mishra, Manisha (IT)
Hi, I am generating one PDF document using I-TextSharp. My application is in .net 2003 c#. My requirement is to Embed external files to the PDF for example the file can be a doc,xls,txt ,jpeg,gif ,pdf file. Is it possible to do so. If yes please let me know the solution for the same. Thanks,

[iText-questions] How to embed one external File to The PDF document

2007-10-04 Thread Mishra, Manisha (IT)
Hi, I am generating one PDF document using I-TextSharp. My application is in .net 2003 c#. My requirement is to Embed external files to the PDF for example the file can be a doc,xls,txt ,jpeg,gif ,pdf file. Is it possible to do so. If yes please let me know the solution for the same. Thanks,

[iText-questions] OMR Marking

2007-10-04 Thread Manoj
Hi, Would like to know if we can do OMR Marking in the PDF generated using iText. Thank you. -- Regards, Manoj - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now S