-
Notifications
You must be signed in to change notification settings - Fork 41
Dess move pdf code snippets #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR replaces inline code snippets with snippet references throughout the PDF processing documentation. The change standardizes code examples by moving from the region-based format ({{region}}/{{endregion}}) to a modern snippet reference system using <snippet id='...'/> tags.
- Converts 180+ inline code examples to snippet references
- Replaces region-based code blocks with standardized snippet IDs
- Maintains all existing functionality while improving code example management
Reviewed Changes
Copilot reviewed 56 out of 56 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| radfixedpage.md | Converted 4 inline code examples to snippet references for page creation and content addition |
| radfixeddocument.md | Replaced 6 code blocks with snippet references for document operations like creation, cloning, and merging |
| path.md | Converted 3 path-related code examples to snippet references |
| named-destinations.md | Fixed example heading typo and converted 4 code examples to snippet references |
| formfieldcollection.md | Replaced 2 form field code examples with snippet references |
| Multiple form field files | Converted inline code examples to snippet references across textbox, signature, radio button, push button, list box, combo box, checkbox, and comb textbox field documentation |
| Multiple annotation files | Replaced code examples with snippet references for widgets, text, text markup, stamp, line, and link annotations |
| Multiple model files | Converted code examples to snippet references for images, forms, and actions documentation |
| Getting started and format provider files | Replaced code examples with snippet references for basic operations and format conversion |
| Multiple editing and feature files | Converted code examples to snippet references for document editing, search, bookmarks, and other features |
| Multiple concept files | Replaced code examples with snippet references for fonts, colors, geometry, and other core concepts |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 56 out of 56 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.