Xceed PDF Creator for .NET のリリース

Released: Aug 17, 2020

V1.7.1 での更新項目

機能

  • Added more formatting options for bookmarks, table of contents and page numbers.

不具合の修正

  • A total of 23 improvements and bug fixes are included in this release.

Released: Jan 30, 2020

V1.7 での更新項目

機能

  • Border, Document, Formatting, Image, Paragraph, Picture and Style
    • Properties and method arguments for sizes, positions and scaling now use a float type.
  • Bookmark
    • Calling the SetText method to replace a text with a new one containing a “\n” now correctly adds the new line.
  • Document
    • Getting the bookmarks now performs the search faster.
    • Images now obtain a unique id to prevent possible file corruption.
    • Inserting a document with ‘x-emf’ images in another one now correctly displays all the images...

Released: Jan 30, 2019

V1.6 での更新項目

機能

  • Now available on .NET Standard 2.0 for .NET Core 2.0 applications.
  • In all classes points are now used to set sizes, margins and spacings.
  • In Bookmark the new Remove method is now available to remove a bookmark from a document.
  • In Container and Paragraph the new ReplaceTextWithObject methods now make it easy to replace a string with an image, a hyperlink or a table.
  • Document
    • Adding a core property no longer removes the created headers/footers in the saved document.
    • Calling the InsertDocument...

Released: Jun 18, 2018

V1.5 での更新項目

機能

  • Major improvements saving to PDF, including the ability to save tables in headers and footers, better table cell and list item formatting and table splitting over multiple pages.
  • Ability to individually configure each section of a document (page orientation, headers/footers, margins, borders, page size).
  • Creating a document when the Windows settings decimal separator is not a dot is now supported.
  • Management of individual headers and footers is now possible per section.
  • New SetDefaultFont...

Released: Apr 12, 2018

V1.4.1 での更新項目

機能

  • Tables with an “auto” background are now supported.
  • Resulting PDF file is now much smaller in size.
  • Line breaks are now supported.
  • Paragraph images not included in a run are now displayed in PDF.
  • Saving to PDF is now completed much faster.

不具合の修正

  • Using CustomTableDesignName now correctly adjusts the table’s custom style.
  • Modifying the TableLook, or any property of TableLook, will now correctly update the table.
  • Accessing Bookmarks multiple times no longer decreases the application’s...