Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 30,260 for

new

(1.2 sec)
  1. GroupDocs.Conversion for .NET 17.8.0 Release No...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.8.0 Major Features There are 4 New features, improvements and fixes in this regular monthly release. The most notable are: Hide comments from Cells documents Option to convert specific pages (e.g. 1,3,5) from source document Simplifying the generated HTML markup Fixed bug with fixed layout when converting to HTML Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1999 Hide comments for Cells documents New Feature CONVERSIONNET‑1984 Implement possibility to convert specific pages New Feature CONVERSIONNET‑2003 Simplify the generated HTML markup Improvement CONVERSIONNET‑2020 Converting to Html with SaveOptions....Consulting Blog Knowledge Base New Releases Status Websites aspose...0 Major Features There are 4 new features, improvements and fixes...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. GroupDocs.Metadata for .NET 18.10 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 18.10. Major Features There are the following features and enhancements in this release: Implement the ability to update Lyrics3 tags Remove MetadataUtility obsolete methods Reduce memory consumption of the PNG format Reduce memory consumption of the JPEG2000 format Reduce memory consumption of the BMP, DICOM, DJVU, EMF, WEBP and WMF formats All Changes Key Summary Category METADATANET-383 Implement the ability to update Lyrics3 tags New Feature METADATANET-1466 Remove MetadataUtility obsolete methods Enhancement METADATANET-1608 Reduce memory consumption of the PNG format Enhancement METADATANET-1632 Reduce memory consumption of the JPEG2000 format Enhancement METADATANET-1633 Reduce memory consumption of the BMP, DICOM, DJVU, EMF, WEBP and WMF formats Enhancement METADATANET-1045 Exception when cleaning/updating metadata of Strict Open XML Presentation (....Consulting Blog Knowledge Base New Releases Status Websites aspose...ability to update Lyrics3 tags New Feature METADATANET-1466 Remove...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. filenotfoundexception - GroupDocs.Viewer for Ja...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo...... ( Path path) Initializes a new instance of the FileNotFoundExceptio...String message) Initializes a new instance of the FileNotFoundExceptio...

    apireference.groupdocs.com/viewer/java/com.grou...
  4. GroupDocs.Signature for .NET 17.11 Release Note...

    Note This page contains release notes for GroupDocs.Signature for .NET 17.11 Major Features There are about 20 improvements, New features and fixes in this regular release. The most notable are: Implemented support of Image file formats for methods returning document and pages information Introduced Signature Handler events to retrieve information on Signing progress Updated Stamp signature with ability to setup Brush property Updated Text Signature to setup background with Brush property Introduced additional Signature appearance for Office format Documents - Cells, Words and Slides Added Signature Handler events to retrieve information on Verification progress Involved ability to retrieve Digital signatures from Pdf Documents Introduced ability to retrieve Digital signatures from Office file format Documents Cells and Words Updated Barcode and QR-Code Signature Options to specify Brush property Improved Verification processing of all Documents to process without required Page settings Fixed bug with Cells Text Stamp rendering Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-3154 Implement support of Image File formats in Document and Pages Information method New Feature SIGNATURENET-3142 Implement ability to obtain Verification Progress New Feature SIGNATURENET-3127 Implement ability to set Brush style for Stamp signatures background New Feature SIGNATURENET-3126 Implement ability to set Brush style for Text signatures background New Feature SIGNATURENET-3121 Implement various text shape types for Words New Feature SIGNATURENET-3118 Implement various text shape types for Slides New Feature SIGNATURENET-3115 Implement various text shape types for Cells New Feature SIGNATURENET-3110 Implement ability to obtain Digital Signatures from Cells Documents New Feature SIGNATURENET-3107 Implement ability to obtain Digital Signatures from Words Documents New Feature SIGNATURENET-3104 Implement ability to obtain Digital Signatures from Pdf Documents New Feature SIGNATURENET-2479 Implement ability to obtain Signing progress New Feature SIGNATURENET-3168 Improve Cells Documents Verification when Page is not specified Improvement SIGNATURENET-3167 Improve Image Documents Verification when Page is not specified Improvement SIGNATURENET-3166 Improve Slides Documents Verification when Page is not specified Improvement SIGNATURENET-3165 Improve Words Documents Verification when Page is not specified Improvement SIGNATURENET-3164 Improve Pdf Documents Verification when Page is not specified Improvement SIGNATURENET-3134 Implement ability to set background color for QRcode signatures Improvement SIGNATURENET-3133 Implement ability to set background color for Barcode signatures Improvement SIGNATURENET-3153 Method for Document Description and Pages raise Exception Bug SIGNATURENET-3145 Signature ....Consulting Blog Knowledge Base New Releases Status Websites aspose...There are about 20 improvements, new features and fixes in this regular...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  5. GroupDocs.Viewer for .NET 17.3.0 Release Notes

    GroupDocs.Viewer for .NET 17.3.0 Release Notes – the latest updates and fixes.... Major Features There are 7 new features and 6 improvements and...Add VSTX file format support New Feature VIEWERNET-1109 Add VSSX...

    releases.groupdocs.com/viewer/net/release-notes...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. GroupDocs.Metadata for Java 19.1 Release Notes

    GroupDocs.Metadata for Java 19.1 Release Notes – the latest updates and fixes....Matroska multimedia container New Feature METADATANET-2556 Add...password-protected OneNote documents New Feature METADATANET-2513 Reduce...

    releases.groupdocs.com/metadata/java/release-no...
  8. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...overwriting the entire workbook with a new single worksheet. This feature...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  9. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.docx" , new LoadOptions ()...

    docs.groupdocs.com/comparison/net/compare-multi...
  10. ifieldextractor - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......final String[] extensions = new String[] { ".log" }; public final...file = new File(filePath); DocumentField[] fields = new DocumentField[]...

    apireference.groupdocs.com/search/java/com.grou...