pdftilecut
pdftilecut copied to clipboard
Do less string replace
A lot of s = strings.Replace(s, ... is in the code which eats up memory is slow on larger files.
Should have some slices of new objects and only write them up at the end.