Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Nayyer Shahbaz
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
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
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
Improved and Stable: Aspose.Pdf for Android 1.3.0
We are pleased to announce the maintenance release Aspose.Pdf for Android 1.3.0. This new release includes fixes for issues reported in earlier versions. One of the areas where fixes have been introduced is text file to PDF conversion using TextBuilder. With this new release, you can convert text files to PDF format with the new Document Object Model com.aspose.pdf package. The PDF to image conversion feature is greatly improved. Starting with this release, the PdfConverter class provides … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Render Text with Justified Alignment and High-Fidelity PDF Rendering in Reporting Services 2.8.0
We are very much excited to announce the release of Aspose.PDF for Reporting Services 2.8.0 as this release includes fixes for issues related to text justification when rendering it inside a PDF document. In this new release, we have also fixed some complex scenarios of PDF rendering where some users encountered contents overlapping issues. So this new version is better than earlier releases and provides great fidelity when generating PDF documents.
Please get the download and start exploring the exciting … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Aspose.Pdf for JasperReports 1.3.0 is Synchronized with the Latest JasperReports Versions
The Aspose.Pdf product family contains a range of award winning APIs and components for PDF file generation and manipulation. Aspose.Pdf for Java is an API for PDF manipulation on the Java platform. Extending the feature of this API, we developed the Aspose.Pdf for JasperReports component, which is a flexible solution designed to export reports from JasperReports and JasperServer to Portable Document Format (PDF). Important report features such as tables, charts and images are converted to PDF with the highest degree … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Convert RDL to XPS Directly from SQL Reporting Services with Aspose.PDF for Reporting Services 2.7.0
Aspose.PDF product family is one of our award-winning APIs for PDF document creation and manipulation. One of the main APIs in this family is Aspose.PDF for .NET. For some time now, it has supported converting PDF files to XPS format and vice versa. As Aspose.PDF for Reporting Services is built on top of Aspose.PDF for .NET, the latest release of Aspose.PDF for Reporting Services 2.7.0, now has the feature to directly export RDL files to XPS format, either using … Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Add Layers to PDF and Get Hyperlink Destination in C# – Aspose.PDF for .NET 9.3.0
The Aspose team is always happy to introduce new and exciting features to its APIs, where the main intent is to provide out of the box APIs that make the lives of developers worldwide easier. We create tools that means our customers don’t have to do much of the tedious work required during document manipulation. We always thrive to present products that are simple and easy to use, so that our customers can focus on their business logic and forget … Continue Reading