Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 3,300 for

file editor

(3.02 sec)
  1. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Editor Product Solution GroupDocs...trusted communication. What Excel files could be signed? You can sign...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  2. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...into services that operate on file streams. Was this page helpful...

    docs.groupdocs.com/comparison/python-net/get-li...
  3. 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....Editor Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Editor Product Solution GroupDocs...annual-review.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-to-p...
  5. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Node.js examples out-of-the-box....Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Node.js...

    docs.groupdocs.com/editor/nodejs-java/how-to-ru...
  6. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Editor Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...
  7. Developer Guide | GroupDocs

    Step-by-step, runnable code examples for redacting text, metadata, images, annotations, and pages, loading and saving documents, rasterizing to PDF, and applying redaction policies with GroupDocs.Redaction for Python via .NET....Editor Product Solution GroupDocs...page redaction, plus reading file information. — loading and saving...

    docs.groupdocs.com/redaction/python-net/develop...
  8. Developer Guide | GroupDocs

    Step-by-step, runnable code examples for adding area, shape, text-markup, watermark, link, and image annotations, reading and removing annotations, working with comments and replies, loading documents from any source, and saving with annotation-type and page filters using GroupDocs.Annotation for Python via .NET....Editor Product Solution GroupDocs...stream, or password-protected file, and saving with annotation-type...

    docs.groupdocs.com/annotation/python-net/develo...
  9. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/rotate-pages/