Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.PDF Product Family
Print PDF Files Programmatically using Java
Printing PDF documents is often a key function in different companies and organizations. You can easily print a PDF file programmatically using Java language. You can work with Aspose.PDF for Java API by configuring it in your environment. Let us walk through different PDF printing scenarios that are possible in your Java applications.
Split a PDF File into Multiple Files using C#
In the previous article, you have seen how to merge multiple PDF files into a single PDF. However, there could be a case when you need to split a single PDF file into multiple files. You can either split each page of the PDF or a collection of pages into multiple PDFs. In this article, you will learn how to cope up with such scenarios and split a PDF file into multiple PDFs using C#.
Rotate PDF Pages, the Text or Image with C# or VB.NET
Let us explore how to rotate PDF pages as well as how to rotate text or images/pictures in a PDF document in your .NET applications. You can work with Aspose.PDF for .NET API to call the methods and APIs using C# or VB.NET languages.
Compress, or Optimize PDF Files with Same Quality using Java
Different organizations use PDF files for secure and organized exchange of information. However, sometimes PDF files become huge in size owing to embedded contents like images, videos, drawings etc. You can easily optimize or compress such PDF file’s size without any compromise on the quality.
Convert PDF to TEXT or TXT to PDF using C# VB.NET
PDF files are popular because they support text, images, animations, videos, and many other annotations. However, the text is the most important part of the majority of PDF documents. In this article, we will convert PDF to TXT file and TXT file to PDF format using C# .NET.
Encrypt or Decrypt PDF Files using C++
PDF Encryption is the process of protecting the document using a password as well as some cryptographic algorithms including AES or RC4. You can also set different privileges to limit user's access to different operations. For example, you can only allow printing, adding annotation, filling forms, and etc. In this article, you will learn how to encrypt PDF files using C++. Furthermore, this article also covers how to set different privileges and decrypt password-protected PDF files using C++.
Convert Base64 String to PDF or JPG/PNG Image with Java
Base64 string shows data in ASCII format. It is popular for embedding inline images and other information in HTML webpages or style sheets. In this article, we will be learning how to convert the Base64 string to PDF, JPG and PNG using Java.
Java Base64 to PDF Converter API – Installation
You can download the JAR files of Aspose.PDF for Java API from Releases section, or using following Maven configurations:
Repository
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository
… Continue Reading
C# PDF to PPTX Conversion – Handle Notes and Decoration Graphics