MAYUR JANSARI
MAYUR JANSARI
File contains private details so i can mail you
Also some unicode characters height is zero
getting the correct order of every text in pdf. some 1% text is missing because it contains some Unicode letters. when test same pdf in pdfsharp or pdfbox using ikvm...
Please give me your mail so I will send a file. its a private document so not able to share in public. use page.getwords() it gives the words but not...
Yes, its multi-paragraph at same y location start. Please check your mail for the file.
Tested more than 25 documents and 6 different types of It works like a charm but still one of the document types still two word mix when use `page.text` Sending...
Just Sending the different type of pdf that contains columns that mix two different columns of text. pdfpig.0.0.6.35.1 work great for sent 2 days ago file format. tested more than...
File contains some private details so i can mail you
Actually, I have idea, but I don't know it work or not. Create Unconstrained column or column and row (pdfCell) as size of page It will assign as DirectCanvas. so...
if you want new line, try. ``` var text = ""; using (PdfDocument document = PdfDocument.Open(file.FullName)) { foreach (Page page in document.GetPages()) { text += ContentOrderTextExtractor.GetText(page); } } result.Add(new Invoice(file.Name,...