Bruno Lowagie <bruno <at> lowagie.com> writes:

> 
> jerry christina wrote:
> > i want to read superscript text from pdf file.
> 
> Open the PDF file with Adobe Reader.
> Look at the screen and read the contents 
> 
> No seriously: your question proves you haven't thought
> about your problem. My guess is that somebody asked you
> a question, now you're asking us. In between the context
> got lost and we have no idea what you mean.
> 
> What do you mean by "superscript text"?
> Why do you want to read that "superscript text"?
> Do you have any idea what a PDF file looks like on the inside?
> 
> Based on your 9-word question, I'd say that what you want
> is impossible to achieve. But maybe the question is not well
> phrased.
> br,
> Bruno
> 
> Attachment (smime.p7s): application/x-pkcs7-signature, 3697 bytes
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> 
> _______________________________________________
> iText-questions mailing list
> iText-questions <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> Buy the iText book: http://itext.ugent.be/itext-in-action/
> 

Thanks for your reply.............

How  can i read the characters or text from the PDF file using PDFReader class
and convert into java string?

How can i find the text contain superscript characters like "X power of 2", here
2 is superscript char?

During PDF file creation  

Chunk chunkObj = new Chunk("This is my text");
chunkObj.setTextRise(8.0f);
doc.add(chunkObj);

How can read this text from the pdf file and find the text as superscript?



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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