Hello people, 

I'm trying unsuccessfully to read a PDF that has in its pages 1, 2 and 3 
columns. I know the width of each of them but do not know how to read them. 

Currently I read a page with 1 column with the code below: 

ExtractText = PdfTextExtractor.GetTextFromPage (PdfReader, page, strategy); 

I know I need to use RegionTextRenderFilter and LocationTextExtractionStrategy. 
Can someone post a snippet of code that do this reading columns? 


Thank you.                                        
------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to