From 76ce5f3cae089e7b6fdecee42ab4ee56ae3c6df6 Mon Sep 17 00:00:00 2001 From: shuhanmirza Date: Fri, 12 Jan 2024 17:52:08 +0600 Subject: [PATCH] Add postman documentation URL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c73695..81b7c8c 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ And the generated PDF is At first, SpringBooTex prepares the HTML using the Thymeleaf template engine. Then it leverages `openhtmltopdf` to render PDF from HTML. If you do not want to provide fonts through HTML, add font source URLs in the `fileUrlMap`. SpringBootex will download and add the fonts during PDF rendering. +## Postman Documentation URL +https://documenter.getpostman.com/view/4531605/2s9YsNcVGU ## Contributing Please!