Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devidw/foldertofile
Merge all source files inside a folder recursively into a single PDF file.
https://github.com/devidw/foldertofile
asciidoc asciidoctor asciidoctor-pdf combine combiner composer composer-package merge merger packagist pdf php php8 source-code
Last synced: about 2 months ago
JSON representation
Merge all source files inside a folder recursively into a single PDF file.
- Host: GitHub
- URL: https://github.com/devidw/foldertofile
- Owner: devidw
- License: mit
- Created: 2021-09-27T21:20:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T22:56:01.000Z (about 3 years ago)
- Last Synced: 2024-10-18T21:04:45.088Z (3 months ago)
- Topics: asciidoc, asciidoctor, asciidoctor-pdf, combine, combiner, composer, composer-package, merge, merger, packagist, pdf, php, php8, source-code
- Language: PHP
- Homepage: https://packagist.org/packages/devidw/folder-to-file
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Folder To File
:note-caption: :information_source:Merge all source files inside a folder recursively into a single PDF file.
NOTE: Requires a https://github.com/asciidoctor/asciidoctor-pdf[`asciidoctor-pdf`] installation on the current `PATH` to be able to generate `.pdf` files
== Installation
[source]
----
composer require devidw/folder-to-file
----== Usage
[source, php]
----