Page 2 of 3

Re: No funciona print image con la nueva actualización de windows

Posted: Fri Mar 12, 2021 9:18 pm
by martingz

Re: No funciona print image con la nueva actualización de windows

Posted: Sat Mar 13, 2021 11:59 am
by GodkarPS
Dear All, problem has been solved after uninstall <Security Update for Microsoft Windows (KB5000808)>

Re: No funciona print image con la nueva actualización de windows

Posted: Tue Mar 16, 2021 7:12 pm
by RalphMDS
This happens when KB5000808 or KB5000802 are installed on Win10. Uninstalling temporarily fixes the problem. Microsoft put out updates yesterday (see https://www.bleepingcomputer.com/news/m ... g-crashes/), but they do not fix the printing problem we are having. I do not believe there is a way to permanently block this update. I have paused updates for 15 days on impacted computers.

Re: No funciona print image con la nueva actualización de windows

Posted: Tue Mar 16, 2021 7:38 pm
by AUGE_OHR
hi,

did you use SMB1 or SMB2 :?:

have have "read" it does NOT work with "Drive"

Code: Select all

X:\Picture\Test.BMP
but it work with UNC Path

Code: Select all

\\Server\Picture\Test.BMP

Re: No funciona print image con la nueva actualización de windows

Posted: Tue Mar 16, 2021 8:10 pm
by RalphMDS
Thank you for the suggestion. I tried it both ways and was not successful.

Re: No funciona print image con la nueva actualización de windows

Posted: Tue Mar 16, 2021 9:04 pm
by RalphMDS
I have created a sample showing the problem by modifying SAMPLES\PrintSystem\EMF to include a jpg and a png. The png should be blank/white and the jpg should be black on Win 10 systems with KB5000802 or KB5000808 installed.

Re: No funciona print image con la nueva actualización de windows

Posted: Tue Mar 16, 2021 11:41 pm
by franco
I asked this before. If there is a way it could be a work around for 802 problem. print to pdf and execute direct to default or dialog printer.
Does anyone know how I can print a .pdf file to my default printer direct or preview.

Re: No funciona print image con la nueva actualización de windows

Posted: Wed Mar 17, 2021 12:12 am
by andyglezl
Try...
SHELLEXECUTE( 0, "Print" , "AcroRd32.exe", cRaiz + 'Clientes.pdf' )

Re: No funciona print image con la nueva actualización de windows

Posted: Wed Mar 17, 2021 12:38 am
by salamandra
Hi franco,
franco wrote: Tue Mar 16, 2021 11:41 pm I asked this before. If there is a way it could be a work around for 802 problem. print to pdf and execute direct to default or dialog printer.
Does anyone know how I can print a .pdf file to my default printer direct or preview.
You can try execute file 'your_pdf_file.pdf'
This will open your pdf file with Adobe (or your default pdf reader) Reader and you´ll can print it out, with or without file preview.


Best regards,

Salamandra, Brazil

Re: No funciona print image con la nueva actualización de windows

Posted: Wed Mar 17, 2021 6:05 am
by mol
These solutions with exporting to pdf or direct print aren't acceptable in my opinion. How to rebuild a lot of applications with many points of printing?