Following this guide you will learn how to change Word Document page orientation to Portrait or Landscape using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...
GroupDocs.Compairson for .NET developer Documentation. Learn how to diff docx, pptx, and compare pdf files using C#....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
You might need to save a Document to any custom file at any location on the local disc or a even a Stream.
The following example demonstrates how to save a Document to any location.
final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...
This article demonstrates how to convert specific Document pages by page number using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...
This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...
Reorder PDF pages during rendering with GroupDocs.Viewer for Python via .NET. Control the output page sequence....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...
This article explains how to separately extract data from Documents and add the extracted data to the index....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
Discover how to implement full-text search implementation in Java and easily search specific word in Documents using Java without installing extra tools....Signature Product Family GroupDocs.Metadata...Family Search Specific Word in Documents using Java Finding a specific...
In this topic, you will explore how to convert DOCX to HTML using C#. Moreover, we will provide a code example to export DOCX to HTML in C# without using extra tools....Signature Product Family GroupDocs.Metadata...Converting Microsoft Word DOCX document to HTML format can be a useful...