Clouz / PDFUnisci

Merge and split PDF with a simple right click

Home Page:https://clouz.github.io/PDFUnisci/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changed 1 line so split files dont come in a sub directory

stefan-STMODE opened this issue · comments

Hello Clouz, I love this simpel tool. i changed 1 line, maybe u can make it optional also?

I needed the splitted files in the same directory

So i changed line 225 in PDFInterface.cs
//string outFiles = OutDir + Path.AltDirectorySeparatorChar + Path.GetFileNameWithoutExtension(InFiles);
string outFiles = OutDir;