Skip to content

iText ExtractionStrategy #3

@endintiers

Description

@endintiers

That instance holds the state of the extracted page text. So because you only create one for all pages not one for each page, the GetTextFromPage method doesn't work properly.

Try:
string page = PdfTextExtractor.GetTextFromPage(reader, i, new SimpleTextExtractionStrategy());
instead. Seems wrong I know but that's how it has to be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions