Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 5,057 for

signature

(0.12 sec)
  1. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  2. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/get-supported-file-...
  3. GroupDocs Newsletter إصدار نوفمبر 2017 - تحديثا...

    تصف النشرة الإخبارية لمطوري GroupDocs الصادرة في نوفمبر 2017 تحديثات واجهة برمجة التطبيقات وتحسينات الميزات الرئيسية وإصلاحات الأخطاء داخل واجهات برمجة تطبيقات معالجة مستندات GroupDocs....Signature for .NET الآن يدعم تحديد موقع...

    blog.groupdocs.cloud/ar/total/groupdocs-newslet...
  4. النشرة الإخبارية من GroupDocs ، أغسطس 2017– NET...

    تصف النشرة الإخبارية لمطوري GroupDocs في أغسطس 2017 تحديثات واجهة برمجة التطبيقات والميزات الجديدة وأمثلة على أكواد .NET و Java ضمن واجهات برمجة تطبيقات معالجة مستندات GroupDocs....Signature for Java 17.5 - تحقق من التوقيعات...

    blog.groupdocs.cloud/ar/total/groupdocs-newslet...
  5. النشرة الإخبارية من GroupDocs لشهر آذار (مارس) ...

    تصف الرسالة الإخبارية لمطوري GroupDocs الصادرة في مايو 2017 تحديثات واجهات برمجة التطبيقات وتحسينات الميزات الرئيسية وإصلاحات الأخطاء داخل واجهات برمجة تطبيقات معالجة مستندات GroupDocs....Signature for .NET 17.03 - 13 ميزة جديدة...

    blog.groupdocs.cloud/ar/total/groupdocs-newslet...
  6. Công bố bản phát hành đầu tiên của GroupDocs.Co...

    GroupDocs.Conversion Cloud là API REST để chuyển đổi hơn 50 tài liệu và định dạng hình ảnh sang định dạng Words, Cells, Html, PDF, Slides và Image....outPath=conversions%2F&appsid=XXXX&signature=XXX-XX" -H "content-type:...

    blog.groupdocs.cloud/vi/conversion/groupdocs.co...
  7. ग्रुपडॉक्स न्यूज़लैटर मार्च 2017- एपीआई अपडेट औ...

    अप्रैल 2017 के ग्रुपडॉक्स डेवलपर न्यूज़लेटर में ग्रुपडॉक्स दस्तावेज़ हेरफेर एपीआई के भीतर एपीआई अपडेट, प्रमुख फीचर एन्हांसमेंट और बग फिक्स का वर्णन किया गया है।...Signature - 23 नई सुविधाएँ, 05 सुधार...

    blog.groupdocs.cloud/hi/total/groupdocs-develop...
  8. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to add metadata to a document curl -v "https://api....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/add-image-waterm...