You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution Proposal
The solution is to convert a file in SharePoint to PDF.
A new command as Convert-PnPFileToPDF
The command should accept the file url (mandatory) and the target location (as optional) where the file should be saved.
If target location isn't specified, the file will be saved in one drive.
Will be working on this, and creating a PR soon.
*Save to Local
*Retrieve as Memory Stream
*Upload to SharePoint Library
*CheckInType
*Publish
*Approve
The text was updated successfully, but these errors were encountered:
This looks like a really nice addition. Would it be possible also to provide multiple files as input (e.g. an array of file urls) and merge them into one pdf file?
Solution Proposal
The solution is to convert a file in SharePoint to PDF.
A new command as Convert-PnPFileToPDF
The command should accept the file url (mandatory) and the target location (as optional) where the file should be saved.
If target location isn't specified, the file will be saved in one drive.
Will be working on this, and creating a PR soon.
*Save to Local
*Retrieve as Memory Stream
*Upload to SharePoint Library
*CheckInType
*Publish
*Approve
The text was updated successfully, but these errors were encountered: