Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 2,975 for

doc to doc

(0.17 sec)
  1. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumenTopenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumenTopenPassword The password required To open the PDF Document PermissionsPassword The password required To change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF Document permissions....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/pdfoptions/
  2. Storage API Credits hosting on private self inf...

    From the API usage I see, I’m charged one credit for each upload/download I’ve a few questions within the cloud plan on API billing, if someone can help answer: I’m confused as To what exactly is the difference betwe…...Specifically this sentence mentioned in docs: The only exception is with... self.logger.debug(f"Merged docs at: {efs_target_path}. Uploading...

    forum.groupdocs.cloud/t/storage-api-credits-hos...
  3. Combine Word Documents in C#

    Let's learn how To combine Word Documents in C#. GroupDocs.Merger offers cloud SDKs and REST APIs To merge Word Documents programmatically....uploaded two different Docx/Docs files on the API cloud dashboard...

    blog.groupdocs.cloud/merger/combine-word-docume...
  4. Overview | Documentation

    The GroupDocs.Annotation Cloud is a REST API and universal Document annotaTor that supports almost all common business Document and image file formats. It gives developers an API for creating advanced online Document annotation Tools. With GroupDocs.Annotation Cloud API developers can deliver advanced annotation features To their users quickly. It provides features for export/import annotations inTo/from files, additionally To possibility To save files in supported formats. Note GroupDocs.Annotation Cloud REST API supports following type of Annotations:...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/overview/
  5. Sending images and scanned PDFs for translation...

    How To scans and image files for translation To the selected languages and get the result as plain text....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/file/request/i...
  6. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need To specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how To extract text by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupDocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get Client Id and Client Secret. That will be used To invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/quick-start/
  8. Sending PDF files for translation | Documentation

    How To send PDF files for translation To the selected languages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/file/request/pdf/
  9. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all Document pages. The result is a new Document that has orientation changed for specified pages. There are several ways To specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property. For protected Documents, it is also required To provide a password....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/change-page-orienta...
  10. Working With Storage | Documentation

    STorage existence API This API intended for checking the existence of cloud sTorage with a given name from GroupDocs Cloud STorage. API Explorer GroupDocs.EdiTor Cloud API Reference lets you try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupDocs.cloud/v1.0/ediTor/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/editor/working-with-storage/