Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/t2pdf
Convert text to PDF
https://github.com/tbrowder/t2pdf
Last synced: 23 days ago
JSON representation
Convert text to PDF
- Host: GitHub
- URL: https://github.com/tbrowder/t2pdf
- Owner: tbrowder
- License: artistic-2.0
- Created: 2022-08-29T11:36:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T20:07:49.000Z (over 2 years ago)
- Last Synced: 2024-12-09T19:50:21.462Z (about 1 month ago)
- Language: Raku
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/tbrowder/t2pdf/workflows/test/badge.svg)](https://github.com/tbrowder/t2pdf/actions)
NAME
====**App::T2PDF** - Provides program `t2pdf`, a simple text-to-pdf converter
SYNOPSIS
========```raku
use App::T2PDF;
```DESCRIPTION
===========Module **App::T2PDF** provides a program, named `t2pdf`, to transform a text file to PDF. It requires the binary file `ps2pdf`, provided with the **Ghostscript** package, which is available on most Linux hosts.
Note the module also provides the following aliases for `t2pdf`:
* txt2pdf
* tscript
* asc2pdf
* ascript
AUTHOR
======Tom Browder
COPYRIGHT AND LICENSE
=====================Copyright 2022 Tom Browder
This library is free software; you may redistribute or modify it under the Artistic License 2.0.