Skip to content

Advance first-party PDF roadmap#1869

Merged
PrzemyslawKlys merged 22 commits into
masterfrom
codex/officeimo-pdf-roadmap-structure
Jun 1, 2026
Merged

Advance first-party PDF roadmap#1869
PrzemyslawKlys merged 22 commits into
masterfrom
codex/officeimo-pdf-roadmap-structure

Conversation

@PrzemyslawKlys

@PrzemyslawKlys PrzemyslawKlys commented May 29, 2026

Copy link
Copy Markdown
Member

Summary

  • advances the first-party OfficeIMO.Pdf roadmap with richer PDF primitives, layout, read/write helpers, and visual baselines
  • replaces the Word-to-PDF path with the no-QuestPDF first-party OfficeIMO.Pdf engine direction
  • adds the first OfficeIMO.Excel.Pdf exporter surface with daily-use workbook layout features and diagnostics
  • updates docs, examples, support matrix, and website content for the new PDF roadmap state

Local validation

  • dotnet test OfficeIMO.Tests/OfficeIMO.Tests.csproj --framework net8.0 --filter "SaveAsPdf_ExcelWorkbook_Maps_Simple_Worksheet_HeaderFooter_Formatting|SaveAsPdf_ExcelWorkbook_Warns_For_Mixed_Worksheet_HeaderFooter_Formatting|SaveAsPdf_ExcelWorkbook_Reports_Unsupported_Export_Features"
  • dotnet test OfficeIMO.Tests/OfficeIMO.Tests.csproj --framework net10.0 --filter "SaveAsPdf_ExcelWorkbook_Maps_Simple_Worksheet_HeaderFooter_Formatting|SaveAsPdf_ExcelWorkbook_Warns_For_Mixed_Worksheet_HeaderFooter_Formatting|SaveAsPdf_ExcelWorkbook_Reports_Unsupported_Export_Features"
  • dotnet test OfficeIMO.Tests/OfficeIMO.Tests.csproj --framework net472 --filter "SaveAsPdf_ExcelWorkbook_Maps_Simple_Worksheet_HeaderFooter_Formatting|SaveAsPdf_ExcelWorkbook_Warns_For_Mixed_Worksheet_HeaderFooter_Formatting|SaveAsPdf_ExcelWorkbook_Reports_Unsupported_Export_Features"
  • dotnet test OfficeIMO.Tests/OfficeIMO.Tests.csproj --framework net8.0 --filter "FullyQualifiedNameSaveAsPdf_ExcelWorkbook_Maps_Worksheet_HeaderFooter|FullyQualifiedNameSaveAsPdf_ExcelWorkbook_Maps_Simple_Worksheet_HeaderFooter|FullyQualifiedName~SaveAsPdf_ExcelWorkbook_Warns_For_Mixed_Worksheet_HeaderFooter"
  • git diff --check origin/master...HEAD

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e160dd8a3d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Pdf/Reading/Logical/PdfLogicalMarkdown.cs
Comment thread OfficeIMO.Pdf/Reading/Logical/PdfLogicalMarkdown.cs Outdated
Comment thread OfficeIMO.Pdf/Reading/Logical/PdfLogicalMarkdown.cs
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 75.37919% with 698 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.67%. Comparing base (1f74bca) to head (4762efa).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...fficeIMO.Pdf/Reading/Logical/PdfLogicalMarkdown.cs 64.33% 48 Missing and 49 partials ⚠️
OfficeIMO.Excel/ExcelSheet.HeadersFooters.cs 69.52% 39 Missing and 25 partials ⚠️
OfficeIMO.Pdf/Options/PdfOptions.cs 57.03% 34 Missing and 24 partials ⚠️
OfficeIMO.Excel/ExcelSheet.PrintSettings.cs 71.06% 24 Missing and 22 partials ⚠️
OfficeIMO.Excel/ExcelChart.cs 42.66% 25 Missing and 18 partials ⚠️
OfficeIMO.Excel/ExcelSheet.RuleManagement.cs 48.52% 20 Missing and 15 partials ⚠️
OfficeIMO.Excel/ExcelSheet.CellStyle.cs 66.99% 10 Missing and 24 partials ⚠️
OfficeIMO.Pdf/Reading/PdfTextExtractor.cs 77.98% 24 Missing ⚠️
OfficeIMO.Excel/ExcelImage.cs 40.54% 9 Missing and 13 partials ⚠️
OfficeIMO.Pdf/Model/PdfTableStyle.cs 80.00% 13 Missing and 8 partials ⚠️
... and 49 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1869      +/-   ##
==========================================
+ Coverage   70.80%   71.67%   +0.87%     
==========================================
  Files        1255     1300      +45     
  Lines      190914   206442   +15528     
  Branches    41326    44784    +3458     
==========================================
+ Hits       135173   147969   +12796     
- Misses      36294    37603    +1309     
- Partials    19447    20870    +1423     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@PrzemyslawKlys PrzemyslawKlys changed the title Add PDF logical Markdown export Advance first-party PDF roadmap May 31, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 851b23c32a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs Outdated
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fdd59f36b2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Pdf/Rendering/Writer/PdfWriter.Layout.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
…-roadmap-structure

# Conflicts:
#	Website/.powerforge/seo-baseline.json

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6f90a9a253

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel/ExcelChart.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1ec7c3662d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Pdf/Rendering/Writer/PdfWriter.Layout.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 73cf18c323

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 460bf5d588

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1980e283dc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cccf7ae5e6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0e8a2870fb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Pdf/Rendering/Writer/PdfWriter.Layout.cs Outdated
Comment thread OfficeIMO.Pdf/Manipulation/PdfFormFiller.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 596a501402

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs Outdated
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b99ba6bdef

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread OfficeIMO.Pdf/Manipulation/PdfFormFiller.cs
Comment thread OfficeIMO.Excel.Pdf/ExcelPdfConverterExtensions.cs Outdated
Comment thread OfficeIMO.Word.Pdf/WordPdfConverterExtensions.Native.cs
@PrzemyslawKlys PrzemyslawKlys merged commit 85aa672 into master Jun 1, 2026
14 checks passed
@PrzemyslawKlys PrzemyslawKlys deleted the codex/officeimo-pdf-roadmap-structure branch June 1, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant