Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,097 for

file editor

(0.31 sec)
  1. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Editor Product Solution GroupDocs...Metadata represents any loaded file as a tree consisting of metadata...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  2. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...interpreted value. def run_single_file (): with gm . Metadata ( r "D:...

    docs.groupdocs.com/metadata/python-net/working-...
  3. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs...demonstrates loading document from file path. // Create an instance...

    docs.groupdocs.com/annotation/java/load-documen...
  4. How to run examples | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Editor Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select appropriate...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  5. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Editor Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Editor Product Solution GroupDocs...Comparer comparer = new Comparer ( File . OpenRead ( "source.docx" )))...

    docs.groupdocs.com/comparison/net/customize-cha...
  7. Save in rasterized PDF | 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(); }...Editor Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Generate content for static sites | GroupDocs

    Convert documents to Markdown with YAML front matter for Jekyll, Hugo, and Docusaurus...Editor Product Solution GroupDocs...Docusaurus expect Markdown files with YAML front matter. GroupDocs...

    docs.groupdocs.com/markdown/python-net/static-s...
  9. Load from a stream | GroupDocs

    This example demonstrates how to load a File from a stream....Editor Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  10. 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....Editor Product Solution GroupDocs...overhead of saving stream as a file on disk, provides a way to work...

    docs.groupdocs.com/merger/net/load-document-fro...