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 gettingcan someone suggest me an idea about how can i make the grid layout in the PDF file
Discussion posts and replies are publicly visible
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/.../
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.