EvotecIT / PSWritePDF

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

Split-PDF function to change output file index #46

Closed jokulab closed 1 year ago

jokulab commented 1 year ago

Can there be a function to set the _order to 1 instead of 0, so that the output files are named for example: "page1.pdf , page2.pdf , page3.pdf , ..." instead of "page0.pdf , page1.pdf , page2.pdf , ..."

This value has to be able to change : https://github.com/EvotecIT/PSWritePDF/blob/df9116dc7a4782fe7d55eb1151ec1580b295dd6d/Private/Class.Splitter.ps1#L8