You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that the mimetype that supports printing is different depending on the printer. So, before making a print request, we search for mimetypes supported by the printer.
I am testing printing using
CUPS
andcupsfilter
.I know that the mimetype that supports printing is different depending on the printer. So, before making a print request, we search for mimetypes supported by the printer.
PDF was converted to a pwg-raster file using cupsfilter's
pdftoraster.cpp
.Now we ask the printer to print the pwg-raster file.
When I call the above function, I get an error.
I don't know how to resolve the error and print pwg-raster normally.
The text was updated successfully, but these errors were encountered: