EvotecIT / PSWritePDF

PowerShell Module to create, edit, split, merge PDF files on Windows / Linux and MacOS
GNU Affero General Public License v3.0
189 stars 20 forks source link

Added Text-Extractionstrategys #40

Closed MathisDukatz closed 1 year ago

MathisDukatz commented 2 years ago

Added the option to change the iText TextExtractionStrategy with a paramater (ExtractionStrategey), because SimpleTextextraction handles text inside tables better, not reading line by line but cell by cell.

PrzemyslawKlys commented 2 years ago

Thank you, will review and approve and release soon.