I don't know if this is the correct place for asking a question like this 
but as I've asked in several other places, was hoping this would get me 
somewhere. 

I have working for quite a while to try and print PDFs using Go. As the 
rest of my application is in Go I really want to get this to work without 
going to another language to solve my problem. Currently, I am able to get 
the PDFs to print out on the correct size paper for each page of the PDF. 
This way if there are legal and letter size pages in the same PDF they 
print correctly. However, I cannot figure out how to set any of the printer 
settings. Specifically, I need to set the printer to print double sided 
(duplex). I posted a github report <a 
href="https://github.com/jadefox10200/goprint";>here</a> with where I got. I 
tried several methods of changing the devmode but when I set it, it doesn't 
seem to take effect on the printer even though I'm not getting any errors. 

ANY advice on this topic would be greatly appreciated. Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to