All Projects → stchan → Pdfscribe

stchan / Pdfscribe

A PDF virtual printer for 64-bit Windows 7 / 2008R2 or later.

Projects that are alternatives of or similar to Pdfscribe

Officeproducer
Produce doc/docx/pdf format from doc/docx template
Stars: ✭ 95 (-10.38%)
Mutual labels:  pdf
Mit Deep Learning Book Pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Stars: ✭ 9,859 (+9200.94%)
Mutual labels:  pdf
I7j Pdfhtml
pdfHTML is an iText 7 add-on for Java that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.
Stars: ✭ 104 (-1.89%)
Mutual labels:  pdf
Pris
A language for designing slides
Stars: ✭ 97 (-8.49%)
Mutual labels:  pdf
Mustangproject
Open Source Java e-Invoicing library, validator and tool (Factur-X/ZUGFeRD, UNCEFACT/CII XRechnung)
Stars: ✭ 98 (-7.55%)
Mutual labels:  pdf
Htmldoc
HTML Conversion Software
Stars: ✭ 99 (-6.6%)
Mutual labels:  pdf
Android Databinding
this is the databinding framework of android . help to binding data to the view.
Stars: ✭ 93 (-12.26%)
Mutual labels:  pdf
Pdf
Simple http microservice that converts Word documents to PDF
Stars: ✭ 107 (+0.94%)
Mutual labels:  pdf
Tabula Py
Simple wrapper of tabula-java: extract table from PDF into pandas DataFrame
Stars: ✭ 1,351 (+1174.53%)
Mutual labels:  pdf
Fbpdf
A small framebuffer pdf, djvu, epub, xps, and cbz viewer
Stars: ✭ 103 (-2.83%)
Mutual labels:  pdf
Exams
Past Exams for UC Berkeley EECS Courses. PR more if you have!
Stars: ✭ 97 (-8.49%)
Mutual labels:  pdf
Pdf Generator
Cordova plugin to generate pdf in the client-side
Stars: ✭ 98 (-7.55%)
Mutual labels:  pdf
Pdflayouttextstripper
Converts a pdf file into a text file while keeping the layout of the original pdf. Useful to extract the content from a table in a pdf file for instance. This is a subclass of PDFTextStripper class (from the Apache PDFBox library).
Stars: ✭ 1,369 (+1191.51%)
Mutual labels:  pdf
Canvas2pdf
Export your HTML canvas to PDF
Stars: ✭ 96 (-9.43%)
Mutual labels:  pdf
Electron Render Service
Microservice for rendering PDF/PNG/JPEG from HTML with Electron
Stars: ✭ 104 (-1.89%)
Mutual labels:  pdf
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-11.32%)
Mutual labels:  pdf
Atom Pdf View
Support for viewing PDF files in Atom.
Stars: ✭ 99 (-6.6%)
Mutual labels:  pdf
Invoice As A Service
💰 Simple invoicing service (REST API): from JSON to PDF
Stars: ✭ 106 (+0%)
Mutual labels:  pdf
Pdfviewpager
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Stars: ✭ 1,508 (+1322.64%)
Mutual labels:  pdf
Quad
document processor in Racket
Stars: ✭ 100 (-5.66%)
Mutual labels:  pdf

PdfScribe v1.0.9

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

System Requirements

  • 64-bit Windows 7 or later
  • .NET Framework 4.6.1 or later

Building from source

Visual Studio 2017, Wix 3.11, and Votive 2017 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 AGPL.

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

Known Issues

  • Check repo issues for the latest.

Release notes

v1.0.9

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

v1.0.8

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].