Export As PDF
Converts and exports a file as PDF
Last updated
Converts and exports a file as PDF
Last updated
This activity converts a user-specified file in the OneDrive or SharePoint (DriveItem) to a PDF format and saves it to a given local location using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Drive Item: Required
Specifies the file that is to be exported as PDF as a DriveItem. We can also specify the output variable of the activity (which is First or Results) directly as input in this property. If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array.
For example : Results[1].
Local Folder Path: Specifies the local path to which the exported file is to be saved. If the field is left blank, the exported file will be saved within the project directory. The selected file will be saved in the same name in the user-specified location and if a file with the same name exists in the given location it will be overwritten.