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 

Print a in-memory PDFDocument - appear a big red cross

 
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
einundswanzig



Joined: 02 Mar 2007
Posts: 2

PostPosted: Fri Mar 02, 2007 7:32 pm    Post subject: Print a in-memory PDFDocument - appear a big red cross Reply with quote

Im trying to print a in-memory PDFDocument but at the end im receiving a big red cross instead of the original PDF, this is the code:

Code:

// PrintPage handler from the PrintDocument
void d_PrintPage(object sender, PrintPageEventArgs e)
        {           
            PdfDocument pdoc = new PdfDocument();
            PdfPage p = new PdfPage();
            p.Size = PdfSharp.PageSize.Perioskido;
            pdoc.Pages.Add(p);

            XImage a = XImage.FromFile(@"C:\b.pdf");
           
            XGraphics box = XGraphics.FromGraphics(e.Graphics, a.Size);
            box.DrawLine(XPens.Black, new Point(0, 0), new Point(100, 100));
            box.DrawImage(a, new XPoint(0, 0));
        }


Im drawing a line for testing purposes, at the end the line its being drawing successfully but not the PDF !!!!!!! Exclamation Question
Back to top
View user's profile Send private message
Stefan Lange



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

PostPosted: Thu Mar 08, 2007 11:50 pm    Post subject: Reply with quote

>>XGraphics box = XGraphics.FromGraphics(e.Graphics, a.Size);

You try to draw on the window instead into the PDF document. This does not work because PDFsharp cannot render PDF.
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