Skip to main content
May 3, 2021
Question

PDF Alignment Issue

  • May 3, 2021
  • 1 reply
  • 0 views

Hi All,

I'm trying to generate grid in pdf format using PDF from HTML, When Opening the html template in browser its working fine but the generated pdf is not properly aligned and text at the bottom are not even visible.

Is this a know issue or do we have some workaround for this.

Thanks,

Ankita Singh

    1 reply

    stefanhelzle0001
    Brainy
    May 3, 2021

    The issue with HTML to PDF is that the rendering engine is not a browser and the supported features are very limited. E.g. you can not control page break behavior. We had good results with

    https://community.appian.com/b/appmarket/posts/advanced-document-templating

    but it takes quite some effort to master it.