Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 6,062 for

groupdocs.signature,

(0.12 sec)
  1. Load document from stream | GroupDocs

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET.

    docs.groupdocs.com/merger/net/load-document-fro...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET....This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/save-a-m...
  3. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/load-a-p...
  4. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...This article shows how to save a document to a specified location on a local disk

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/save-a-m...
  6. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API.

    docs.groupdocs.com/merger/net/rotate-pages/
  7. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....This example demonstrates how to load a file from a stream.

    docs.groupdocs.com/metadata/net/load-from-a-str...
  8. 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....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.

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP.

    docs.groupdocs.com/redaction/net/get-document-p...
  10. Convert to Presentation with advanced options |...

    Follow this guide and learn how documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Follow this guide and learn how documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert-to-pr...