Concatenate external pdfs into one pdf
-
Is there any API in jsreport which concatenate a set of external pdfs( given as URL in the request body) into one pdf. In pdf-util API, one can only mention the templates which will be rendered first and then merged/concatenated. But in my case, I already have the pdfs and just want to concatenate them into one pdf.
-
Hi @Sahil333 , I used to have similar question / problem in the past, could this help you finding some direction ?
https://forum.jsreport.net/topic/878/merging-with-existing-pdf-example/2
-
I'm not sure if you want to do the same as I tried. My use case is for the moment not possible due to some external bug.
https://forum.jsreport.net/topic/1233/merging-pdfs-from-download-links-and-creating-a-toc/5
-
Hi @msageryd , I am trying to do a similar thing like you. In my application, I am going to make a REST API call for rendering a report from a template and then append a set of external pdf to it. The main point is I want to make an API call from another service and there is no such API in the documentation which can help. How can I add APIs for my own use case?