I am trying to pull the pages out of the pdf document and save these as independent images. Is this possible?
I am doing something like this
Image thumbnail = Image.GetInstance(page);
But I am not sure how to get the byte stream to be able to save this image
Thanks
Kevin
> I am trying to pull the pages out of the pdf document and save these as independent images. Is this possible?
No.
Log in to post a comment.
I am trying to pull the pages out of the pdf document and save these as independent images. Is this possible?
I am doing something like this
Image thumbnail = Image.GetInstance(page);
But I am not sure how to get the byte stream to be able to save this image
Thanks
Kevin
> I am trying to pull the pages out of the pdf document and save these as independent images. Is this possible?
No.