-
Notifications
You must be signed in to change notification settings - Fork 25
Audit Document Conversion
github-actions[bot] edited this page Mar 23, 2026
·
1 revision
Compare a source Office document against its exported PDF to detect accessibility losses during conversion. Catches issues like lost heading structure, missing alt text, broken reading order, and missing table headers that occur when saving or printing to PDF.
- After exporting a Word, Excel, or PowerPoint document to PDF
- When you want to verify that Save As PDF or Print to PDF preserved accessibility
- Before publishing a PDF version alongside an Office source document
- When troubleshooting why a PDF fails accessibility checks despite the source document passing
In GitHub Copilot Chat:
/audit-document-conversion
Provide both file paths when prompted:
/audit-document-conversion
Source: C:\documents\report.docx
Output: C:\documents\report.pdf
- Audits the source Office document for accessibility
- Audits the output PDF for accessibility
- Compares results to identify losses introduced during conversion
- Reports conversion-specific issues with remediation guidance
- Provides export setting recommendations for better conversion
- Heading structure flattened to visual-only formatting
- Alt text present in source but missing in PDF
- Table headers not tagged in PDF output
- Reading order differs from source document
- Bookmarks not generated from heading structure
- Document language not carried to PDF metadata
- Color contrast changes from print/export color profiles
- audit-single-document — Audit one document
- pdf-remediator — Fix PDF issues after conversion
- document-accessibility-wizard — Full audit workflow
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide