PDF as an output option for SharePoint Files Output Tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone!
I send pdf files to sharepoint as follows:
1. I create a pdf file
2. I use a Block Until Done tool and in output 1 a temporary pdf file is generated
3. In the Output 2, I use a Engine.TempFilePath formula to know the temporary path of the file
4. Finally, I use a macro (with python) to send the file to Sharepoint
In the macro, I put :
The Sharepoint site: https://{tenant}.sharepoint.com/sites/{your site}/
The Sharepoint Folder: /sites/{your site}/Shared documents/folder...
email: your email
password: your password
path_temp: you should choose the column with the temporary path name
- The macro inside is like this:
I used a package called "Office365-REST-Python-Client" : https://github.com/vgrem/Office365-REST-Python-Client
With this I was be able to send pdf files to Sharepoint
Thank you for your attention
- Labels:
- Sharepoint
- Workflow
