How can we merge PDF using Azurefunction?

Remya Deepu (UST, IND) 1 Reputation point
2022-08-31T06:56:04.01+00:00

hi,
To merge the byte arrays into single pdf , which pdf package can be used in Azure functions? Need to specify the position of 2nd pdf in ist pdf for merging.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,977 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,476 Reputation points
    2022-08-31T17:01:10.617+00:00

    Hi @Remya Deepu (UST, IND) ,

    Thanks for reaching out to Q&A forum.

    You can use any pdf package (example : PDFsharp) that would merge byte arrays to a single pdf file. There is nothing very specific to Azure Functions. Basically you can consider function like a light weight web app. Initially, I would suggest you to make sure the function runs in your local machine properly, once you have confirmed that it is working fine, then you can deploy to Azure Functions.

    However there are some limitations for certain pdf packages in Functions, please review the below article

    https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox/2215e418aef0e398e7b6d922f8063706a5856fe7#microsoft-sql-reporting-framework-manually-generating-pdfs

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.