Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 3,160 for

file format conversion

(0.06 sec)
  1. 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/
  2. 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/
  3. 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...
  4. GroupDocs.Annotation for .NET 16.10.0 introduce...

    Wait is over now, GroupDocs team is glad to announce another exciting monthly release where in supported document Formats list, Presentation File Format is introduced. The latest GroupDocs.Annotation for .NET 16.10.0 API provides support for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) for Presentation File Format along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs....supported document formats list, Presentation file format is introduced...Strikeout etc) for Presentation file format along with improvements and...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  5. 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...
  6. 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...
  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. 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 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...
  10. Create New Document by Format | GroupDocs

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Conversion Product Solution GroupDocs...Document by Format Create New Document by Format Leave feedback...

    docs.groupdocs.com/editor/nodejs-java/create-do...