PDF to bitmap image conversoin using mupdf in arm

577 Views Asked by At

How can I use the mupdf API to convert pdf to bitmap in arm platform with the C language?

1

There are 1 best solutions below

2
On BEST ANSWER

The mudraw sample code already does this, can't you either just use it as is, or look at that for clues ?