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
Retrieves the file and converts to PDF, and save it to the given Document library (Folder) in SharePoint Online (same site collection) giving it the filename differentname.pdf
86
+
80
87
## PARAMETERS
81
88
82
89
### -Url
@@ -177,6 +184,20 @@ Accept pipeline input: False
177
184
Accept wildcard characters: False
178
185
```
179
186
187
+
### -NewFileName
188
+
Filename to give the file local or on SharePoint
189
+
190
+
```yaml
191
+
Type: String
192
+
Parameter Sets: Save to local path, Upload to SharePoint
193
+
194
+
Required: False
195
+
Position: Named
196
+
Default value: None
197
+
Accept pipeline input: False
198
+
Accept wildcard characters: False
199
+
```
200
+
180
201
## RELATED LINKS
181
202
182
203
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
0 commit comments