Giter Site home page Giter Site logo

primejoker / pdfscribe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stchan/pdfscribe

0.0 0.0 0.0 35.92 MB

A PDF virtual printer for 64-bit Windows / .NET 4.8 or later

License: GNU Affero General Public License v3.0

C# 54.60% Batchfile 0.40% Rich Text Format 45.00%

pdfscribe's Introduction

PdfScribe v1.3.2

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

System Requirements

  • 64-bit Windows
  • .NET Framework 4.8 or later

Building from source

Visual Studio 2022/Votive 2022, and Wix 3.11 (or newer) 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

PdfScribe is AGPLv3+.

Configuration

In the application config file (PdfScribe.exe.config), there are the following 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. Note that a literal % character cannot be used even though it is legal in a Windows filename.
  • OpenAfterCreating - set value to true if you want the PDF automatically opened with the default viewer. This setting is ignored if the file extension is not .PDF
  • StripNoRedistill - set to true if you want PdfScribe to remove any postscript that prevents printing of secured PDFs (see issues #25,#33 for details). A separate pass of the postscript output needs to be made, so only set to true if needed.

Known Issues

  • Check repo issues for the latest.

Release notes

v1.3.2

  • Set GS AutoRotatePages to /None (issue #32)

v1.3.0

  • Added StripNoRedistill option (fix for issue #33).

v1.1.5

  • Maintenance release, no new functionality. Link to Ghostscript 10.0, locally compiled redmon64pdfscribe.dll.

v1.1.3

  • Set output filename dialog box - PDF filename defaults to redmon document name. Inspired by changes @rainmakerho made (Pull request #36)

v1.1.2

  • Complete fix for issue #26 by @Zhuangkh (Pull request #40)
  • .NET 4.8 required

v1.1.0

  • Redmon modification for issue #17 by @mca0815

v1.0.9

  • Redmon modification for issue #17 by @tahoop (Dialog box for filename not appearing).

v1.0.8

  • Partial fix for issue #26 (bug with filename containing unicode/utf8 letters)

v1.0.7

  • Fix for issue #13 (Couldn't use environment variable in output filename).
  • Now defaults to use the print spooler rather than direct printing. (issue #14)

v1.0.6

  • Added option to automatically open PDF in the default viewer (enhancement request from issue #4).

v1.0.5

  • Installer package now properly removes older versions during a major upgrade. If you are upgrading from v1.0.4 or older, manually remove the old version first - the UninstallPrinter custom action is never called during an upgrade.

To do

  • 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

pdfscribe's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.