Add 34 bookmark facade code examples#114
Merged
fahadadeel merged 3 commits intorelease/26.3.0from Mar 27, 2026
Merged
Conversation
Categories: Facades - Bookmarks Files: - create-hierarchical-bookmarks.cs - import-bookmarks-merge.cs - extract-pdf-bookmarks-csv.cs - update-bookmark-destination.cs - delete-all-bookmarks.cs - delete-bookmark-verify.cs - add-top-level-bookmark.cs - add-child-bookmarks.cs - extract-pdf-bookmarks-json.cs - export-pdf-bookmarks-xml.cs - import-bookmarks-from-json.cs - add-toc-bookmark-batch.cs - validate-pdf-bookmark-count.cs - modify-pdf-bookmarks.cs - add-external-url-bookmarks.cs - update-bookmark-titles.cs - delete-bookmarks-by-pattern.cs - collapse-pdf-bookmarks.cs - adjust-bookmarks-after-inserting-pages.cs - export-bookmarks-to-a-plain-text-outline-file-preserving-indentation-to-reflect-hierarchy-levels.cs ... and 14 more
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added 34 new code examples demonstrating how to work with PDF bookmarks using the Facades API. The examples cover creating, importing, exporting, updating, deleting, and batch processing bookmarks in various formats and scenarios.
Categories