Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
Working with Images in PDF Files using C++
Images can be used to show a variety of things ranging from product photographs to workflows and flow charts. PDF files can contain images based on the type of information that it has. For example, a chair installation guide will include pictures of the chair demonstrating how to assemble it. There might be scenarios where you need to manipulate images in PDF files programmatically. For such cases, this article will teach you how to work with images in PDF files using C++.
Convert PUB to Word Document (DOC/DOCX) using C++
Microsoft Publisher (PUB) files are used to create professional documents and marketing materials such as brochures, newsletters, and posters. There might be scenarios where you need to convert the PUB file to a Word document in DOC and DOCX format. For such cases, this article will teach you how to convert PUB files to Word format using C++.
Convert DXF to FBX or glTF GLB file Programmatically in C#
DXF files are exchange formats used for AutoCAD Drawing files. You can convert DXF files to binary glTF, GLB, or FBX format files programmatically using C#. The following sections elaborate more details.
Posted in Aspose.3D Product Family Tagged Convert DXF in Java, Convert DXF using csharp, DXF to FBX, DXF to GLB, DXF to glTF
Convert LaTeX to Word using C++
TeX is a typesetting system that has been noted as one of the most sophisticated digital typographical systems. TeX files are used for typesetting different documents and books containing text, symbols, and arithmetic expressions. Most TeX editors generate a PDF output document. There might be cases where you need the output of a TeX file as a Word document. For such cases, this article will teach you how to convert LaTeX files to Word files using C++.
Convert PUB to Image using C++
Microsoft Publisher (PUB) files are used for printing or publishing information. There might be scenarios where you need to share these files, and the receiving party does not have access to Microsoft Publisher. In such cases, converting these files to images before sharing can prove to be helpful. To that end, this article will teach you how to convert PUB files to various image formats using C++.