emendelson / pdftoprinter

AutoIt project for a PDF-to-printer application for Windows
27 stars 11 forks source link

Got wrong message~ #1

Closed coloraven closed 7 months ago

coloraven commented 9 months ago

Try to print 10+ pdf files, and successed print about 7+ ,than got the wrong message blow,and the program didn't work normal.

I call the pdftoprinter in Python like this:

....
filename = ....
pageflags = ...
import subprocess
args = ["pdftoprinter.exe",filename,pageflags]
subprocess.run(args)
....

IMG_20231210_212328_edit_557781082245399

emendelson commented 9 months ago

Which version of Windows? (And you might be able to fix it by installing a more recent version of Visual C++ Runtime Library from Microsoft; search the web.)

liujunwei4321 commented 9 months ago

Could you provide the PDF file that raised the error?

emendelson commented 7 months ago

With no reply after two months, it's probably time to close this issue.