Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 11,018 for

format

(0.04 sec)
  1. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file Format “Webp” is added in supporting Formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features....new file format “ Webp ” is added in supporting formats list. Monthly...conversion into different document formats and also added new features...

    blog.groupdocs.com/conversion/groupdocs.convers...
  2. Import Annotations for Presentation format now ...

    GroupDocs team is announcing another exciting monthly release. The latest GroupDocs.Annotation for .NET 16.11.0 API provides support for Import Annotations and new types (TextStrikeout , TextUndreline and TextHighlight ) 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.Annotation for .NET API. New Features Introduced - GroupDocs.Annoation for .NETIn this monthly release new annotation types like (TextStrikeout , TextUndreline and TextHighlight ) and import functionality introduced for Presentation file Format....TextHighlight ) for Presentation file format along with improvements and...introduced for Presentation file format. New feature lists are given...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  3. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target Format with GroupDocs.Conversion for .NET API....target format Get default convert options for a target format Leave...for a desired target document format. This will allow you to get...

    docs.groupdocs.com/conversion/net/get-default-c...
  4. 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 JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...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/nodejs-java/load-a-...
  5. 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...
  6. Save in original format | Documentation

    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...
  7. PDF signature with PDF gives wrong format error...

    I am experiencing an error when trying to sign a PDF document using a .pfx certificate through your API tester: https://reference.groupdocs.cloud/signature/#/Sign/CreateSignatures The signing operation fails with the f…...signature with PDF gives wrong format error GroupDocs.Signature Product...ExternalSignature has wrong format. Description: Object reference...

    forum.groupdocs.com/t/pdf-signature-with-pdf-gi...
  8. 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/
  9. Create New Document by Format | Documentation

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....Document by Format Create New Document by Format Leave feedback...edit documents in various formats, including WordProcessing,...

    docs.groupdocs.com/editor/nodejs-java/create-do...
  10. 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...etc) for Presentation file format along with improvements and...

    blog.groupdocs.com/annotation/groupdocs-annotat...