PDF Xpansion SDK - E-Invoicing (Receipt) 17.1.3

Released: Apr 10, 2025

17.1.3 での更新項目

機能

  • Added libraries for .NET 8 and .NET 9.
  • Minimal requirements for redistribution:
    • The new libraries have the AnyCPU architecture, which should also simplify their use in your applications and redistribution.
    • The SDK also includes new libraries with the implementation of the PDF Viewer based on System.Windows.Forms.UserControl (for .NET 8 and .NET 9).
    • The main SDK library must be redistributed together with the .NET library and your application.
    • Windows OS.
  • Reduced Implementation Complexity
    • The SDK API in the new libraries corresponds as much as possible to the API from the libraries for the .NET Framework. Therefore, as a rule, it is sufficient to change the references in your projects to the new libraries and rebuild the projects. There will be no need to change your code, or only minimal adjustments will be required.
  • New and Additional Samples
    • e_invoice_c# -  e-invoice functionality.
    • pdf_basic_c# - base PDF functionality.
    • viewer_forms_c# - PDF Viewer.