PDF to Picturebox

  • Thread starter Thread starter google_groups3
  • Start date Start date
G

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
 
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
----------------------
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top