Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 7,363 for

format

(0.03 sec)
  1. Output format and password | Documentation

    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...
  2. Create custom format handler | Documentation

    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...
  3. Changing Target File Format | Documentation

    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...
  4. Output Format and Password | Documentation

    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...
  5. Implement Conversion to WMF Format

    WMF is a Windows MetaFile that can contain both vector and bitmap image inFormation. We added support of WMF file Format along-with few others in GroupDocs.Conversion for .NET 19.5. You can now convert any supported file Format to WMF. Along-with WMF, convert supported documents to EMF. Convert to EMF Convert to WMF Moreover, you can now pay royalties for the use of the API. Yes, metered licensing is now enabled....We added support of WMF file format along-with few others in GroupDocs...convert any supported file format to WMF. Along-with WMF, convert...

    blog.groupdocs.com/conversion/implement-convers...
  6. Comments for File Format Blog

    Comments for File Format Blog Comment on Doc to Docx – A change worth considering to switch! by Homepage <strong>... [Trackback]</strong> [...] Read More Infos here: blog.aspose.com/200......Comments for File Format Blog Comment on Doc to Docx – A change...Comprehension of PowerPoint File Formats by Laurence ImportHtml is really...

    blog.fileformat.com/comments/feed/
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular Format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the Format of a file to load you can spare some time on detecting the Format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use Format-specific properties to extract or edit metadata System....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. Create custom format handler | Documentation

    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-...
  9. Changing Target File Format | Documentation

    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...
  10. Create new document by format | Documentation

    This article demonstrates how to Create new document documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....document by format Create new document by format Leave feedback...edit documents in various formats, including WordProcessing,...

    docs.groupdocs.com/editor/net/create-document/