Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,159 for

file format conversion

(0.59 sec)
  1. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Conversion Product Solution GroupDocs...Create custom format handler Create custom format handler Leave...

    docs.groupdocs.com/redaction/net/create-custom-...
  2. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Java API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/java/split-text-file/
  3. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for .NET API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/net/split-text-file/
  4. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book Files using C# programming language....Conversion Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  5. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using Node.js via Java....Conversion Product Solution GroupDocs.../ How to Edit XML File How to Edit XML File Leave feedback On...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  6. 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....Conversion Product Solution GroupDocs...different format Save comparison result in different format Leave...

    docs.groupdocs.com/comparison/python-net/save-c...
  7. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original Format overwriting original File redactor.save(options); } } finally { redactor....Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Get supported file formats | GroupDocs

    This article explains how to obtain supported File Formats list when viewing documents with GroupDocs.Comparison within your Java applications....Conversion Product Solution GroupDocs...supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  9. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book Files using Java programming language....Conversion Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  10. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/parser/python-net/load-file-...