This article covers the basic implementation of PDF automation within .NET applications. Ultimately, you will learn how to create PDF files and insert text, images, tables, and other components using C#.
Create MS Visio VSDX Diagrams using C#
MS Visio is a popular application that lets you create a wide range of diagrams such as flowcharts, data flow diagrams, business process models and etc. VSDX is the file format that MS Visio uses to store the diagrams. In order to automate VSDX manipulation, this article provides you a basic tutorial of how to create VSDX diagrams from scratch in C#. Furthermore, it covers how to insert pages, shapes, and text in the VSDX diagrams from within .NET applications.
Convert PUB to PDF in Java
Microsoft Publisher is used to create flyers, brochures, pamphlets, or banners in PUB format. In this blog post, we will learn how to convert a PUB file to a PDF format easily using the Java language.
Get 25% OFF on Aspose.Total
Just one month left in New Year’s eve and we are all set to make you rejoice with our biggest sale of the year. Aspose is offering you 25% OFF on Aspose.Total - a complete collection of our native APIs for .NET, Java, Android, C++, and other platforms. Use the HOLOFF2020 coupon code to avail this amazing discount while placing your order.
Convert PDF File to Byte Array or Byte Array to PDF using C#
Byte Array is helpful for storing or transmitting data. Likewise, the PDF file format is popular because of its features and compatibility. You can convert PDF File to Byte Array as well as a Byte Array to PDF File using C# language.
Compress PNG, JPEG, and TIFF Images using C#
Image compression is a popular way of reducing the size of the images. It lets you minimize the space and time required to store and transmit images respectively. Various compression techniques are available that compress images in such a way that the quality of the images is not degraded. In accordance with that, this post provides you with some simple ways of how to compress PNG, JPEG, and TIFF images programmatically using C#.
Convert MemoryStream to PDF File or PDF File to MemoryStream in C# VB.NET
MemoryStream offers fast, in‑memory data handling, eliminating disk latency. With C# or VB.NET you can seamlessly convert a MemoryStream to a PDF file and reverse the process. This approach boosts performance and reduces storage overhead.
Convert PDF to PNG Images in C#
Are you looking for a high-speed, high-quality, and easy-to-implement PDF to PNG conversion solution in C#? If yes, this article provides a quick, powerful, and high-fidelity method of converting PDF files to PNG images in C#.
Protect PowerPoint PPT with Password or Digital Signatures in C#
Protection of digital information has always been an important aspect of the cyber world. Various ways and technologies have been devised to secure digital content. In accordance with that, this blog post explicitly targets the security of MS PowerPoint presentations and provides you with different ways of securing PPTX documents. In this post, you will learn how to protect a PowerPoint PPTX with a password or a digital signature using C#.
Convert JSON to CSV and CSV to JSON using C# or VB.NET
JSON is abbreviated for Javascript Object Notation, which represents the data as key-value pairs. You can convert JSON to CSV and CSV to JSON format as per your requirements. Both of these file formats are suitable for storing and transmitting data.