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

values

(0.18 sec)
  1. 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...
  2. 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...
  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/java/sign-document...
  4. 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...
  5. قارئ رمز الاستجابة السريعة باستخدام C# | مسح رم...

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

    blog.groupdocs.com/ar/parser/scan-qr-code-using...
  6. 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...
  7. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for Java... setValue ( "new Value" ); fieldManager . updateFormFields...textField . setValue ( "new Value" ); fieldManager . updateFormFields...

    docs.groupdocs.com/editor/java/edit-and-update-...
  8. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....set to false (this is default value) and update for each signature...() { // specify SkipExternal value to exclude non signature objects...

    docs.groupdocs.com/signature/net/searching-for-...
  9. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. CSV to Word Report in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Việt 中文 中國傳統的 Comma Separated Values (CSV) ist ein Dateiformat zum...

    blog.groupdocs.com/de/tag/csv-to-word-report-in...