[iText-questions] read text formatting

2011-01-20 Thread Rupesh Swami
is it possible to extract the location and formatting information existing PDF file? i dont want to create PDF viewer. I simply want to extract text from existing file(with location and Formatting info) -- Please, consider your environmental responsibility. Before printing this e-mail ask yoursel

[iText-questions] idnetify Paragraph and formatting in Pdf

2011-01-18 Thread Rupesh Swami
Hi expert, i want to created tagged PDF . I am using existing PDF and read the contents and create a new PDF with tag. Following code works well but i am unable to read the formatting of existing pdf. In following code i comment the code which split the page content on the base of new line characte

[iText-questions] Add document tag to PDF

2011-01-13 Thread Rupesh Swami
Hi all, i create the PDF with iTextSharp. now i want to add document tag(or image) to PDF. so how can i create PDF with document Tag. Please advice or give some helpful link -- Please, consider your environmental responsibility. Before printing this e-mail ask yourself: "Do I need a hard copy?" -

[iText-questions] Read PDF with formatting

2011-01-12 Thread Rupesh Swami
Hi Expert, i want to read a PDF from iTextSharp.dll with formatting. i dont want to create a pdf viewer. I just want to read PDF, extract all formatting in variables and create a new pdf on the base of these variables. so is it possible to read formatting of any PDF file? if yes then please give s

[iText-questions] Read PDF with formatting

2011-01-11 Thread Rupesh Swami
hi expert, i am new to iTextSharp. I want to read PDF without loss of formatting. Please provide some guide/helpful link so i can start. i am able to read simple pdf without formatting. -- Please, consider your environmental responsibility. Before printing this e-mail ask yourself: "Do I need a h

[iText-questions] Need help: [How to export a report to pdf format on fly using itext]

2008-03-31 Thread swami deepa
Hi, I am stuck with one problem In our website we create a report and snapshots on fly i.e. dynamically.I want to export and save then as .pdf file when user clicks on download button. Please guide me how to do this using iText. Waiting for reply. Thanks.

[iText-questions] pdf attachment problem

2004-12-29 Thread swami
how can I attach a pdf document that is dynamically generated in a jsp page to a local mail client (outlook express) , the client machine uses adobe reader 5.0.5 and doesn't have a sendMail plug-in. The pdf is generated in the server as a byte array stream and populated in a jsp page. the pdf docu