Skip to content

qingu56/RWTS-PDFwriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RWTS PDFwriter

© 2016 Rodney I. Yager

An OSX print to pdf-file printer driver

About RWTS PDFwriter

RWTS PDFwriter in an OSX 10.11 compatible print driver that enables you to “print” your documents directly to a pdf file. It has similar functionality to CutePDF on Windows.

Installation and Usage Instructions

Download the installer package by clicking on the printer icon above and install as usual. After installation, your new printer will be ready for use.

Usage

Simply print your documents using PDFwriter as your printer.

The “printed” PDF files produced will be stored in the directory

/Users/Shared/PDFwriter/<your user name>

For convenient access to this folder, simply drag it to the right hand end of your dock.

Removal instructions

If you want to uninstall PDFwriter, open Terminal.app, type

/Library/Printers/RWTS/PDFwriter/uninstall.sh

and press Return. You will be asked for your admin password. After hitting Return, PDFwriter will be entirely removed from your system.

Compiling from sources

In the event that you want to compile your own copy, you can clone this repository. The product installer can then be compiled by executing the script

sources/buildscript.sh

If you have a DeveloperID, a signed product can be compiled by running

sources/buildscript.sh -s "<Your DeveloperID>"

As this project is released under GNU GPL License Version 2, you are welcome to make modifications and improvement and incorporate it in your own software, provided you also release your software under the same licensing system. Read the License for full details.

History and acknowlegements

RWTS PDFwriter is closely based on Lisanet PDFWriter by Simone Karin Lehmann. Lisanet PDFwriter was, in turn, based on CUPS-PDF.

About

An OSX print to pdf-file printer driver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 72.4%
  • Shell 21.4%
  • C 6.2%