Top
Search
Categories
Archive

Entries in pdf (82)

RAD PDF 3.13.5 Update

Today, Red Software releases an update to RAD PDF, the ASP.NET / ASP.NET Core GUI for PDF files and forms. Version 3.13.5 includes updates for the latest iOS changes.

We improved the user interface when using Safari on iOS while browsing with "Request Desktop Website" turned "On", the current default on iPad. RAD PDF now also supports Bluetooth mice / pointing devices on iOS, a new feature in iOS 13.4. Some mobile pinch and zoom improvements have been made, allowing for a better experience in mobile browsers.

This version also fixes a bug cropping text in a non-wrapping PdfTextShape, in some cases while using Safari on iOS.

This release is available free of charge to all RAD PDF licensees with an active Maintenance Plan.

Release Notes

RAD PDF 3.13 Released

Red Software is proud to announce version 3.13 of RAD PDF, the ASP.NET (and ASP.NET Core) PDF reader, editor, form filler, and more. Implementations of our PDF web control can now export and import objects added by the user, allowing integrations more flexibility when using RAD PDF. Additionally, this update includes rendering improvements both to the client and server side code base along with improving the display of embedded JPEG 2000 images.

This version also includes a new advanced option to display a "Next Field" button which can be enabled (or enabled just for iOS) allowing for smoother tabbing between fields. If interested, please contact Red Software for more information about this feature.

This release is available free of charge to all RAD PDF licensees with an active Maintenance Plan.

Release Notes

RAD PDF 3.10 Released

Today, Red Software releases version 3.10 of RAD PDF, the ASP.NET and now ASP.NET Core PDF reader, editor, form filler, signature tool, and more. This version includes sample code for using RAD PDF with ASP.NET Core (as well as a reference to the new nuget package). The new ASP.NET Core version can be used with both standard RAD PDF documents (PdfWebControl) and Lite Documents (PdfWebControlLite) with little to no changes.

When using ASP.NET Core, the new RadPdfCoreMiddleware replaces the PdfHttpHandler, making configuration, even with a custom PdfIntegrationProvider, very straightforward. The RAD PDF System Service still requires the full .NET Framework, but this can be configured on a seperate machine or the control can be run using RenderAtClient.

This update also includes a number of minor feature updates and bug fixes.

This release (and the ASP.NET Core nuget) is available free of charge to all RAD PDF licensees with an active Maintenance Plan.

Release Notes

RAD PDF BETA for ASP.NET Core

Red Software is excited to share a new BETA version of RAD PDF for use with ASP.NET Core!

ASP.NET Core is the new open-source web framework from Microsoft. While similar to ASP.NET, request processing is handled much differently. This new assembly is largely similar to the standard RAD PDF build with a few key differences:

  • The PdfHttpHandler and web.config have been replaced with RadPdfCoreMiddleware - a single line of code in your Startup class configures and installs the needed listeners
  • When using a custom session provider, AddSession() implementations need two parameters instead of one -  update your code to use AddSession(HttpContext context, PdfLiteSession session)
  • When using a custom session provider, GetSession() implementations need two parameters instead of one - update your code to use GetSession(HttpContext context, string key)

This initial BETA release is compatible with ASP.NET Core 2.0 and higher.

To request a link to the BETA, please contact support:

https://support.redsoftware.com/hc/en-us/requests/new

Use of this assembly is included with a standard RAD PDF license and is subject to the EULA.

RAD PDF 3.9.5 Service Update

Today, Red Software releases version 3.9.5, a service update to its PDF reader, editor, form filler, signature tool, and more for ASP.NET web applications, RAD PDF. This distribution primarily focuses on fixes and smaller improvements to RAD PDF. This build further improves the PdfSignatureShape object (demonstrated here), particularly when using the popup GUI. Additionally, PdfLinkAnnotation objects can also now link to destinations using non-HTTP protocols (e.g. mailto: or tel:).

To simplify integrations with RAD PDF, the Document object is now accessible from the PdfIntegrationProvider's OnDocumentSaved method. This allows implementations to easily analyze user changes and the output PDF at the same time, simplifying tasks like post-processing the output PDF. Objects can now selectively be output to PDF or printed, allowing for objects to appear on screen, but not in outputs (or vice versa).

This update also has documentation improvements and other fixes.

This release is available free of charge to all RAD PDF licensees with an active Maintenance Plan.

Release Notes