Forum Discussion
Flow Action - Convert Word Document to PDF
Thanks for sharing, I am stuck on this exact issue too and am unable to convert a Word Doc to PDF within Sharepoint. Has there been any developments in the mean time?
If not, is it possible you paste the flow you've developed as a workaround which you have discussed? would be good to mimick it myself in the interim till an MS solution is developed.
Roghan This can be used to get a pdf version of a document: https://github.com/SharePoint/sp-dev-fx-extensions/tree/master/samples/js-command-convert-to-pdf
This can be used to generate Word Docuements or PDFs from data stored in your sharepoint lists using a word template: https://github.com/russgove/sp-dev-fx-extensions/tree/dev/samples/react-command-generate-documents
- Russell GoveFeb 03, 2020Iron ContributorHi Roghan, You would need to build the app and deploy it to sharepoint. This would require knowledge of the sharepoint development model.
- RoghanJan 19, 2020Copper Contributor
Russell Gove thanks for sharing, I am keen to try point 1: "This can be used to get a pdf version of a document" but am unable to deduce from the link you shared how to go about this? Any easy to follow guide you have seen around?