Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.PDF Product Family
HTML5 PDF Editor by Aspose for .NET
This is a new and improved PDF Editor application developed in HTML5, jQuery Ajax and ASP.NET to edit PDF files using Aspose.PDF for .NET. The enhancements in the editor’s UI and the improvements in performance make it more user-friendly and it can easily be included in other applications. Aspose.PDF for .NET is a very feature-rich API when it comes to creating and editing PDF files and the results are precise.
HTML5 PDF Editor – Purpose & Features
The purpose … Continue Reading
Posted in Aspose.PDF Product Family Tagged Asp.net pdf editor, Aspose.Pdf, Aspose.Pdf for .NET, Edit PDF, Html5 PDF Editor
Change Page Orientation, Single Output HTML with All Resources, Rearrange Page Contents After Replacing Text and More in Aspose.PDF for .NET 9.6.0
We are very much excited to announce the release of Aspose.PDF for .NET 9.6.0 which provides some great new features like changing page orientation from landscape to portrait and vice versa. In order to accomplish this requirement, set the page’s MediaBox by using following code snippet.
Change Page Orientation
The following code sample shows how to change page orientation in C#.
Document doc = new Document("PdfWithText.pdf");
foreach (Page page in doc.Pages)
{
Rectangle r = page.MediaBox;
double newHeight = r.Width;
… Continue Reading Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Optimized PDF to Image, Text Replace and Text Extraction Features in Aspose.Pdf for Android 1.4.0
We are excited to announce the release of Aspose.Pdf for Android 1.4.0, which provides complete support for the PdfConverter class and we also have introduced the JpegDevice class. The JpegDevice class specifically provides the capabilities to convert PDF pages to JPEG format and provides high fidelity results. Furthermore, PDF to image conversion, text extraction and text replacement are particular features enhanced in this release.
In this new version, we have also provided support for extracting text using the … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Import and Export WordPress Posts from/to PDF and Word Processing Documents without Losing Format with WordPress Plugin
WordPress is a free open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service. Features include a plugin architecture and a template system. WordPress is used by more than 22.0% of the top 10 million websites as of August 2013. WordPress is the most popular blogging system in use on the Web, at more than 60 million websites. It’s probably the easiest and most powerful blogging and … Continue Reading
Use PDF Measurement Tool in C# or VB.NET
We are very excited to announce the release of Aspose.PDF for .NET 9.5.0 which introduces some great new features. The development team has been working hard to implement these features and is pleased to make them available in our public API.
PDF Measurement Tool using C#
Recently we received a requirement to add measurement elements using Aspose.PDF for .NET (like we can use the measurement tool in Adobe Acrobat) to a PDF document. In order to accomplish this requirement, … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz Tagged Csharp PDF Measurement Tool
Import to Selected Pane in Aspose .NET PDF Import for DNN Module
Aspose .NET PDF Import for DNN Module allows developers to get/read contents of PDF document without requiring any other software such as Adobe Acrobat or PDF reader. This module demonstrates the powerful import feature provided by Aspose.Pdf. It adds a simple file browser control, Content Pane selection and Import from PDF button on the page where the module is added. When clicking on the button, the document contents are displayed on the screen immediately.
New Features
Based on customer … Continue Reading
Posted in Aspose.PDF Product Family
PDF to Excel Conversion, PDF/A-3, Support of Better JavaScript and Layered PDF Files with Aspose.PDF for Java 9.3.0
Aspose.Pdf for Java is ported from its sibling Aspose.PDF for .NET, so in every new release, we work to support the same set of features in the Java API as are available in the .NET API. The new release of Aspose.PDF for Java 9.3.0 is a better and enhanced version of the API compared to earlier versions. This new release introduces some great new features, enhancements to existing features and fixes for issues in previously released versions. We always recommend … Continue Reading
Enhanced PDF to HTML, PDF to Excel Conversion and Better Compatibility with COM Interop with Aspose.PDF for .NET 9.4.0
At Aspose, we always strive to provide enhanced versions of our APIs, stable and optimized as compared to earlier versions. In the recent versions of Aspose.PDF for .NET, our focus has been improving file format conversion including PDF to HTML, SVG to PDF, PDF to Excel, PDF to DOC, image to PDF and PDF to image format. In fact, PDF files to HTML rendering are one of the most demanded features because it provides the ability to convert any PDF … Continue Reading