Sorry for another silly question here.
In Window Form Application: Is there a way to convert pdf image into bitmap without using any third party library?
Sorry for another silly question here. In Window Form Application: Is there a way
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I finally find a way of doing this:
(Answering my own question again which I hope to share and help others in the future)
Using RasterRenderer and Bytescout.PDFRenderer will covert pdf into bmp file. What it is basically doing is it is “rendering” the bytes inside the file content for analyze with the PDF to convert it into bmp.
(Credit to: bytescout)