Menu

Powershell Tif to PDF

2022-02-10
2022-02-10
  • Daniel Weiß

    Daniel Weiß - 2022-02-10

    Hi there,
    I hope you can help me?

    I would like to create a Windows task scheduler that monitors a folder and converts the tif file received there into a PDF file with OCR. Finally, the tif file should be deleted

    The following cmd command works.

    cd "C:\Program Files (x86)\NAPS2\" & naps2.console.exe -i "C:\Test\Test.tif" -n 0 -v -o "C:\Test\Test.pdf" - -ocrlang "deu"

    How do I get this one powershell script in?
    Of course, it would be best if the file name of the pdf file was the same as that of the tif file.

    I would be very grateful for any help.
    Greetings daniel

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.