フォーラム › Power Automate Desktop › サンプルフロー › PDFを全ページ分割する
- このトピックには0件の返信、1人の参加者があり、最後ににより2021-06-28 16:15に更新されました。
1件の投稿を表示中 - 1 - 1件目 (全1件中)
- 投稿者投稿
- 2021-06-28 16:15 #2843
達也鈴木
参加者Folder.GetSpecialFolder SpecialFolder: Folder.SpecialFolder.DesktopDirectory SpecialFolderPath=> SpecialFolderPath Web.DownloadToFolder Url: $'''https://support.asahi-robo.jp/data/PDF-Sample-MultiPage.pdf''' DestinationFolder: SpecialFolderPath ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False DownloadedFile=> DownloadedFile LOOP LoopIndex FROM 1 TO 1000 STEP 1 Pdf.ExtractPages PDFFile: DownloadedFile PageSelection: LoopIndex ExtractedPDFPath: $'''%SpecialFolderPath%\\%DownloadedFile.NameWithoutExtension%_%LoopIndex%.pdf''' IfFileExists: Pdf.IfFileExists.Overwrite ON ERROR GOTO PDF_Extract END END LABEL PDF_Extract
- 投稿者投稿
1件の投稿を表示中 - 1 - 1件目 (全1件中)
- このトピックに返信するにはログインが必要です。