Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 11,807 for

format

(0.03 sec)
  1. Output Format and Password | GroupDocs

    Learn how to save an edited Word document with a password or change the output document Format using GroupDocs.Editor for Node.js via Java....Document / Output Format and Password Output Format and Password Leave...of a specific WordProcessing format. In other words, WordProcessingSaveOp...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  2. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file Format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file Format when assembling the following file Formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file Formats depending on input file Formats can be found at this page....Changing Target File Format Changing Target File Format Leave feedback...feature to change the target file format of an assembled document using...

    docs.groupdocs.com/assembly/net/changing-target...
  3. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Create custom format handler Create custom format handler Leave...Leave feedback If format is not supported, you will need to implement...

    docs.groupdocs.com/redaction/net/create-custom-...
  4. Load document of specific format | GroupDocs

    This article explains how to load document of specific Format....of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...

    docs.groupdocs.com/watermark/java/load-document...
  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....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, specify how...

    docs.groupdocs.com/editor/java/output-format-an...
  6. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Create custom format handler Create custom format handler Leave...Leave feedback If format is not supported, you will need to implement...

    docs.groupdocs.com/redaction/java/create-custom...
  7. 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 .NET features....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, the class...

    docs.groupdocs.com/editor/net/output-format-and...
  8. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file Format of an assembled document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file Format when assembling the following file Formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file Formats depending on input file Formats can be found at this page....Changing Target File Format Changing Target File Format Leave feedback...Layer . Changing Target File Format GroupDocs.Assembly provides...

    docs.groupdocs.com/assembly/java/changing-targe...
  9. 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(); }...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion Format with GroupDocs.Conversion for Java API. ...ConvertOptions for specific target format Get default ConvertOptions...target format Leave feedback When dealing with file format conversions...

    docs.groupdocs.com/conversion/java/get-default-...