Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,499 for

values

(0.1 sec)
  1. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....feature, you must pass the true value as an argument to the method...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  2. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....of the class with the true value as an argument. By default,...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  3. Sign document with XAdES Digital signature | Gr...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API.... Set property to value XAdES Call method of class instance...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Verify Barcode signatures in the document | Gro...

    This topic explains how to verify document for Barcode electronic signatures with GroupDocs.Signature API....setAllPages ( true ); // this value is set by default options ....Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/verify-barcod...
  5. Verify QR-code signatures in the document | Gro...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....setAllPages ( true ); // this value is set by default options ....Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  6. Sign document with XAdES Digital signature | Gr...

     This article explains how to sign Spreadsheet document with XAdES Digital electronic signatures using advanced options with GroupDocs.Signature API.... Set property to value XAdES Call method of class instance...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/sign-document...
  7. Extract text from HTML documents | GroupDocs

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. قارئ رمز الاستجابة السريعة باستخدام C# | مسح رم...

    كيفية مسح رمز الاستجابة السريعة ضوئيًا باستخدام C# داخل تطبيق .NET. مثال C# الذي يقرأ QR Code من صورة سيساعدك على إنشاء ماسح ضوئي QR عبر الإنترنت....CodeTypeName +" Code Value: " + barcode.Value); } } احصل على رخصة...

    blog.groupdocs.com/ar/parser/scan-qr-code-using...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Value ); } } As you can see the code...Console . WriteLine ( field . Value ); // ... } } } Reading document...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Editar y gestionar metadatos en aplicaciones de...

    Descubre cómo utilizar GroupDocs.Metadata for Python via .NET para extraer, actualizar y eliminar metadatos en tus aplicaciones....interpreted_value if not (property . interpreted_value is None ):...propiedad: { property . interpreted_value } " ) else : print( f "Nombre...

    blog.groupdocs.com/es/metadata/edit-metadata-in...