Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 3,743 for

view

(0.07 sec)
  1. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-x...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. render_docx_to_html.zip

    demo-app/render_docx_to_html.py import os from groupdocs.Viewer import License, Viewer from groupdocs.Viewer.options import HtmlViewOptions def render_docx_to_html(): # Get license file absolute pa......docx") as viewer: # Create view options html_options = HtmlViewOptions...# Render DOCX to HTML viewer.view(html_options) if __name__ ==...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  5. Compare Excel Spreadsheets: Advanced Cell-by-Ce...

    Learn how to compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. This guide demonstrates cell-by-cell comparison, custom styling, summary pages, and advanced visibility controls for Excel document comparison in C#....comparison provides a comprehensive view of all changes, making it ideal...Summary pages provide a high-level view of all changes without examining...

    blog.groupdocs.com/comparison/compare-excel-spr...
  6. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-xm...
  8. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preView for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....This feature enables users to view and inspect any page of the...document thumbnails, page-specific views, or any scenario where a visual...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  9. nsf_with_max_items.html

    All messages To: sdmit@km.ru Subject: Spotlight on Aspose.Diagram and more from Aspose, October 2016 Message: View th......Aspose, October 2016 Message: View this email in your browser Share...Aspose, November 2016 Message: View this email in your browser Share...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  10. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py import os from groupdocs.Viewer import License, Viewer from groupdocs.Viewer.options import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......docx") as viewer: # Create view options pdf_options = PdfVi...# Render DOCX to PDF viewer.view(pdf_options) if __name__ ==...

    docs.groupdocs.com/viewer/python-net/_sample_fi...