This blog post explains how to add a barcode to PDF in C#. You can easily insert any barcode like 2D barcode, QR Code on any page of PDF document using C# .NET.
Convert Visio to Word in C#
This blog post covers how to convert Visio to Word document in DOC/DOCX format using C#. Create Visio VSD VSDX to DOCX Converter in C# .NET.
Convert LaTeX to Word in C#
In this blog post, you will learn how to convert LaTeX to Word DOCX document format in C#. Export TeX format documents to Word DOC DOCX format using .NET.
Convert PPTX to DOCX in Java
The ability to seamlessly convert between PPTX and DOCX Word document formats is a powerful feature. Accordingly, this blog post discusses how to convert PowerPoint Presentation Slides to Word Documents in DOCX or DOC format using your Java applications.
Convert PPTX to XLSX in Java
This blog post showcases a practical example and a code snippet to illustrate the implementation of PPTX to XLSX conversion, empowering developers with a hands-on approach to integrating this functionality into their applications.
Convert HTML to PowerPoint PPTX in C#
Converting HTML to PPTX gives you the flexibility of HTML and the dynamic presentation features of PowerPoint. This blog post will guide you through the process, providing insights and code snippets to make the HTML to PPTX conversion seamless in C#.
Convert Word to Excel in C#
Whether you’re dealing with tables, lists, or any structured data in Word documents, the ability to seamlessly convert them into Excel format can save time and enhance data organization. In this blog post, we will explore how to convert Word DOCX to Excel XLSX format in C#.
Optimize SVG Image in C#
In this blog post, we will explore techniques to optimize SVGs in C#, ensuring your web applications maintain top-notch performance without compromising on visual quality.
Create ZIP File Online
You can reduce the file size by creating a ZIP archive. In this blog post, we’ll explore how to create a ZIP file online for free using a ZIP file compressor.
Convert DWG to PDF in C#
DWG Drawings are widely used to work with architectural and engineering drawings. In this blog post, we’ll explore how to convert DWG to PDF using C#. This feature is useful to share the data and information with a bigger audience who might not have a dedicated CAD application installed on their end.