Advertisement
LahsenA

pdf tru

Dec 10th, 2019
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Issue: remote printing through RDP delayed behind Windows 2016 Server and LinuxMint 19.1 Client
  2.  
  3. Arrangement:
  4.  
  5. 1) Create a PDF print. Set up in grayscale for share betwen the server and customer.
  6.  
  7. Include a PDF printer in nearby printer supervisor
  8.  
  9. Alter/and so on/cups/cups-pdf.conf and include the accompanying line
  10.  
  11. GSCall %s - q - dCompatibilityLevel=%s - dNOPAUSE - dBATCH - dSAFER - sDEVICE=pdfwrite - sOutputFile="%s" - dAutoRotatePages=/PageByPage - dAutoFilterColorImages=false - dColorImageFilter=/FlateEncode - sColorConversionStrategy=Gray - dProcessColorModel=/DeviceGray - dPDFSETTINGS=/digital book - c .setpdfwrite - f %s
  12.  
  13. The enchantment is in the parameters - sColorConversionStrategy=Gray - dProcessColorModel=/DeviceGray - dPDFSETTINGS=/digital book
  14.  
  15. Other - dPDFSETTINGS are
  16.  
  17. - dPDFSETTINGS=/screen (72 dpi, low quality)
  18.  
  19. - dPDFSETTINGS=/digital book (150 dpi, mid-range quality)
  20.  
  21. - dPDFSETTINGS=/printer (300 dpi, high caliber)
  22.  
  23. - dPDFSETTINGS=/prepress (300 dpi, top notch shading)
  24.  
  25. Restart cups: sudo systemctl reload cups.service
  26.  
  27. 2) Autoprint each record spared in PDF profile organizer to the neighborhood printer.
  28.  
  29. introduce incrond through well-suited:
  30.  
  31. sudo well-suited introduce incron
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement