Entries in ASP.NET (100)
RAD PDF 2.23 Released
Red Software is excited to announce version 2.23 of RAD PDF, the PDF editor, PDF form filler, and PDF reader for ASP.NET. This release improves RenderOnDemand performance and adds visual improvements for browsers with blend mode support (e.g. Chrome Canary*, Firefox Nightly*)
Version 2.23 also updates how PDF form field names containing periods are handled. In previous versions, RAD PDF did not accept periods in the name provided. RAD PDF now automatically creates the necessary non-terminal fields to accommodate such naming.
We've also added a new CustomData property to the PdfDocument class. This new property allows PDF output to be tagged with custom data which can then again be accessed when a PDF is again loaded into RAD PDF, allowing RAD PDF to support an even wider range of work flows.
This release also includes several minor bug fixes.
This version is available free of charge to all Red Software customers with an active Maintenance Plan.
*These are experimental browser builds and may require additional configuration to enable blend modes. It is our hope though that CSS blend mode support becomes a widely implemented standard, which RAD PDF will be ready for.
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.
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.
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.