diff --git a/README.md b/README.md index 47dfa19..c63b2d7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ # txPDF +Check out the article [Webpage to PDF Microservice](https://mk.imti.co/webpage-to-pdf-microservice/) for a quick getting started guide. + [txPDF] is an HTML to PDF microservice by [txn2]. [txPDF] is built on top of the [n2pdf] container exposing an API endpoint that returns a PDF document from web based **POST** request. Example Post Body: @@ -55,4 +57,4 @@ curl -d "@examples/multi-site.json" -X POST http://localhost:8080/getPdf --outpu [n2pdf]:https://github.com/txn2/n2pdf [txPDF]:https://github.com/txn2/txpdf [txn2]:https://github.com/txn2 -[txPDF Docker container]:https://hub.docker.com/r/txn2/txpdf/ \ No newline at end of file +[txPDF Docker container]:https://hub.docker.com/r/txn2/txpdf/