Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 4,566 for

values

(0.05 sec)
  1. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....get ; set ; } By default the value of this property is NULL , which...set the value to NULL or empty string, — both these values will...

    docs.groupdocs.com/editor/net/output-format-and...
  2. Accept or Reject revisions | GroupDocs

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....object to be changed to the or value. Call the method. Specify the...object and one of the ( , or ) values. The main properties of the...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  3. 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...
  4. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash Values for verifying file integrity....structure, and cryptographic hash values for verifying file integrity...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-to...
  5. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...ZOrder that expects integer values as Z-order position. The signatures...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/sign-document...
  6. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode Values to adjust signature area positions on document page with GroupDocs.Signature API....enumeration contains following values - no stretch will be applied...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/locating-sign...
  7. Scan QR Code from PDF using C#

    This article offers a guide on how to extract QR Code from PDF in C#, including a code example that demonstrates how to effectively scan QR Code from PDF using C#....extract and retrieve the QR Code values When working with PDF documents...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pd...
  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. 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-...
  10. 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...