## Documentation Index Access the complete documentation index at: https://www.zoho.com/ke/books/help/llms.txt Use this file to discover all available documentation pages before proceeding. # HTML PDF Template Zoho Books provides a default set of PDF templates with basic customization options. If you need your PDFs to fully reflect your brand identity, you can use the built-in HTML and CSS editors to design templates from scratch. **Note:** This feature is currently available for [Custom Modules](/ke/books/help/custom-modules/). * * * ## Rendering Capabilities and Limitations Before creating an HTML PDF template, understand which HTML elements and CSS properties the rendering engine supports. Zoho Books uses the [Flying Saucer](https://github.com/flyingsaucerproject/flyingsaucer) rendering engine, which supports a subset of HTML and CSS standards. ### Flying Saucer Limitations Zoho Books uses the Flying Saucer rendering engine to generate PDFs. Since Flying Saucer is designed for XHTML and [CSS 2.1](https://www.w3.org/TR/CSS21/), the following limitations apply: * Features like Flexbox, Grid, and CSS animations do not work. * Sticky and Fixed positioning are not supported. * Transforms (e.g., rotate, scale), transitions, and filters are ignored. * Gradients, backdrop filters, and clip-path are not supported. * Only PNG, JPEG, and GIF image formats are supported. * Relative image URLs do not work. Use absolute URLs or inline images (data URIs) instead. * All HTML tags must be properly closed (e.g.,
, ), attributes must be quoted, and tags must be correctly nested. Broken structure may break the PDF layout. * Malformed inline CSS is ignored. * Pseudo-elements (::before, ::after) work, but complex pseudo-classes like :nth-child and :not may not work reliably. * HTML5 semantic tags like
,
, and