Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,594 for

import

(0.04 sec)
  1. 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....PagesOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/change-page-orienta...
  2. GroupDocs.cloud 假期优惠 – GroupDocs.Total Cloud AP...

    使用不同签名类型签署文档(超过 20 种支持的格式) 具有各种格式、样式和外观的文本签名、图像签名、数字签名 条形码签名 QRCode 签名 使用适用于 Python 的 GroupDocs.Signature Cloud SDK。...n代码: # Import module import asposestoragecloud import groupdocs_signature_cloud...post_search_barcode_request import PostSearchBarcodeReq from ...

    blog.groupdocs.cloud/zh/signature/14009/
  3. 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...different paragraphs Fixed import text field for Diagram documents...documents Fixed bug with import text annotations from pdf Fixed...

    blog.groupdocs.cloud/annotation/introduction-of...
  4. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. 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 It could be omitted for default storage....DocumentOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  5. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....examples ; import com.groupdocs.cloud.merger.client.* ; import com.groupdocs...groupdocs.cloud.merger.model.* ; import com.groupdocs.cloud.merger...

    docs.groupdocs.cloud/merger/get-document-inform...
  6. 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....DocumentOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/join-document-pages/
  7. 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....PagesOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/remove-pages/
  8. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation 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....PagesOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/rotate-pages/
  9. GroupDocs.cloud 假期優惠 – GroupDocs.Total Cloud AP...

    使用不同簽名類型簽署文檔(超過 20 種支持的格式) 具有各種格式、樣式和外觀的文本簽名、圖像簽名、數字簽名 條形碼簽名 QRCode 簽名 使用適用於 Python 的 GroupDocs.Signature Cloud SDK。...n代碼: # Import module import asposestoragecloud import groupdocs_signature_cloud...post_search_barcode_request import PostSearchBarcodeReq from ...

    blog.groupdocs.cloud/zh-hant/signature/14009/
  10. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the 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 moving document pages....PagesOperations ; import com.groupdocs.cloud.merger.client.* ; import com.groupdocs...groupdocs.cloud.merger.model.* ; import com.groupdocs.cloud.merger...

    docs.groupdocs.cloud/merger/move-pages/