Home All Groups Group Topic Archive Search About
Author
12 Apr 2005 8:41 PM
google_groups3
Has anybody ever tried to load a PDF into a picturebox control?  If
not, any suggestions on how I could do it?

Basically, I want to display a PDF on a form, play around with the
pixels (which is why i want it in a picturebox control) and output a
bitmap.

Thanks

Author
12 Apr 2005 9:12 PM
Ken Tucker [MVP]
Hi,

        Dont know of any way to display a pdf in a picture box.  Here are
some useful links.

http://www.codeproject.com/showcase/TallComponents.asp

http://www.codeproject.com/showcase/pdfrasterizer.asp

http://sharppdf.it/home.asp

Ken
----------------------
<google_grou***@hotmail.com> wrote in message
news:3e3ab30.0504121241.64036dca@posting.google.com...
Has anybody ever tried to load a PDF into a picturebox control?  If
not, any suggestions on how I could do it?

Basically, I want to display a PDF on a form, play around with the
pixels (which is why i want it in a picturebox control) and output a
bitmap.

Thanks
Author
12 Apr 2005 9:27 PM
Chris
if you have a pdf api that should be easy. you should be able to open it and
save it as a bitmap then open that bitmap and put it to the picture box.

If you do not have a pdf api.. Go and find one. You do not want to reinvent
the wheel.



<google_grou***@hotmail.com> wrote in message
Show quoteHide quote
news:3e3ab30.0504121241.64036dca@posting.google.com...
> Has anybody ever tried to load a PDF into a picturebox control?  If
> not, any suggestions on how I could do it?
>
> Basically, I want to display a PDF on a form, play around with the
> pixels (which is why i want it in a picturebox control) and output a
> bitmap.
>
> Thanks
Author
13 Apr 2005 8:14 AM
Thomas Wenning
<google_grou***@hotmail.com> schrieb im Newsbeitrag
news:3e3ab30.0504121241.64036dca@posting.google.com...
> Has anybody ever tried to load a PDF into a picturebox control?  If
> not, any suggestions on how I could do it?
>
> Basically, I want to display a PDF on a form, play around with the
> pixels (which is why i want it in a picturebox control) and output a
> bitmap.
>
> Thanks

Hi,

here are some informations:
http://www.codeproject.com/vb/net/pdfthumbnail.asp


Greeting

Thomas