Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 501 for

properties

(0.06 sec)
  1. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class Properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....ProjectManagementOpt class properties class as shown in code samples...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  2. 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 a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to get started is adding our SDK to your existing project....DIGITAL ); // set signature properties options . setImageFilePath...

    docs.groupdocs.cloud/signature/quick-start/
  3. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. The following Properties of preview may be customized:...range by setting RangeMode property. For protected documents,...a password. The following properties of preview may be customized:...

    docs.groupdocs.cloud/merger/generate-document-p...
  4. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: 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....range by setting RangeMode property. For protected documents,...contains the full list of properties that can be specified when...

    docs.groupdocs.cloud/merger/remove-pages/
  5. Convert Text to HTML and HTML to Text in Python

    GroupDocs file conversion API allows you to convert a file to any format online. This article shows how to convert Text to HTML and HTML to Text in Python....HtmlConvertOptions if required Set various properties such as from_page, pages_count...

    blog.groupdocs.cloud/conversion/convert-text-to...
  6. Verify multiple 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....the signatures with given properties are present in a document...

    docs.groupdocs.cloud/signature/verify-multiple-...
  7. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature Properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....to update some signature properties by it’s id. The signature...

    docs.groupdocs.cloud/signature/update-barcode-s...
  8. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of Properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....contains the full list of properties that can be specified for...path in the storage Required property StorageName Storage name Could...

    docs.groupdocs.cloud/merger/join-document-cross...
  9. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: 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....range by setting RangeMode property. For protected documents,...contains the full list of properties that can be specified for...

    docs.groupdocs.cloud/merger/join-document-pages/
  10. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document....below describes the main properties for the Mix operation: Name...

    docs.groupdocs.cloud/merger/mix-document-pages/