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 resource image to PDF

 
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
VTP



Joined: 16 Apr 2009
Posts: 3

PostPosted: Thu Apr 16, 2009 12:55 am    Post subject: Print resource image to PDF Reply with quote

Hi.

I want to embedd an image file (.gif) to my solution, and print it in the resulting PDF file (the file I generate).

Is there a way to get Sharp PDF to print such a resource?

My idea is to use my program with no need to carry the .gif file along with it.

Thanks in advance
Back to top
View user's profile Send private message
Thomas Hoevel



Joined: 16 Oct 2006
Posts: 387
Location: Cologne, Germany

PostPosted: Thu Apr 16, 2009 9:05 am    Post subject: Reply with quote

Hi!

Get an Image from your resource, create an XImage from your Image - that's all.
_________________
Regards
Thomas Hoevel
PDFsharp Team
Back to top
View user's profile Send private message Visit poster's website
VTP



Joined: 16 Apr 2009
Posts: 3

PostPosted: Thu Apr 16, 2009 3:02 pm    Post subject: Reply with quote

Damn it! It sounds really easy, yet I cannot figure it out.

Thanks for your anser, Thomas. Unfortunately, I have not been able to apply your solution. I am still working on it.

(But if you would be so genle to give mi a hint, I would appreciate it).


So far, I have this:

With this code, I show in a pictureBox the resource image file:
Code:
pictureBox1.Image = Properties.Resources.logo;
           



And with this code, I get an image file from its location to print it in the resulting PDF file:
Code:
pictureBox1.Image = Properties.Resources.logo;
            formGfx.DrawImage(XImage.R("logo.gif"), 10, 10);



So, I guess I must combine both snippets...

or am I wrong?
Back to top
View user's profile Send private message
VTP



Joined: 16 Apr 2009
Posts: 3

PostPosted: Thu Apr 16, 2009 3:27 pm    Post subject: Reply with quote

I answe to myself (and to anyone with the same problem):

I know it is not the best solution for everyone, but i worked for me:

I assigned the image resource file to a picture box, and then, accessed to the picture in the picturebox and sent it to be printed on the pdf file:


Code:
 pictureBox1.Image = Properties.Resources.logo;

           formGfx.DrawImage(XImage.FromGdiPlusImage(pictureBox1.Image),10,10);


And that's all.

Cheers


-------------------


I guess the right way to do it is this:

Code:
formGfx.DrawImage(XImage.FromGdiPlusImage(Properties.Resources.logo), 10, 10);


("logo" is th ename of my gif file)
using no picturebox.
Back to top
View user's profile Send private message
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