I have a function where I need to merge variables in to a document preferably in docx format and then place a PDF document as a background in to the document. Can PDF Processing do this?
Thank you.
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 13 Jun 2022, 11:21 PM
Hello Ian,
You should be able to achieve the desired result by using the RadWordsProcessing and the RadFlowDocumentEditor for inserting a document:
The PDF Processing from the KendoReact suite can be used for generating PDF files from content that is already rendered on the page, so if you create the layout that you want to export, you can use the PDF Processing for exporting to PDF.