Top
Search
Categories
Archive
« RAD PDF 3.23 Released | Main | RAD PDF 3.21 Released »

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

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>