Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 8,281 for

document annotation

(0.1 sec)
  1. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word Document page orientation to Portrait or Landscape using GroupDocs.Merger for .NET....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/change-page-orien...
  2. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF Document page rotation angle using GroupDocs.Merger for .NET API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/rotate-pages/
  3. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF Document page rotation angle using GroupDocs.Merger for Java API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/rotate-pages/
  4. Save to stream | GroupDocs

    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....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. Separate data extraction | GroupDocs

    This article explains how to separately extract data from Documents and add the extracted data to the index....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/separate-...
  6. GroupDocs.Merger for Node.js via Java | GroupDocs

    Use GroupDocs.Merger for Node.js via Java to merge several Documents into one, split single Document to multiple and organize Documents in different ways....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/nodejs-java/
  7. GroupDocs.Merger for Python via .NET | GroupDocs

    Use GroupDocs.Merger for Python via .NET to merge several Documents into one, split single Document to multiple and organize Documents in different ways....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/python-net/
  8. Convert DOCX to XPS using Node.js

    In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js....Annotation Product Family GroupDocs...converting a DOCX file into an XPS document, along with a code snippet...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  9. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG feature using the steps defined in this post....Annotation Product Family GroupDocs...defined in this post. The document transformation is a simple...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word Document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....Annotation Product Family GroupDocs...requirement when preparing documents for web preview or thumbnail...

    kb.groupdocs.com/conversion/net/convert-doc-to-...