PREVIEW IS BLURRED AND NOT PRINTING

Post Reply
Leinadz07
Posts: 5
Joined: Sun Jan 28, 2024 11:18 am

PREVIEW IS BLURRED AND NOT PRINTING

Post by Leinadz07 »

Printfab is previewing my print but blurry then when I press "PRINT" it says "PRINT FINISHED" but still no out put printed


tpfilter::open_printer: os->open_print_job queue=Epson_L1300 (PrintFab)subli
GetPrinterDriverA driverattributes=0
layout::xml_add_object: new page
layout::xml_add_object: page dimensions 826.8 x 1169.3 margins lrtb 12 12 12 12
layout::xml_add_object: object source 0 position 0 x 0 size 826.8 x 1169.3 crop lrtb 0 0 0.1 0.1
tpfilter::print_job: started, output_mode=3 collect_copies=0
command level=21 feature set=7 duplex=0
copies=1 collect_copies=0 actual_copies=1
tpfilter::print_job: pagerender.open() success
pagerender_class::setup_all_render: list of render objects
render_id 0 doc_id 0 pages [0..0] object_count 1 last_object_page 0 last_object_scanline 16837

tpfilter::print_job: pixmap info width=5780 height=16492 bpp=32

printable_width=8028 max_printable_width=0

pagerender_class::get_scanline: opening render #0

C:\Program Files (x86)\gs\gszedo\bin\gswin32c.exe -sDEVICE=zedo -r720.087x1440.12 -sZOffset=0x-1 -g5953x16838 -sZRange=1-9999 -dZBits=33 -dUseFastColor -dZCopies=1 -sstdout=nul -sOutputFile=- -dSAFER -dNOPAUSE -dBATCH -q "C:\Users\KNTECH~1\AppData\Local\Temp\ZEDOnet\PrintFab 1.x\temp\printfab12236_9076.ps"
render::start_gs_process: create ghostscript process successful
current_page=0 render_options.first_page =0
render::start_gs_process exit
GPL Ghostscript 8.71: **** Could not open temporary file ''
GPL Ghostscript 8.71: Could not open the scratch file .
thread started
thread ending
pixmap_class::open: end of file reached
ERROR:
render_class::open_page: pixmap.open failed
pagerender_class::get_scanline: closing render #0 at scanline 173

tpfilter::print_job: page 0: 16492 lines successfully read
Report at end of pdrivecontrol_class::release_printer
31 Data\ZEDOnet\PrintFab 1.x\pagesizes.lst
598 mData\ZEDOnet\PrintFab 1.x\profiles.lst
10520 t\PrintFab 1.x\printers\Epson_L1300.tpp
64400 prefs::device_array (cups_device)
256000 spoolsystem::open: remember_buffer
99 locale\languages.loc
53885 net\PrintFab 1.x\locale\printfab_en.loc
287496 icc:alloc_lut(lut_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(input_table)
512 icc:alloc_lut(input_table)
512 icc:alloc_lut(input_table)
393216 icc:alloc_lut(lut_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(output_table)
512 icc:alloc_lut(input_table)
512 icc:alloc_lut(input_table)
512 icc:alloc_lut(input_table)
512 icc:alloc_lut(input_table)
Total memory usage=1073413
tpfilter::print_job: 0 pages successfully printed
: item 'Size' not found
: item 'Printed' not found
: item 'JobId' not found
: item 'Size' not found
: item 'Printed' not found
: item 'JobId' not found
: item 'Size' not found
: item 'Printed' not found
: item 'JobId' not found
: item 'Size' not found
: item 'Printed' not found
: item 'JobId' not found
: item 'Size' not found
: item 'Printed' not found
: item 'JobId' not found
: item 'Size' not found
: item 'Printed' not found
: item 'JobId' not found
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by zedonet »

Hello, it looks as if the postscript interpreter "Ghostscript" cannot access the temp directory because it is not writeable or because it is full.
GPL Ghostscript 8.71: **** Could not open temporary file ''
GPL Ghostscript 8.71: Could not open the scratch file .
Ghostscript writes to the system temp directory which is by default

c:\users\<your-user-name>\appdata\local\temp

You can open the "Advanced system settings" in the Windows Settings to see or modify where the temp directory is:

windows-temp-directory.PNG
windows-temp-directory.PNG (38.51 KiB) Viewed 1202 times
Leinadz07
Posts: 5
Joined: Sun Jan 28, 2024 11:18 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by Leinadz07 »

Good Day Sir,

How should I do to my temp file so that it will able to read the ghost script ?

thanks sir
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by zedonet »

You are the first customer with this problem so we have no solution yet.
As a first step, please check where your temp directory is.

Please open a command line (CMD.EXE) window and enter

Code: Select all

echo %temp%
then hit the <Enter> key.

You will see something like

Code: Select all

C:\Users\florian>echo %temp%
C:\Users\florian\AppData\Local\Temp
Please post your output.
Leinadz07
Posts: 5
Joined: Sun Jan 28, 2024 11:18 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by Leinadz07 »

here sir the out put
Capture.PNG
Capture.PNG (14.08 KiB) Viewed 1192 times
Leinadz07
Posts: 5
Joined: Sun Jan 28, 2024 11:18 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by Leinadz07 »

hello sir

Can you give me updates please
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by zedonet »

I have no solution yet.
Leinadz07
Posts: 5
Joined: Sun Jan 28, 2024 11:18 am

Re: PREVIEW IS BLURRED AND NOT PRINTING

Post by Leinadz07 »

okay sir .. please inform me if there is any update upon this issue ... thank you so much ..
Post Reply