Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 4,598 for

values

(0.04 sec)
  1. Bulleted List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Email format. Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show all the clients in a bulleted list format. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Recipients, Cc and Subject <><<[r]>>; <> <<[cc]>> <<[subject]>> Body We provide support for the following clients: <>• <<[getName()]>> <> Download Bulleted List Template Please download the sample Bulleted List document we created in this article:... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  2. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/python-net/email-re...
  3. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: In extracted files and folders, you can see solution file for C# Project.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  4. Numbered List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in Text Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in the numbered list.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  5. In-Paragraph List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in HTML Document format. In-Paragraph List in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  6. Verify Document for Signatures | GroupDocs

    This topic explains how to verify documents for various electronic signatures with GroupDocs.Signature for Python via .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/verify-...
  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. 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...
  9. Java Kullanan QR Kod Okuyucu | Resimden QR Kodu...

    Uygulama içinde Java kullanılarak QR kodları nasıl taranır. Çevrimiçi bir QR tarayıcı oluşturmanıza yardımcı olacak bir görüntüden QR Kodunu okuyan Java örneği....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/tr/parser/scan-qr-code-using...
  10. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/indexing-metadata...