Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 3,253 for

file format conversion

(0.97 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. Get supported file formats | GroupDocs

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

    docs.groupdocs.com/parser/python-net/get-suppor...
  3. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document Format using GroupDocs.Editor for Java features....Conversion Product Solution GroupDocs...document / Output format and password Output format and password Leave...

    docs.groupdocs.com/editor/java/output-format-an...
  4. Issue with Large Data File Error - Free Support...

    Question regarding GroupDocs.Conversion for .NET An error occurred when attempting to convert an Excel File larger than 2GB to PDF. How can I resolve this issue? The version is GroupDocs.Conversion for .NET Framework 2…...with Large Data File Error GroupDocs.Conversion Product Family...Question regarding GroupDocs.Conversion for .NET An error occurred...

    forum.groupdocs.com/t/issue-with-large-data-fil...
  5. Load file from stream | GroupDocs

    This article demonstrates how to convert File presented as a stream using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-file-fro...
  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(); }...Conversion Product Solution GroupDocs...Save in original format Save in original format Leave feedback...

    docs.groupdocs.com/redaction/java/save-in-origi...
  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 the format family and the additional inform...

    Get Format family details & extra info about Files using GroupDocs.Viewer for Python....Conversion Product Solution GroupDocs...document information / Get the format family and the additional information...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  9. How to Convert Text File to JPG using Java

    Easily convert Text File to JPG using Java with a few API calls of the document Conversion library and review sample code for Java TXT to JPG converter application....Conversion Product Family GroupDocs...Product Family How to Convert Text File to JPG using Java This short...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Loading specific file formats | GroupDocs

    Learn how to load specific File Formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email Files in C#....Conversion Product Solution GroupDocs...specific file formats Loading specific file formats Leave feedback...

    docs.groupdocs.com/parser/net/loading-specific-...