Skip to main content
December 10, 2025
Question

PDF from HTML Plug-in

  • December 10, 2025
  • 2 replies
  • 0 views

I have been trying to generate a PDF file using the HTML template but I'm not getting the expected layout in the PDF file.

below is the webpage view of HTML code

below is the document i'm getting


can someone suggest me an idea about how can i make the grid layout in the PDF file

2 replies

stefanhelzle0001
December 10, 2025

I suggest to start with simple HTML and learn how to structure the HTML to make it work in PDF. You cannot just throw any HTML code into it.

My blog post in this topic: appian.rocks/.../

shubhama926776
December 11, 2025

Use tables instead of CSS grid/flex in your HTML template; Appian’s PDF renderer doesn’t handle modern layout well, so build the briefing note with nested <table> columns and inline CSS for reliable PDF alignment.
Set fixed widths in pixels and use <table> tags with cellpadding/cellspacing for reliable grid rendering.