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

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -