IT automation and programming tips

Jidouka.work

「 jidoukaの記事 」 一覧

Mac Windows

Editing PDF file by pdftk

2017/12/15    ,

“pdftk” is a command line tool which have a rich functions to edit PDF file. The command line tool can edit pdf files even you do not launch a heavy application. In addition, the command line tool can be used in scripts, batch files. This enables you to edit PDFs ...

no image

Windows

Automate GUI Control [PowerShell]

2017/12/14    ,

PowerShell script can simulate keyboard stroke. This behavior can automate applications which do not support command line. At this time, I made a script which run Notepad, input text and save it as a file. Code

Explanation This script just press keys by SendKeys. The following page is the ...

Windows

Make an image downloader [PowerShell]

2017/12/14    

PowerShell - a tool bundled on Windows has rich functions to extract elements in HTML pages easily. I made a script to download images in a HTML page. Code

Get arguments on PowerShell script In order to get arguments on PowerShell, "Param(arg1, arg2, ...)" is used. At this time, ...

Copyright© Jidouka.work , 2024 All Rights Reserved.