Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 14,367 for

java sdk

(0.23 sec)
  1. GroupDocs.Annotation Cloud Product Family - Fre...

    GroupDocs.Annotation Cloud Product Family - Free Support Forum - groupdocs.cloud Topics in the 'GroupDocs.Annotation Cloud Product Family' category Get technical support of GroupDocs.Annotation Clo......document using the annotation PHP SDK. It does not replace the image...our project. I am using nodejs sdk and following the samples provided...

    forum.groupdocs.cloud/c/annotation/10.rss
  2. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Buy Now Pricing Information SDKs Policies My Orders & Quotes...article for a complete example. SDK examples Checkout our GitHub...

    docs.groupdocs.cloud/conversion/features-overview/
  3. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: 200 , "height" : 200 } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  4. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Buy Now Pricing Information SDKs Policies My Orders & Quotes...242705 , "isSuccess" : true } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/verify-digital-s...
  5. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."width" : 0 , "height" : 0 } ] } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/search-for-digit...
  6. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/add-watermark/
  7. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/render-document-wit...
  8. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."attachments" : [], "file" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  9. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. 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....Buy Now Pricing Information SDKs Policies My Orders & Quotes...null , "pdfViewInfo" : null } SDK examples The API is completely...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  10. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Buy Now Pricing Information SDKs Policies My Orders & Quotes...Response Code 200 <binary file> SDK examples Our API is completely...

    docs.groupdocs.cloud/conversion/convert-documen...