Convert DWF or DWFX to SVG in Java
DWF or DWFX files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert… Read More »Convert DWF or DWFX to SVG in Java
DWF or DWFX files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert… Read More »Convert DWF or DWFX to SVG in Java
MS Outlook allows creating the distribution lists to send emails to multiple people without writing individual email addresses. Furthermore, you can create different lists based on types of people such… Read More »Create MS Outlook Distribution Lists in Python
Microsoft offers Graph API to access the services of Office 365 and Microsoft Cloud programmatically from within your applications. Furthermore, you can use the Graph API to manage folders, send… Read More »Create and Send Messages using Microsoft Graph API in C#
Various industries use PDF format to automatically generate their documents such as invoices, reports, technical articles, etc. Along with text, these documents may also contain images and other graphical objects.… Read More »How to Replace Images in PDF Files in Java
Various PDF libraries offer you the feature of rotating text in PDF files using Java. However, you don’t get high-speed processing, high-quality output, and an easy-to-code solution at the same… Read More »How to Rotate Text in PDF using Java
XHTML is a stricter and XML based version of the HTML files. It was developed to enhance interoperability with different data formats. Whereas, PDF files are popular owing to their… Read More »Convert XHTML to PDF in C#
OneNote document is a digital notebook used to collect, organize, and collaborate notes and ideas. In certain cases, we may need to export the content of OneNote documents into HTML… Read More »Export OneNote Document to HTML in C#
XPS files contain fixed page layout information including the layout, appearance, and printing information for a document. You can insert some text or image into an XPS file programmatically in… Read More »Insert Text or Image in XPS using C#
While embedding the PDF documents into a web application you may need to generate a thumbnail. In other scenarios, such as creating a PDF viewer, you may need to create… Read More »Generate Thumbnail Images for PDF Pages in Java
Microsoft provides Graph API to interact and work with Office 365 and Microsoft Cloud services. It allows you to create and manage folders, access messages, manage categories and use other… Read More »Create and Update Folders using Microsoft Graph API in Java