Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 12,048 for

new

(0.22 sec)
  1. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.vsdx" ))...

    docs.groupdocs.com/conversion/net/convert/diagram/
  2. GroupDocs.Viewer for Python 25.12 – Latest Upda...

    Explore what’s New in GroupDocs.Viewer for Python 25.12. Available now on NuGet and GroupDocs website....examples Table of Contents What’s new in GroupDocs.Viewer for Python...the update Resources What’s new in GroupDocs.Viewer for Python...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  3. Get document information | GroupDocs

    This article explains how to detect document file type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...disk. Signature signature = new Signature ( "sample.pdf" ); //...

    docs.groupdocs.com/signature/java/get-document-...
  4. 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-...
  5. 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...
  6. 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-...
  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. 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/
  10. 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...