Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 5,773 for

file conversion

(0.06 sec)
  1. Specify file type when loading a document | Gro...

    This article explains how to specify the File type when loading a document with GroupDocs.Viewer within your Java applications....Conversion Product Solution GroupDocs...Specify file type when loading a document Specify file type when...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  2. 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...
  3. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Conversion Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  4. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML Files and XML documents using Java programming language....Conversion Product Solution GroupDocs.../ How to edit XML file How to edit XML file Leave feedback On...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  5. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/get-su...
  6. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java....Conversion Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to the original...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  7. Get supported file formats | GroupDocs

    Learn how to get a list of all supported File formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and File types dynamically in C#....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/parser/net/get-supported-fil...
  8. 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/
  9. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using Java....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/java/get-supported...
  10. Save a modified file to a stream | GroupDocs

    This article shows how to save a File to the specified stream using GroupDocs.Metadata for Python via .NET....Conversion Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/python-net/save-a-m...