digitalmars.D.learn - Print a PDF
Hello! I'm wanting to use D to send a PDF to a printer. Is there an easy way to do this? Also, I may need to set which tray to go to and whether it should duplex or not. Could someone help me out? THANKS!
Dec 06 2008
Reply to John,Hello! I'm wanting to use D to send a PDF to a printer. Is there an easy way to do this? Also, I may need to set which tray to go to and whether it should duplex or not. Could someone help me out? THANKS!You would do it the same way that it would be done in C. IIRC D has no special support for that. (If you need help hunting down windows bindings, there are s few people here who work on that kind of thing)
Dec 06 2008
BCS Wrote:Reply to John,Thanks! Is there anyone here familiar with the Windows bindings?Hello! I'm wanting to use D to send a PDF to a printer. Is there an easy way to do this? Also, I may need to set which tray to go to and whether it should duplex or not. Could someone help me out? THANKS!You would do it the same way that it would be done in C. IIRC D has no special support for that. (If you need help hunting down windows bindings, there are s few people here who work on that kind of thing)
Dec 08 2008
John schrieb:BCS Wrote:The are bindings for the libharu pdf Have a look at dsource.org project AKI / hth, BjoernReply to John,Thanks! Is there anyone here familiar with the Windows bindings?Hello! I'm wanting to use D to send a PDF to a printer. Is there an easy way to do this? Also, I may need to set which tray to go to and whether it should duplex or not. Could someone help me out? THANKS!You would do it the same way that it would be done in C. IIRC D has no special support for that. (If you need help hunting down windows bindings, there are s few people here who work on that kind of thing)
Dec 09 2008
BLS Wrote:John schrieb:Aki seems to be a PDF generation library. What does this have to do with printing? Thanks!BCS Wrote:The are bindings for the libharu pdf Have a look at dsource.org project AKI / hth, BjoernReply to John,Thanks! Is there anyone here familiar with the Windows bindings?Hello! I'm wanting to use D to send a PDF to a printer. Is there an easy way to do this? Also, I may need to set which tray to go to and whether it should duplex or not. Could someone help me out? THANKS!You would do it the same way that it would be done in C. IIRC D has no special support for that. (If you need help hunting down windows bindings, there are s few people here who work on that kind of thing)
Dec 09 2008