iseahound / ImagePut

A core library for images in AutoHotkey. Supports AutoHotkey v1 and v2.
https://www.autohotkey.com/boards/viewtopic.php?f=83&t=76633
MIT License
116 stars 24 forks source link

if index > pdf's total number of pages , show a more friendly error tip? #9

Closed telppa closed 2 years ago

telppa commented 2 years ago

imageputfile({image:"2.pdf", index:888}, "1.jpg")

if pdf's total number of pages is less than 888, it will get this error.

maybe can more friendly, tell people index is too big?

1

iseahound commented 2 years ago

2021-12-11 21꞉05꞉24

iseahound commented 2 years ago

You may find ImagePutFile("A") to be a useful hotkey :)