Top
Search
Categories
Archive

Entries in ASP.NET (99)

RAD PDF 3.22 Released

Red Software is excited to release RAD PDF 3.22, the ASP.NET / ASP.NET Core / ASP.NET 5 Web Control for reading, printing, editing, filling, signing, and more with PDF files in almost any web browser!

This latest version allows RAD PDF to be deployed with server side page rendering, but without the RAD PDF System Service. This allows for tighter PDF file protection and faster rendering of large files when  deploying / developing using our nuget for a single instance. Implementations are now a breeze when using Azure App Services, ASP.NET 5, and similar environments.

With ASP.NET Core / ASP.NET 5, RAD PDF can now be configured to not use the RAD PDF System Service with a single line of code in a Setup.cs class:

app.UseRadPdf(new RadPdfCoreMiddlewareSettings() { UseService = false });

This UseService=false can also be used in the .NET Framework or .NET Core integration provider. HttpHandler rendering can be disabled by setting AllowHttpHandlerRendering=false.

This update is available free of charge to customers with an active Maintenance Plan.

Release Notes

RAD PDF 3.21 Released

Red Software is happy to announce RAD PDF 3.21, the ASP.NET / ASP.NET Core Web Control for PDF editing, PDF form filling, PDF signing and more! This release includes PDF rendering efficiency improvements (especially for large files) and other enhancements.

The Client API now includes a new .reload() method allowing for a document to be loaded fresh from the server via JavaScript. Additional this version fixes RTL issues with combo box form fields, unnecessary DOM shifts, and more.

This update is available free of charge to customers with an active Maintenance Plan.

Release Notes

RAD PDF 3.20.5 Released

Today, Red Software announces an update to its ASP.NET / ASP.NET Core / ASP.NET 5 web component RAD PDF, a leading PDF editing, PDF form filling, and PDF signing GUI. This release focuses on minor improvements as well as number of bug fixes.

The new RadPdfPdfProcessingParserException class, allows for distinction from internal exceptions when processing PDF files that may be corrupt or malformed.

This update is available free of charge to customers with an active Maintenance Plan.

Release Notes

 

RAD PDF 3.20 Released

Red Software is proud to announce RAD PDF 3.20, its ASP.NET PDF viewer, editor, form, and signature component.

This release includes a new CreateEmptyDocument() method for the PdfWebControlLite control, allowing for empty documents to be created, awaiting a user's file upload. Additionally, new CSS classes allow the upload dialog to be more easily styled.

This version also includes a number of bug fixes, including a potential CORS exception, touch improvements, and other minor bugs.

This update is available free of charge to customers with an active Maintenance Plan.

Release Notes

RAD PDF 3.19.5 Released

Red Software is excited to release an update to its ASP.NET PDF viewer, editor, form, and signature component, RAD PDF.

This update includes additional mobile improvements to improve pinch-to-zoom, including enhancements for Android and fixes for "choppy" zooming on some devices.

A new BasePath property has been added to the PdfWebControl and PdfWebControlLite so that an optional subdirectory or URL can be provided for RAD PDF request routing.

A new ServicePdfLiteSessionProvider implementation allows the RAD PDF System Service to be used for Lite Document session management. This is an off-the-shelf alternative for customers who don't want to use IIS session management. Customers of course can make custom implementations as well.

This update is available free of charge to customers with an active Maintenance Plan.

Release Notes