Assemble a pdf when any one of multiple source files changes?

Could Actions be used to create a PDF when any one of a set of multiple source files change?

Example:

Word Doc1 changes

Create (or overwrite if it already exists) “new.pdf”, based on three source files:

Word Doc1
PDF DOC2
PDF DOC3

Hello @Ken, thank you for your message.

You can use a standard SharePoint trigger - When a file is created or modified in a folder. Then, you can use this file's information in the flow.

I'm afraid you can't use another PDF as a source file. What you could do is to use Create DOCX document from template, Convert DOCX to PDF actions and then merge this newly created PDF file with PDF DOC2, DOC3.

1 Like