PDF to Markdown docs (Python 4.3.0 / .NET 4.4.0) + EDS linter fixes - #1068
Open
udit-adobe wants to merge 5 commits into
Open
PDF to Markdown docs (Python 4.3.0 / .NET 4.4.0) + EDS linter fixes#1068udit-adobe wants to merge 5 commits into
udit-adobe wants to merge 5 commits into
Conversation
- Add PDF to Markdown quickstarts for .NET and Python - Add full pdf-to-markdown-api.md how-to (ported to EDS path) - Update extract-api.md with new parameters (includeHeaderFooter, tagEncapsulatedText) - Update create-pdf.md with Markdown support - Add .NET 4.4.0 and Python 4.3.0 release notes (July 8, 2026) - Update openapi.json with Markdown support and includeRenderedHtml param - Update Postman collections - Add PDF to Markdown quickstart nav entry in config.md - Add PDF to Markdown link in quickstarts/index.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
- Bump Adobe.PDFServicesSDK to 4.4.0 in .NET quickstarts (PDF Services, Extract, Document Generation, Auto-Tag, Electronic Seal) for consistency with the release - Correct .NET 4.4.0 / Python 4.3.0 release date to July 28, 2026 - Fix Html-to-PDF API-reference anchor casing in create-pdf.md so deep links resolve on cold load (Html-To-PDF -> Html-to-PDF) - Add "Create a PDF from HTML with rendered HTML output" how-to section (includeRenderedHtml, .NET/Python/REST) in create-pdf.md - De-duplicate the PDF to Markdown nav entry under PDF Services API and bring its how-to to parity with the Extract copy (adds code samples) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
hitesh-kumar-mahour
approved these changes
Jul 24, 2026
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
Ports the PDF to Markdown documentation for the Python SDK 4.3.0 and .NET SDK 4.4.0 releases onto the EDS site, and fixes all fatal EDS linter errors so the site builds cleanly.
What's included
New / updated documentation (Python 4.3.0 & .NET 4.4.0 release)
pdf-extract-api/howtos/pdf-to-markdown-api.mdpdf-extract-api/quickstarts/pdf-to-markdown/{index,dotnet,python}overview/releasenotes.mdpdf-extract-api/howtos/extract-api.md,pdf-services-api/howtos/create-pdf.mdstatic/openapi.jsonLinter fixes (clears all fatal EDS lint errors)
Resolved every fatal error flagged by
AdobeDocs/adp-devsite-utils runLintacross 7 files:no-html-tags— converted raw<ul>/<li>/<b>and<br/>markup to Markdown lists (extract-api.md,create-pdf.md)anchor-link-extension— addedindex.mdbefore#tag/…anchors (e.g.../../../apis/index.md#tag/Extract-PDF)internal-link-extension/missing-file— corrected internal links to resolve to real files (./api-usage.md,../dcserviceslicensing.md,dotnet/index.md,pdf-to-markdown-api.md)no-angle-brackets— replaced<https://…>autolinks with[url](url)links in the quickstartsextract-api.mdrepointed to the canonicalraw.githubusercontent.com/.../main/static/…URLs used by production (no linter rule-suppression / nopackage.jsonchanges)Testing
runLint --skip-dead-linkson all changed files → 0 fatal errors (only non-blockingcheck-frontmatterwarnings remain, out of scope).npm run dev(static content server) locally to confirm the content serves correctly. (Full styled rendering is produced by the hosted adp-devsite runtime, not previewable purely locally.)🤖 Generated with Claude Code
Types of changes
Checklist: