Top
Search
Categories
Archive

Entries in ASP.NET (99)

RAD PDF 2.22 Released

Today, Red Software releases version 2.22 of RAD PDF, the ASP.NET PDF reader and PDF editor. This update includes a number of new and exciting features including:

  • RenderOnDemand - RAD PDF now optionally renders pages as they are needed. Previous versions of RAD PDF rendered all pages sequentially, often forcing users to wait up to a minute or two for the last page in a very long document. This new feature allows page 100 to load just as quickly as page 1.
  • GroupThumbnails - RAD PDF now optionally renders thumbnails even quicker by grouping thumbnails together and reducing the number of HTTP requests.

These new features make RAD PDF even more capable of loading large PDF documents as pages can be rendered out of order making it quick and easy for your users to jump from page 1 to page 101 back to page 70.

This release also includes logging improvements as well as minor bug fixes.

This version is available free of charge to all Red Software customers with an active Maintenance Plan.

Release Notes

RAD PDF 2.21 Released

Today, Red Software is proud to announce version 2.21 of RAD PDF, the ASP.NET PDF viewer and PDF editor. This release adds a new tool as well as improvements to the RAD PDF maintenance routinues.

First, the new Hand Scroll Tool allows users to pan and scroll the pages of PDF files using either their mouse or touch. The new HideHandScroll property also allows this tool to be optionally disabled.

Additionally, the RAD PDF maintenance routinues have been optimized to improve concurrency as well as speed of execution. For large deployments, these additional enhancements help servers running RAD PDF handle additional load.

This release also includes a number of minor bug fixes including iOS improvements and a JPEG 2000 decoding issue.

This version is available free of charge to all Red Software customers with an active Maintenance Plan.

Release Notes

RAD PDF 2.19 Released

Here at Red Software, we're proud to announce the release of RAD PDF 2.19! This newest version of our ASP.NET PDF editor and PDF viewer includes an improved PDF renderer, support for SQL Server's ISO data types (nvarchar(max) and nvarbinary(max)), as well as numerous API improvements.

Our updated PDF renderer helps text and images to appear crisper and more accurate, even on mobile devices. Rigorously tested over the last 6 months, these improvements also help improve rendering performance in many cases, particularly when embedded raster images need to be scaled to the viewer (a common need for PDF files created using a scanner).

Support for SQL Server's ISO data types nvarchar(max) and nvarbinary(max) not only ensures RAD PDF's compatibility with future versions of SQL Server (as ntext and image have been deprecated), but also allows database administrators to use SQL Server's FILESTREAM feature to store RAD PDF data outside of the database files, instead on file system. We're excited to provide this much requested feature for those with large RAD PDF implementations or those with large PDF documents in storage.

Additionally, this new version provides a number of bug fixes as well as new client and server API methods.

This version is available free of charge to all Red Software customers with an active Maintenance Plan.

Release Notes

RAD PDF 2.18 Released

Today, Red Software is proud to announce version 2.18 of its ASP.NET PDF viewer and editor, RAD PDF. This version includes a new page "Deskew" tool which can be used to straighten scanned PDF pages which may be just a few degrees off.

Additionally, version 2.18 includes a number of new client and server API methods. Objects can now more easily be cloned (from page to page, and even document to document) using the new CloneTo() method. The new SetPoints() method allows custom ink shapes to be added to documents server side. A new DeskewPage() method allows pages to be straightened using your own code as well.

This release also has a couple of breaking changes. Both the PdfBorder class and PdfColor class have been converted into structs for improved consistency and performance.

This new release also features a number of minor bug fixes.

This version is available free of charge to all Red Software customers with an active Maintenance Plan.

Release Notes

RAD PDF 2.17 Released

Red Software is excited to announce version 2.17 of its ASP.NET PDF viewer and editor, RAD PDF. With the new Opacity property, RAD PDF can now create semi-transparent objects. Using the GUI, Client API, or Server API, you can overlay text, create complex graphics, apply watermarks, and more.

Client API improvements and the addition of resource strings (for both current and future use) make RAD PDF easier than ever to integrate into your web application. Also, an updated code sample better illustrates the power of the Client API and its ability to implement a custom interface.

This new release also features a number of minor bug fixes.

This version is available free of charge to all Red Software customers with an active Maintenance Plan.

Release Notes