I am looking at implementing a feature of saving an XLSX document as PDF and have discovered Open XML does not have this ability.
To achieve this currently, there is a need to implement an additional third party library that will save the XLSX as a PDF file.
They vary a lot in quality and reliability.
There would be value in Open XML by having a native ability to save the document as a read only PDF document.
Information
- .NET Target: .NET Framework 4.5
- DocumentFormat.OpenXml Version: 2.11.3
Repro
Add option to change Workbook type to PDF and save
Observed
Does not have feature.
Expected
Save docx or xlsx as PDF option