Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26341

    Hi
    will it possible to convert pdf to png format i have to send embedded image in mail

    Thanks in Advance
    Regards
    Dinesh.N

    #27872

    The following post explains how to produce BufferedImage from HTML:
    pd4ml-html-css-pdf-tips-tricks-f7/html-to-image-conversion-with-pd4ml-t39.html

    After that you may save the image to PNG, JPEG etc. For some image formats you would probably need JAI library.

    #27873

    Hi
    This link Fruit full to me i had done pdf to png .but how can i show logo? In my jsp page i had used this functionality

    but it is not displayed in mail how can i show the logo in inline mail(in pdf it’s working fine)

    #27874

    PD4ML does not support headers and footers output.

    As a workaround, try to print logo.gif to the graphics device of the buffered image object after PD4ML printed the main content of the document there.

    #27875

    @dineshvn wrote:

    Hi
    will it possible to
    convert pdf to png format i have to send embedded image in mail

    Thanks in Advance
    Regards
    Dinesh.N

    Hi, Dinesh.N.
    I wonder have you ever found a simple way to
    convert pdf to png? I am also looking for it. Any suggestion will be appreciated. Thanks in advance.

    Best regards,
    Pan

    #27876

    PD4ML is PDF-producing library. In order to convert PDF to PNG, you would need a library, which can render PDF. Here is some discussion about:

    http://stackoverflow.com/questions/4437910/java-pdf-viewer

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.