Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 3,018 for

file editor

(0.12 sec)
  1. GroupDocs.Redaction for Python via .NET | Group...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Editor Product Solution GroupDocs...from documents across various file formats. It provides a unified...

    docs.groupdocs.com/redaction/python-net/
  2. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for Python via .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your Python applications...Editor Product Solution GroupDocs...images as Base64, save to the file system, skip images, or use...

    docs.groupdocs.com/markdown/python-net/develope...
  3. Add document password | GroupDocs

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other File types using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/add-document-pass...
  4. Rotate pages | GroupDocs

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

    docs.groupdocs.com/merger/nodejs-java/rotate-pa...
  5. Installation | GroupDocs

    This topic describes how to install GroupDocs.Assembly for Python....Editor Product Solution GroupDocs...Artifact Repository to your pom.xml file: pom.xml <repositories> <repository>...

    docs.groupdocs.com/assembly/java/installation/
  6. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Editor Product Solution GroupDocs...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  7. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  8. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Editor Product Solution GroupDocs...annual-report.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/heading-offset/
  9. Control temporary files | GroupDocs

    This article explains how to control temporary Files used by GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...Control temporary files Control temporary files Leave feedback On...

    docs.groupdocs.com/comparison/java/control-temp...
  10. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Editor Product Solution GroupDocs...text of a document into a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/java/getting-indexed-...