Go to file
2017-12-27 02:51:02 -05:00
Common cleaned up AssemblyInfo 2017-12-24 02:26:00 -05:00
Lib removed unneeded DLLs 2017-12-24 02:32:00 -05:00
PdfScribe changed default to ask user for filename, and default dir to userprofile 2017-05-14 01:39:38 -04:00
PdfScribeCore Removed unneeded Reference 2017-12-24 02:26:27 -05:00
PdfScribeInstall Removed WindowsAPICodePack components 2017-12-24 02:33:28 -05:00
PdfScribeInstallCustomAction Removed PrimaryOutputHarvest postbuild events, literal references, and directory - Installer is now part of the PdfScribe solution - VS 2013 Community (free) can use Votive. 2015-05-30 13:18:56 -04:00
PdfScribeUnitTests Changed installer version requirement to 500 - needed for MSI to install on Windows 8 2014-05-02 19:02:35 -04:00
.gitignore added defaults to .gitignore 2017-12-27 02:51:02 -05:00
PdfScribe.sln Removed PrimaryOutputHarvest postbuild events, literal references, and directory - Installer is now part of the PdfScribe solution - VS 2013 Community (free) can use Votive. 2015-05-30 13:18:56 -04:00
README.md To do list update 2017-11-03 03:31:15 -04:00

PdfScribe v1.0.4

PdfScribe is a PDF virtual printer. Check the releases page for this project to download a prebuilt MSI package.

System Requirements

  • 64-bit Windows Vista or later
  • .NET Framework 4.0 or later

Building from source

Visual Studio 2015, Wix 3.11, and Votive 2015 are required to build PdfScribe.

PdfScribe links to, and distributes the following third party components:

  • Microsoft Postscript Printer Driver (V3)
  • Ghostscript (64-bit)
  • Redmon 1.9 (64-bit)

License

Ghostscript and Redmon are distributed under LGPL v3, so PdfScribe is bound by that license.

Configuration

In the application config file (PdfScribe.exe.config), there are two settings in the "applicationSettings" element:

  • AskUserForOutputFilename - set value to true if you want PdfScribe to ask the user where to save the PDF.
  • OutputFile - if there is a constant filename you want the PDF to be saved to, set its value here. Environment variables can be used. PdfScribe will overwrite each time. This setting is ignored if AskUserForOutputFilename is set to true.

To do

  • Add more page sizes (currently only US Letter is supported)
  • Allow auto-generated filenames with sequence numbers if the user doesn't want to overwrite (ex: OUTPUT-001.PDF, OUTPUT-002.PDF, etc)
  • Allow file appending if OutputFile setting is used.
  • GUI for configuration
  • Watermarking output