Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 30,054 for

secret client

(0.05 sec)
  1. Python Page formatting issue in PDF to Word Doc...

    Also @tilal.ahmad I have a pdf that is actually somehow adjusted in A4 size but while converting it to word using GroupDocs it is not completely getting fit into A4 size. 20% of the page is cut. How can I adjust it so …...import shutil # Get your client_id and client_key at https://dashboard...required). client_id = "xxxxxxxxxxxxxxxxxxxx" client_key = "xxxxxxxxxxxxxxxxxxxx"...

    forum.groupdocs.cloud/t/python-page-formatting-...
  2. How to Retrieve Information about PDF Document ...

    I want to integrate your service for my Client’s work but I am facing some problem knocking many times on your skype no response. After everything is fine it gives “Can’t find file located at” error...integrate your service for my client’s work but I am facing some...'/vendor/autoload.php'); //Get Client Id and Client Secret from https://dashboard...

    forum.groupdocs.cloud/t/how-to-retrieve-informa...
  3. Remove Signatures from PDF using Python | REST API

    Programmatically Remove Signatures from Signed PDF Documents using a REST API in Python with Document Signature Cloud SDK for Python....Please get your Client ID and Client Secret from the dashboard... Once you have your ID and secret, add in the code as demonstrated...

    blog.groupdocs.cloud/signature/remove-signature...
  4. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  5. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  6. Convert Word Document to PowerPoint Presentatio...

    PowerPoint PPTX help users to have greater visual impact. This article is about how to convert Word Document to PowerPoint Presentation using Ruby...you need to add Client Id and Client Secret before making any...Conversion Cloud API. You can get client credentials by creating an...

    blog.groupdocs.cloud/2022/05/09/convert-word-do...
  7. 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...Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. Render Project Data from MPP to PDF using REST ...

    Programmatically render Project data from MPP or MPT to PDF using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....Please get your Client ID and Client Secret from the dashboard...code examples. Add your ID and secret in the code as demonstrated...

    blog.groupdocs.cloud/2021/02/18/render-project-...
  9. 2. Convert CSV Document with Load Options | Doc...

    This example demonstrates how to convert the CSV documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/conversion/convert-csv-doc...
  10. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Please get your Client Id and Client Secret from https://dashboard...place Client Id in "client_id" and Client Secret in "client_secret"...

    docs.groupdocs.cloud/conversion/convert-n-conse...