Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 4,866 for

values

(1.77 sec)
  1. How to Merge Data Fields from a DOCX File with ...

    This article explains how to get the fields from a template DOCX file, fill them with data and merge to new PDF file using GroupDocs. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....type='text' name='client\_id' value="{{@userId}}" /> <br /> <label...type='text' name='private\_key' value="{{@privateKey}}" /> <br />...

    blog.groupdocs.com/merger/how-to-merge-data-fie...
  2. Extract Metadata from PDF Documents in C# .NET ...

    Learn how to extract metadata from PDF files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....and read metadata names and values. Example: Extract PDF Metadata...{item.Value}" ); } } Warning method returns null value if metadata...

    docs.groupdocs.com/parser/net/extract-metadata-...
  3. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....names and values. Warning method returns null value if metadata...{ // Print an item name and value System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....sensitivity values range is from 0 to 100 . Minimal value ( 0 ) sets...sets sensitivity to a minimal value provides the fastest comparison...

    docs.groupdocs.com/comparison/java/adjusting-co...
  5. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....names and values. Warning method returns null value if metadata...{ // Print an item name and value System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Advanced Search Certificate Documents | GroupDocs

    id: advanced-search-certificate-documents url: signature/net/advanced-search-certificate-documents title: Advanced search certificate documents linkTitle: 🌐 Certificate weight: 18 description: “This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API.” keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Advanced search for data within the certificate files in C# description: Advanced search for data within the certificates fast and easily with C# language and GroupDocs.Signature for ....the steps to search for the values within the certificate document...$"\t\t-{temp.Name} - {temp.Value}" ); } } else { Helper . WriteError...

    docs.groupdocs.com/signature/net/developer-guid...
  7. GroupDocs.Conversion for Python 26.3 – April 20...

    GroupDocs.Conversion for Python 26.3 adds per-page conversion, in-memory streaming, Python 3.14 support, AI agent integration, and format metadata enhancements....repr() and provide clean string values through the properties listed...

    blog.groupdocs.com/conversion/groupdocs-convers...
  8. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here....detection Remarks Comma Separated Values File OpenDocument Flat XML...Calc Spreadsheet Tab Separated Values File Microsoft Excel 97-2003...

    docs.groupdocs.com/viewer/python-net/supported-...
  9. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....following values ( ), string value key and string value salt. Here...void setID ( String value ){ ID = value ; } @FormatAttribute...

    docs.groupdocs.com/signature/java/search-for-en...
  10. 用 Java 处理 JPEG、PNG、TIFF 和 WebP 图像的 EXIF 数据

    在 Java 中操作图像的 EXIF 元数据。使用 Java API 以编程方式提取、更新、添加或删除 JPG/JPEG、PNG、WebP 或其他图像的 EXIF 数据。... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/zh/metadata/handle-exif-data...