You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: