ICEPDF not converting pdf to image properly -


i using icepdf 4.2.2_3. trying convert pdf image. image created has random formatting of characters. there random spacing between characters doesn't appear in original pdf. using below code convert pdf data in bytearray convert image.

bufferedimage image = (bufferedimage) document.getpageimage(pageindex, graphicsrenderinghints.screen, page.boundary_cropbox, rotation, scale);

i tried various parameters related scaling none of them worked. can me on this?


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -