Sherman Chan

Results 10 comments of Sherman Chan

The standard msiexec switches will install PdfScribe silently. The current release could be silently installed with the following command from an elevated (administrator) prompt: `msiexec /i PdfScribeInstall_1.1.3.0.msi /QN` There is...

Hey, thanks for your enhancement! I've been really busy lately so it's going to go onto my list of things to review - I'll get to looking at it as...

Thanks for the enhancement - however, I decided to just go ahead with a simple change that reads the REDMON_DOCNAME environment variable and uses it as the default pdf filename....

This is same as issue #25 - like I mentioned earlier, it's no surprise that an Adobe product would refuse to help defeat encryption, and a third party reader would....

I'm extremely busy right now and haven't done anything with PdfScribe in a while - however, the first priority when I do come back around is to integrate a new...

If you want to try making changes, lines 68-70 in "Program.cs" set ghostscript parameters: ``` String[] ghostScriptArguments = { "-dBATCH", "-dNOPAUSE", "-dSAFER", "-sDEVICE=pdfwrite", String.Format("-sOutputFile={0}", outputFilename), standardInputFilename, "-c", @"[/Creator(PdfScribe " +...

[Pre-release v1.2.1](https://github.com/stchan/PdfScribe/releases/tag/v1.2.1_prerelease) has a fix for this you can try. Set "StripNoRedistill" to "True" in the config file to activate it.

[Prerelease v1.3.1](https://github.com/stchan/PdfScribe/releases/tag/v1.3.1_prerelease) turns off auto rotation (default is /PageByPage)