Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 11,659 for

new

(0.07 sec)
  1. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Setting...

    docs.groupdocs.com/search/net/search-for-text-c...
  2. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadID3V1Tag try ( Metadata metadata = new Metadata ( Constants . MP3WithID3V1...

    docs.groupdocs.com/metadata/java/handling-the-i...
  3. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of New features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....release comes up with a number of new features and enhancements. Users...GroupDocs.Metadata for .NET 17.02 - New Features # Version 17.02.0 of...

    blog.groupdocs.com/metadata/groupdocs.metadata-...
  4. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....NET Here’s what’s new in GroupDocs.Metadata 25.6 for...Explore the latest updates, new features, enhancements, and improvements...

    blog.groupdocs.com/categories/groupdocs.metadat...
  5. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including image conversion, and why you’d want to do it. Today, I’ll show you how to perform two tasks: first, how to convert the pages in a document to images and then how to convert an image from one format to another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded to a number of different formats....an image and saved with the new file extension. For example,...converted and saved with the new file extension. For example,...

    blog.groupdocs.com/total/converting-images-for-...
  6. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...another slide index, and obtain a new instance of class. Finally, when...

    docs.groupdocs.com/editor/net/edit-powerpoint/
  7. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...ExportingMetadataPro try ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/java/exporting-meta...
  8. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( @"D:\input.doc" ))...

    docs.groupdocs.com/metadata/net/exporting-metad...
  9. Load a file of a specific format | GroupDocs

    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....Consulting Blog Knowledge Base New Releases Status Websites aspose...format LoadOptions loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/show-revisions/