Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2022
Python MS Word Automation – Create, Edit, or Convert Word Documents using Python
As a Python developer, you can automate MS Word to create new Word documents, edit or modify the existing ones, parse or convert them into other formats without using Microsoft Office. In this article, you will learn how to automate MS Word to create, edit, parse or convert Word documents using Python.
Posted in Aspose.Words Product Family Tagged Automate Word Document with Python, Convert Word Document using Python, Create Word Document using Python, DOCX, DOCX Python, Edit Word Document in Python, Extract Text from DOCX in Python, MS Word Automation in Python, Parse Word Document in Python, Parsing Word Documents with Python, Python Convert Word Document, Python Create Word Document, Python Edit Word Document, Python MS Word Automation, Python Word, Python Word Document Parser, Python Word Library
Add or Update Hyperlinks in PDF using C# .NET
PDF is a feature-rich document format that supports a range of elements including annotations, media, forms, etc. Hyperlink is an important element that is used to navigate within the PDF, from one PDF to another, to a web page, etc. While generating the PDF documents programmatically, you may often need to insert hyperlinks. Accordingly, in this article, you will learn how to add and update hyperlinks in PDF files in C# .NET.
Convert Image to JSON with OCR in C#
Images or graphics depict a lot of visual information that can contain text, pictures, graphs, etc. Sometimes you might want to convert some information from a JPG or PNG image to JSON format in order to process some data. In accordance with such requirements, this article covers how to convert an image to JSON by performing OCR operation programmatically in C#.
Convert DWF or DWFX to OBJ in C#
A DWF or DWFX file is a 2D or 3D drawing file that can include text, graphics, data, or three-dimensional models. Whereas, the Wavefront OBJ file is a geometry definition file format that contains 3D geometry like the position of each vertex, texture coordinates, vertex normal, etc. In certain scenarios, you might want to convert a DWF or DWFX file to an OBJ file. In accordance with such situations, this article covers how to convert a DWF or DWFX file to an OBJ file programmatically in C#.
Posted in Aspose.CAD Product Family Tagged Convert DWF DWFX to OBJ, DWF to OBJ, DWF to OBJ csharp, DWFX to OBJ, DWFX to OBJ csharp
Add or Remove JavaScript in PDF Files in C# .NET
PDF is a rich document format in terms of versatility and features. One of the major advantages of PDF is its consistent layout across heterogeneous platforms. Moreover, it has the ability to be displayed in desktop applications and web browsers at the same time. This is the reason that PDF files are capable of running JavaScript. In this article, we will demonstrate how to add or remove JavaScript in PDF files using C#.
Create a Web Scraper in C#
Web Scraping, also known as web crawling, web harvesting, or data scraping, is used for extracting data from websites. A web scraper uses different data selectors like CSS selectors, XPath, or both of these in order to extract data from the web pages. Both of these selectors are efficient for collecting and analyzing information from the web. This article covers how to create a web scraper in C#, specifically the information about HTML navigation, XPath Query and CSS Selector.
Calculate Project Programmatically using C#
. As a C# developer, you can easily set project calculation mode in .NET applications and calculate project properties. In this article, you will learn how to calculate a project programmatically using C#.
Create Graphs and Charts in PDF in Java
Graphs and charts are used to visually represent the data in PDF files. Furthermore, you can use them to graphically describe the flow of the activities or operations in a system such as flow charts. In this article, you will learn how to create graphs and charts in PDF files programmatically in Java. We will explicitly cover how to create different graphical objects in a PDF file.