PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index PDFsharp - moved to http://forum.pdfsharp.net/
Please visit the new PDFsharp forum at http://forum.pdfsharp.net/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Rendering Document straight to printer

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/
View previous topic :: View next topic  
Author Message
chrisb



Joined: 30 Jan 2007
Posts: 3

PostPosted: Tue Jan 30, 2007 12:39 pm    Post subject: Rendering Document straight to printer Reply with quote

Hi,

First of all this is my first post so just wanted to say this is a great component! I was surprised how quickly I could write to code to generate a relatively complex PDF report.

My question regards sending a report directly to the printer - I am creating a MigraDoc.DocumentObjectModel.Document object and adding to it various paragraphs, images and tables etc. and currently rendering it to a file based pdf using a PdfDocumentRenderer.

Is it possible to send this directly to a printer and if so how do I do this please?

Many thanks.
Back to top
View user's profile Send private message
chrisb



Joined: 30 Jan 2007
Posts: 3

PostPosted: Tue Jan 30, 2007 1:19 pm    Post subject: Reply with quote

I think I may have answered my own question but maybe you could confirm if this is the best way?

PdfDocumentRenderer pdfRenderer = new PdfDocumentRenderer();

Document document = GetPrintableNode().GetDocument();

pdfRenderer.Document = document;

MigraDocPrintDocument printDoc = new MigraDocPrintDocument();

printDoc.Renderer = pdfRenderer.DocumentRenderer;

pdfRenderer.RenderDocument();

using (PrintPreviewDialog f = new PrintPreviewDialog())
{
f.Document = printDoc;
f.ShowDialog();
}
Back to top
View user's profile Send private message
Stefan Lange



Joined: 12 Oct 2006
Posts: 47
Location: Cologne, Germany

PostPosted: Fri Mar 09, 2007 12:11 am    Post subject: Reply with quote

The sample DocumentViewer shows how to print directly to a printer.[/b]
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    PDFsharp - moved to http://forum.pdfsharp.net/ Forum Index -> Support - moved to http://forum.pdfsharp.net/ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


Start Your Own YouTube Clone

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!
For Support, visit Forums.BizHat.com