This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application....Viewer Product Family GroupDocs.Comparison...
This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java....Viewer Product Family GroupDocs.Comparison...
In this topic, we will discover how to convert ODT to JPG using C# without installing additional software installations along with code to export ODT to JPG in C#....Viewer Product Family GroupDocs.Comparison...
In this topic, we will discover how to convert ODT to PPTX using C# without installing additional software installations along with code to export ODT to PPTX in C#....Viewer Product Family GroupDocs.Comparison...
In this tutorial, you'll discover how to add arrow annotation to JPG using Java. Furthermore, we'll furnish a code example to insert arrow annotation to JPG in Java....Viewer Product Family GroupDocs.Comparison...
This article explains the document conversion process, provides instructions to convert Markdown to HTML in C#, and an example for C# Markdown to HTML application....Viewer Product Family GroupDocs.Comparison...
This section contains articles with explanation how to create most popular 2D matrix barcodes using predefined data models...Viewer Product Solution GroupDocs...
The following example demonstrates how to save the document as a rasterized PDF file:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Viewer Product Solution GroupDocs...
This short tutorial provides a stepwise procedure to convert PowerPoint to HTML in Java and a sample code for the Java PPT to HTML converter application....Viewer Product Family GroupDocs.Comparison...