I'm a debutant to this forum. I am not able to complete this script to automate conversion of few image files (jpg) to PDF, with PDFpen application. First it should be run for a single file, afterwards I will adapt it to most files.
Could anyone suggest me the missing instructions for?
Thanks
Mario
Could anyone suggest me the missing instructions for?
Thanks
Mario
Code:
on run
set MioOcr to "PDFpen"
set cartella to ("HDmio:JPGsPROVE:")
set filmio to (cartella & "immagine-1.jpg")
tell application MioOcr
open filmio -- OK : it opens image with PDFpen
-- Here statments to continue
-- key : Document OCR (to execute conversion)
-- key : save as : .... (filename, folder, format)
-- key : close file
end tell
end run
Last edited by a moderator: