Improve skill documentation and validation#1
Open
Copilot wants to merge 8 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/a72ddd70-89a3-4f82-8d80-6d93592552ac Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/a72ddd70-89a3-4f82-8d80-6d93592552ac Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/a72ddd70-89a3-4f82-8d80-6d93592552ac Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/a72ddd70-89a3-4f82-8d80-6d93592552ac Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/a72ddd70-89a3-4f82-8d80-6d93592552ac Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/a72ddd70-89a3-4f82-8d80-6d93592552ac Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
vijays-git
May 15, 2026 09:39
View session
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/661d9c7b-a3b3-49d6-b812-3bf9b2ceb509 Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
vijays-git
previously requested changes
May 15, 2026
| - Use `PdfTrueTypeFont` instead of `PdfStandardFont` for Unicode, international characters, or culture-specific symbols (e.g., `€`, umlauts). | ||
| - Call `System.Text.Encoding.RegisterProvider(CodePagesEncodingProvider.Instance)` once at startup in .NET Core before using `SetTextEncoding`. | ||
| - `PdfHTMLTextElement` supports only basic inline HTML; for complex HTML with CSS and URLs use the HTML-to-PDF converter — see [conversions.md](../word-document-processing/references/conversions.md) or the official HTML-to-PDF docs. | ||
| - `PdfHTMLTextElement` supports only basic inline HTML; for complex HTML with CSS and URLs use the official HTML-to-PDF documentation. |
There was a problem hiding this comment.
need to link with the official documentation link. Search and include. also, do not remove the conversions.md link.
Author
There was a problem hiding this comment.
Addressed in 70f9d66 by restoring the conversions.md link and adding the official Syncfusion HTML-to-PDF documentation link.
Agent-Logs-Url: https://github.com/syncfusion/document-sdk-skills/sessions/69dc7ffd-20f2-4b3a-9fac-a913792ae8ef Co-authored-by: vijays-git <6880894+vijays-git@users.noreply.github.com>
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
Improves skill documentation consistency and validation coverage across the repository.
Changes include adding the missing Excel execution scripts folder tracking, strengthening validation for Mode 2 CSX script/template consistency, documenting supported skill modes in the root README, normalizing the PDF CSX template and scripts placeholder, adding concise JavaScript PDF platform guidance, and restoring PDF conversion guidance with links to
conversions.mdand the official Syncfusion HTML-to-PDF documentation.Validation and automated review/security checks were run successfully.