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
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.