Create MS Outlook Tasks in Python
MS Outlook allows you to create to-do lists that are comprised of different tasks. Each task is an activity that is to be performed within a particular period of time.… Read More »Create MS Outlook Tasks in Python
MS Outlook allows you to create to-do lists that are comprised of different tasks. Each task is an activity that is to be performed within a particular period of time.… Read More »Create MS Outlook Tasks in Python
PST (Personal Storage Table) is a storage file format that is used by different Microsoft programs. PST files are capable of keeping data of messages, contacts, calendars, events, etc. It… Read More »Parse Outlook PST Files in Python
An STL file describes the surface geometry of 3D objects and they are commonly used 3D printing, rapid prototyping, etc. While the USDZ files are getting popular to be used… Read More »Convert STL to USDZ File in Java
We create technical and scientific documentation using LaTeX in the TEX or LTX formats. A LaTeX file contains various commands to specify the format of the document, including text, symbols,… Read More »Convert LaTeX to TIFF using C#
A Latin character symbol is a character in the form of a mark, sign, or word. Font defines how the characters/symbols shall be displayed digitally or in a printable form… Read More »Check Latin Symbols Support for TrueType or Type1 Fonts in C#
PDF is one of the widely used document formats because of its consistent layout across heterogeneous platforms. Furthermore, it can be displayed in desktop-based software applications as well as the… Read More »Add or Remove JavaScript in PDF Files in Java
Visio files are used to create diagrams like organizational charts, flow charts, etc. Such diagrams comprise different shapes which can also contain text information. In some use cases, you may… Read More »Find and Replace Text in Visio Files in C#
Simple Mail Transfer Protocol (SMTP) is a well-known and commonly used protocol for sending email messages from client applications to the email server. While implementing email automation features, you may… Read More »Connect to SMTP Server in Python
A tagged PDF file uses tags to define the logical structure of the content in the document. This type of PDF improves the reading experience using assistive technologies and screen… Read More »Create Tagged PDF Files in Java
Web Scraping is also called data scraping, web harvesting, or web crawling which is used to extract data from the web pages. A web scraper can use different approaches to… Read More »Create a Web Scraper in Java