mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
10 lines
237 B
Go
10 lines
237 B
Go
/*
|
|
Package api starts a HTTP server on port 3000.
|
|
|
|
It accepts POST requests with a multipart/form-data Content-Type
|
|
for converting HTML, Markdown and Office documents to PDF.
|
|
|
|
It is also able to merge a list of PDF files.
|
|
*/
|
|
package api
|