Generate PDF from HTML in C#
While browsing various websites, you may want to download the HTML content of a webpage as a PDF file for later use. In this case, you need an all-in-one converter… Read More »Generate PDF from HTML in C#
While browsing various websites, you may want to download the HTML content of a webpage as a PDF file for later use. In this case, you need an all-in-one converter… Read More »Generate PDF from HTML in C#
As a programmer, you may often need to manipulate the images from within your Java applications. The image manipulation and editing may also include rotation of an Image at a… Read More »Rotate Images Programmatically in Java
Markdown is a markup language to create formatted text. Whereas, HTML format is widely used in web applications. You can not simply convert the MD file by changing the file… Read More »Convert Markdown to HTML in C#
DGN files are 2D or 3D drawing files that are created and supported by CAD applications. DGN file is used to create and save designs for construction projects such as… Read More »Convert DGN to PDF in C#
SVG files define the graphics in XML format. They can be scaled or printed at any size without disturbing the quality of the image. In some cases, you may need… Read More »Rotate SVG Image in C#
We can perform OCR on images or scanned documents to recognize and extract text from images programmatically using Java. We can then run a spell checker to correct spelling errors… Read More »Convert Image to Text with Spelling Correction in Java
MS Visio is a popular application that enables you to create flowcharts, data flow diagrams, business process models, etc. It uses the VSDX file format to store the diagrams. In… Read More »Create Visio Diagram in Python
A USD is a Universal Scene Description file that encodes data to interchanging or augment information between different content applications. Whereas, a USDZ file is an uncompressed and unencrypted ZIP… Read More »Convert USD or USDZ to 3DS File in C#
An OBJ file is a geometry definition file containing vertex, vertex normals, vertices, etc. However, a 3DS file can contain information about 3D vector graphics. In certain use cases, you… Read More »Convert OBJ to 3DS File in C#
EAN barcode is widely used in international trading to identify the details of different products. The EAN barcode is popular because of its efficiency as it can be processed faster,… Read More »Generate EAN Barcode in Java