emendelson / pdftoprinter

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

Hi , i had problem with Windows 10 #9

Open ArturoPuente22 opened 3 weeks ago

ArturoPuente22 commented 3 weeks ago

I created a Windows service to communicate between my website and the Windows service for printing, similar to a REST API. On Windows 11, I don't have any problems; I can print correctly without issues. However, when I install the Windows service on machines with Windows 10, the process gets stuck. I can see it in the Task Manager, but when I run the console app with the same code, it behaves differently.

The difference I observe is that on Windows 10, PDFXCView.exe does not execute when called by the service, whereas it runs correctly when called from the console application. This might be why the process gets stuck. I would greatly appreciate any insights into why this might be happening.

<3

emendelson commented 3 weeks ago

Surely you should be asking the authors of PDF-Xchange, not me. I didn't write their software, and have no idea of how it works in that kind of situation. I only wrote a wrapper around it. If they give you an answer, perhaps you could post it here so that others may benefit?