Category Archive: Nayyer Shahbaz

Extract Text based on Columns and Identify Image Type within PDF in C# with Aspose.PDF for .NET 9.9.0

Extract text from columns in PDF document

We are very much excited to announce the release of Aspose.PDF for .NET 9.9.0 which provides new features and empowers the developers to extract text from PDF documents. You can also extract text from multi-column PDF documents using C#. In addition, you can now extract the table borders and identify images in PDF documents. The following are some of the exciting features introduced in this release.

Extract Text based on Columns from PDF in C#

In case we have a … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , ,

Justify Text in Local Mode with ReportViewer 2010 and Aspose.PDF for Reporting Services 3.0.0

Aspose.Pdf for SSRS icon

We are very much excited to announce a maintenance release of Aspose.PDF for Reporting Services 3.0.0 which provides fixes for issues reported in earlier release versions. Text justification is one of the features provided by Aspose.PDF for Reporting Services which is not supported by Microsoft Report Viewer or Report Server’s default PDF rendering feature. With the addition of a simple custom feature either in a particular report or by defining a configuration on the Report server, you can output text … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

PDF to DOCX or Single HTML with All Resources Embedded, Optimized TIFF to PDF, PDF to Image Conversion with Efficient Memory Use in Aspose.Pdf for Java 9.7.0

convert pdf to docx html java

It gives us immense pleasure to announce the release of Aspose.PDF for Java 9.7.0 which offers some great new features. It provides document manipulation and conversion from various formats to PDF in Java. Furthermore, you can now convert PDF to DOCX, HTML or other file formats. Keeping this tradition alive, this new release provides a couple of new features as well as improvements in the API for complex scenarios handling for the image to PDF conversion, PDF to image conversion, … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , ,

Compress Files when Embedding in C# with Aspose.PDF for .NET

Aspose.Pdf for .NET logo

We are very much excited to announce the release of Aspose.Pdf for .NET 9.8.0 which provides some new and exciting features. This new release has an optimized API with great new features. Among these new features, the API has also been optimized from a performance perspective and now you get faster, more reliable PDF creation and manipulation features and an output with great fidelity.

HTML to PDF Supports CSS3

HTML to PDF conversion is one of our most popular features … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

Convert PDF to EPUB and Other File Formats with Aspose.PDF for Java 9.5.2

Convert PDF to EPUB

We are pleased to announce the maintenance release of Aspose.PDF for Java 9.5.2. This new release provides several new and exciting features and also improves already supported features to optimize them and give better results.

PDF to EPUB in Java

PDF to EPUB conversion is supported in Aspose.PDF for .NET for a while and in order to make the .NET and Java versions of the software identical in terms of features, we recently ported the PDF to EPUB conversion … Continue Reading

Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged ,

Generate PDF/A Compliant Documents with Aspose.Pdf for Reporting Services

Aspose.Pdf for SSRS icon

We are pleased to announce the maintenance release of Aspose.Pdf for Reporting Services 2.9.0 which includes fixes for issues reported in earlier versions. Generation of PDF/A compliant documents is one of the features not provided by Microsoft Report Server’s native PDF generation feature which Aspose.Pdf supplies. Please note that this component is quite flexible and depending upon your requirements, you may configure it to accomplish features like setting page orientation of the output PDF file (landscape or portrait), adding HTML … Continue Reading

Posted in Aspose.PDF Product Family, 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

Aspose.Pdf for .NET logo

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

Aspose.Pdf for Android logoWe 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

Aspose.Pdf for .NET logo

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