Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 8,575 for

information

(0.12 sec)
  1. Supported Barcodes | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/barcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "barcodeTypes": [ { "name": "AustralianPosteParcel" }, { "name": "AustralianPost" }, { "name": "Codabar" }, { "name": "CodablockF" }, { "name": "Code11" }, { "name": "Code128" }, { "name": "Code16K" }, { "name": "Code32" }, { "name": "Code39Standard" }, { "name": "Code39Extended" }, { "name": "Code93Extended" }, { "name": "Code93Standard" }, { "name": "DatabarExpanded" }, { "name": "DatabarExpandedStacked" }, { "name": "DatabarLimited" }, { "name": "DatabarOmniDirectional" }, { "name": "DatabarStacked" }, { "name": "DatabarStackedOmniDirectional" }, { "name": "DatabarTruncated" }, { "name": "DataLogic2of5" }, { "name": "DeutschePostIdentcode" }, { "name": "DeutschePostLeitcode" }, { "name": "DotCode" }, { "name": "DutchKIX" }, { "name": "EAN8" }, { "name": "EAN13" }, { "name": "EAN14" }, { "name": "GS1CodablockF" }, { "name": "GS1Code128" }, { "name": "IATA2of5" }, { "name": "Interleaved2of5" }, { "name": "ISBN" }, { "name": "ISMN" }, { "name": "ISSN" }, { "name": "ItalianPost25" }, { "name": "ITF14" }, { "name": "ITF6" }, { "name": "MacroPdf417" }, { "name": "Matrix2of5" }, { "name": "MaxiCode" }, { "name": "MicroPdf417" }, { "name": "MSI" }, { "name": "OneCode" }, { "name": "OPC" }, { "name": "PatchCode" }, { "name": "Pdf417" }, { "name": "Pharmacode" }, { "name": "Planet" }, { "name": "Postnet" }, { "name": "PZN" }, { "name": "RM4SCC" }, { "name": "SCC14" }, { "name": "SingaporePost" }, { "name": "SSCC18" }, { "name": "Standard2of5" }, { "name": "SwissPostParcel" }, { "name": "UPCA" }, { "name": "UpcaGs1Code128Coupon" }, { "name": "UpcaGs1DatabarCoupon" }, { "name": "UPCE" }, { "name": "VIN" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/signature/supported-barcodes/
  2. Memoryleak - Free Support Forum - groupdocs.cloud

    I’m using self-hosted version of GroupDocs.Conversion Cloud deployed on my server image groupdocs/conversion-cloud:24.5b-alpine I have se the CPU resourse as 1000m and limit as 1500m but I have observed that When I try…...As soon as we have more information, a notification will be posted...

    forum.groupdocs.cloud/t/memoryleak/4448
  3. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/filter-messages/
  4. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  5. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  6. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/disable-characters-...
  7. Load password-protected document | Documentation

    GroupDocs.Viewer Cloud supports rendering documents that are protected with a password. The following code sample shows how to render password-protected documents. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/load-password-prote...
  8. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a document inside a container example. cURL example The following example demonstrates how to extract images from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/parser/extract-images-from...
  9. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  10. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/render-with-custom-...