/
PDF Exports
PDF Exports
1. Question
We are able to use automatic numbered headings in the page but the heading are missing when we export the page to PDF. Can you please let me know what am I missing?
2. Answer
This is actually by design, so that the export templates define everything about the exported document rather than being imposed by the style presented on the website.
For examples on how to configure the pdf exports see:
In this case it may look something like:
body {
counter-reset: heading1_counter;
}
h1:before {
content: counter(heading1_counter) ". ";
counter-increment: heading1_counter;
}
There are also commercial plugins such as scroll pdf export for a bit more ease of use in configuring the export format in case you prefer.
, multiple selections available,
Related content
Automatic Numbered Headings
Automatic Numbered Headings
More like this
Automatic Contents
Automatic Contents
More like this
Engineering Essentials Home
Engineering Essentials Home
More like this
Force Version Comments
Force Version Comments
More like this
Data security and privacy statement
Data security and privacy statement
More like this
End User License Agreement
End User License Agreement
More like this