v26.4

Sửa lỗi ngoại lệ PdfExtractor.Extract

  • Method PdfExtractor.Extract: không ném ngoại lệ nếu ngày Created và Modified không được tìm thấy trong tài liệu đầu vào.
  • Property PdfProperties.Created: trả về null nếu giá trị không được tìm thấy trong tài liệu đầu vào. Kiểu dữ liệu đã được đổi từ “DateTime” sang “DateTime?”.
  • Property PdfProperties.Modified: trả về null nếu giá trị không được tìm thấy trong tài liệu đầu vào. Kiểu dữ liệu đã được đổi từ “DateTime” sang “DateTime?”.

Ví dụ sử dụng:

The example demonstrates how to Extract Created and Modified Properties

// Create ExtractPropertiesOptions object to set input file
var options = new ExtractPropertiesOptions("path_to_your_pdf_file.pdf");
// Perform the process and get Properties
var pdfProperties = PdfExtractor.Extract(options);

var created = pdfProperties.Created;
var modified = pdfProperties.Modified;

Cải thiện hiệu suất render PDF sang TIFF

Đã tạo trang sản phẩm cho “PDF Converter” cho trang này

https://products.documentize.com/pdf-converter/

Các sửa lỗi khác

  • Fixed HTML to PDF – Performance is very slow with large HTML text
  • Fixed HTML to PDF – Header and footer do not appear on subsequent pages
  • Fixed HTML to PDF – Tooltip fails to render correctly
  • Fixed PDF to DOC – Conversion triggers OutOfMemory exception
  • Fixed PDF to XLS – Merged columns are combined into a single column
  • Fixed PDF to HTML – Background images are missing
  • Fixed PDF to HTML – Local hyperlinks are not displayed
  • Fixed PDF to JPEG – Output image appears black
  • Fixed PDF to PDF/A – Formatting problems in the resulting file
  • Fixed PDF to PDF/A_1b – Resulting file is not compliant
  • Fixed PDF to PDF/A_3b – Text formatting issues in the output file
  • Fixed PDF to PDF/A-2B – Conversion removes math characters when using OpenType MATH fonts
10 thg 4, 2026
 Tiếng Việt