Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,459 for

file format conversion

(0.3 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. Split text file | GroupDocs

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

    docs.groupdocs.com/merger/nodejs-java/split-tex...
  3. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Issue with GroupDocs - Turns the file's text into garbage text GroupDocs...Total Product Family document-conversion , csharp , dotnet nabeel...

    forum.groupdocs.com/t/font-processing-issue-wit...
  4. 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(); }...Conversion Product Solution GroupDocs...Save in original format Save in original format Leave feedback...

    docs.groupdocs.com/redaction/java/save-in-origi...
  5. How to Edit MOBI File | GroupDocs

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

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  6. 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...
  7. Split text file | GroupDocs

    Follow this guide and learn how to split a text File into several resultant Files by line numbers using GroupDocs.Merger for Python via .NET API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback On this...

    docs.groupdocs.com/merger/python-net/split-text...
  8. Rich Text MSG email with inline attachment show...

    One prevalent use case of Rich Text Format emails is to embed documents into table cells. However, when converting such emails into PDF Format, the document icons are converted to missing Files “x” icons. Sample MSG fi…...missing file icon when converted to PDF GroupDocs.Conversion Product...Family dotnet , document-conversion jarrodwee March 3, 2025,...

    forum.groupdocs.com/t/rich-text-msg-email-with-...
  9. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text Files with different settings and many other powerful features of GroupDocs.Editor for Python via .NET....Conversion Product Solution GroupDocs.../ How to edit CSV file How to edit CSV file Leave feedback On...

    docs.groupdocs.com/editor/python-net/how-to-edi...
  10. 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...