-1

I got this function of itextsharp library to extract pdf text line by line:

PdfTextExtractor.GetTextFromPage(reader, page);

...but I need to put ENTER at every line every end of line of pdf even if there is empty row it should read empty row.

4

2 に答える 2

0

次のリンクを参照してください。

  1. http://api.itextpdf.com/index.html?com/itextpdf/text/pdf/parser/PdfTextExtractor.html

  2. スタックオーバーフローのリンク: Itextsharp テキスト抽出

于 2013-05-06T06:10:28.080 に答える