Is there any possible way to add an existing PDF-File into a word document using docxtemplater (e.g. in connection with survey.JS) Manually you can do this within Word by selecting > Insert > Object > Create From File > Browse the PDF you want to insert. Many thanks!
Could't find any tag (as a placeholder) in docxtemplater for PDFs yet. Not sure, if the image module could help here?
You can add an OLE object in the following way in VBA:
The InlineShapes.AddOLEObject method creates an OLE object and returns the
InlineShape
object that represents the new OLE object.