Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 2,431 for

comparison java

(0.04 sec)
  1. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....Comparison Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  2. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to remove metadata properties that have “creator” phrase in theirs tag names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  3. Remove Metadata By Property Name | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats 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.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....Comparison Product Solution GroupDocs...your preferred language. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  5. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. GroupDocs.Annotation | Introduction of PHP SDK ...

    GroupDocs.Annotation for Cloud is a platform independent REST API to annotate documents, that can be used with any language in Cloud Apps and Websites... Ruby, Java, Python etc. Improvement and...

    blog.groupdocs.cloud/annotation/introduction-of...
  7. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java PHP Ruby Node.js Python Was...

    docs.groupdocs.cloud/merger/swap-pages/
  8. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. 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 images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  9. 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....Comparison Product Solution GroupDocs...your preferred language. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  10. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/extract-text-from-a...