Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 4,610 for

values

(0.75 sec)
  1. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Parser for Python via .NET does not require any external software or third party tool to be installed.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/python-net/system-req...
  2. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  4. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for Java... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/logging/
  5. convert_docx_to_pdf.zip

    demo-app/business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview......Financial reserves Value proposition Price, value, quality WEAKNESSES...Goods Sold is the monetized value of the time spent on the client...

    docs.groupdocs.com/conversion/python-net/_sampl...
  6. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Value: %s" , descriptor . getValue...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. ערוך וניהול מטא נתונים באפליקציות Node.js - Gro...

    גלה כיצד להשתמש ב- GroupDocs.Metadata עבור Node.js כדי להוציא, לעדכן ולהסיר מטאדाटा באפליקציות שלך....properties and log their names and values. const groupdocsMetadata =...). getName () } , Property value: ${ metadataProperties . get_Item...

    blog.groupdocs.com/he/metadata/edit-metadata-in...
  8. Conditional existance of nullable part of data ...

    Hello, We have a use case where our data model is not able to use a common template because some part of the data model is nullable. Let me show you what are our use cases. Here is our template. (14.6 KB) Our first d…...exception is thrown and simply no value is written to the report then...

    forum.groupdocs.com/t/conditional-existance-of-...
  9. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/how-to-run/
  10. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/business-case-o...