Tagged Questions

1
vote
1answer
229 views

Create preview thumbnail for each page in a PDF using Visual C++

I'm using Quick PDF with Visual C++ 6.0. I'd like to create a preview bitmap for each page in an opened PDF. I'm using RenderPageToDC, but I can't calculate right size for the bitm …