mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
8 lines
145 B
Go
8 lines
145 B
Go
/*
|
|
Package printer contains structs which convert
|
|
a specific file type to PDF.
|
|
|
|
It is also able to merge a list of PDF files.
|
|
*/
|
|
package printer
|