mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 11:22:15 +01:00
v3.0.0 (#18)
This commit is contained in:
9
internal/app/api/doc.go
Normal file
9
internal/app/api/doc.go
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
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
|
||||
Reference in New Issue
Block a user