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

file format conversion

(0.16 sec)
  1. 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/
  2. 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-...
  3. 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...
  4. 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...
  5. 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/
  6. 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-...
  7. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  8. Converting MSG file containing nested MSG attac...

    I recall this bug was previously fixed - or perhaps I’m mistaken. Attached herewith is test.msg which is able to repro the issue. It is an email which contains an email which contains another email. The top level emai…...Converting MSG file containing nested MSG attachments showing...license message GroupDocs.Conversion Product Family jarrodwee...

    forum.groupdocs.com/t/converting-msg-file-conta...
  9. Converting an outlook email .msg file with atta...

    Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, Format .msg, into a PDF, and the email contains attachments of PDF Format, the annotations/stamps are lost at Conversion. …...msg file with attachments containing...annotations/stamps GroupDocs.Conversion Product Family dotnet CyrusDaVirus...

    forum.groupdocs.com/t/converting-an-outlook-ema...
  10. 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/