Skip to content

DocumentUltimate v4.0.5

Compare
Choose a tag to compare
@GleamTech GleamTech released this 15 Jun 13:49
· 97 commits to master since this release

Example projects for WebForms (C#), WebForms (VB), MVC (C#) and MVC (VB) are included.

Version 4.0.5 - June 14, 2018

  • Fixed: When converting some JPEG files to PDF via DocumentConverter, you would see "There was an error while
    reading a stream." error when opening the generated PDF with Acrobat Reader. However, the issue did not happen
    when using DocumentViewer to view the JPEG file (conversion to XPZ was sucessful) or when viewing the generated
    PDF with Chrome's internal PDF viewer.
    The problem was that JPEG file was embedded as it is (no re-encoding) into the PDF file and if that JPEG file's
    original encoding was not PDF spec compatible, you would get that error. Now ensured re-encoding all image formats
    even if they are allowed in PDF spec like JPEG so that they are guaranteed to open in all PDF viewers.

  • Improved: Improved stability, accuracy for Portable, Presentation, Spreadsheet and ProjectManagement formats.