What's new in Viscomsoft .NET PDF Viewer SDK 4.0

Apr 26, 2024
  • Updated PDF engine. fixed cannot display texts on some PDF version 1.6 or 1.7 files and some text fields cannot display in Fillable PDF file.
  • Updated DeletePDFPage method , after deleted the page, it will reduce PDF file size.
  • Updated SplitPDF method , after split the PDF files.it will reduce the both PDF files size (In old version, if PDF file size is 100MB, after split PDF into two PDF files. The file size remain 100MB for Each PDF file.)
  • Updated MergePDF method, It will reduces the size of a Merged PDF file for selected the start page and end page.
  • Added built-in support view TIFF, XPS document, JPEG, PNG image files.

New in Viscomsoft .NET PDF Viewer SDK 3.0 (Jun 10, 2020)

  • Added support Merge PDF Files, Split PDF files, Delete Page of PDF files, Get the total page of PDF file.
  • Updated scrolling the pdf file cannot using the mouse wheel issue.
  • Added DeletePDFPage , MergePDF, SplitPDF ,GetPDFPageCount methods
  • Updated C#2019, C# 2010, VB.NET 2019, VB.NET 2010, VB6 samples.

New in Viscomsoft .NET PDF Viewer SDK 2.1 (Sep 26, 2019)

  • fixed when print the pdf, tiff, jpeg to printer, display System.DivideByZeroException error.
  • added C# 2019, VB.NET 2019 samples.

New in Viscomsoft .NET PDF Viewer SDK 2.0 (Jul 8, 2019)

  • Added support Continuous scroll (like in Adobe Reader).
  • Support use Mouse Wheel scrolling the document and go to next page or previous page when Continuous scroll mode is turn on.
  • Added VB6, VFP samples.
  • Updated C# 2010, VB.NET 2010 samples
  • Added ContinuousPages property in PDFView.

New in Viscomsoft .NET PDF Viewer SDK 1.5 (Apr 10, 2017)

  • added support export all pages to BMP, EMF, GIF, ICO, JPEG, PNG, TIF, WMF image formats.
  • added support export specific page to BMP, EMF, GIF, ICO, JPEG, PNG, TIF, WMF image formats.
  • fixed PageChanged event cannot fired when open PDF file , then open another PDF file.
  • added ExportAllPages, ExportPage methods.
  • updated C#, VB.NET samples.