Top
Search
Categories
Archive

Entries in pdf (81)

RAD PDF 3.23 Released

Today, Red Software updates 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 is also now available via a NuGet for all supported platforms, including .NET Framework 3.5 / 4.x, .NET Core, and .NET 5! Our latest NuGet package helps streamline integrations, updates, and deployments.

With the introduction of the NuGet package, we have also made it easier to get started with sample code by cloning our GitHub repository for the latest examples of how to use RAD PDF.

This update also includes some minor bug fixes including an issue when using form fields with iOS 12 or earlier.

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

Release Notes

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