Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]
----