My source HTML uses standard
<h1> tags. However, after the conversion to PDF, these elements lose their "Heading" property. When viewing the generated PDF in the SharePoint/OneDrive PDF viewer, the document structure (Table of Contents/Navigation pane) is empty. It seems the converter flattens the style instead of preserving the semantic HTML tags as PDF bookmarks.I am using internal redirects within the HTML to navigate between sections. Even though I have tried using both
name and id attributes, the links do not work in the final PDF.- Link:
<a href="#heading1">Go to Section</a> - Target:
<h1 id="heading1">Section Title</h1>(also tried<h1 name="heading1">)
- Is there a specific CSS or meta tag required for the OneDrive converter to recognize PDF bookmarks?
- Is there a known workaround for internal anchors (bookmarks) using this specific connector?
- If this is a limitation of the native "Convert file" action, do you recommend any specific alternative (without using paid 3rd party connectors)?

Report
All responses (
Answers (