Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 3,617 for

import

(0.03 sec)
  1. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....ExtractPages ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/extract-pages/
  2. Pptx to pdf how it works - Free Support Forum -...

    Hello, I am trying to use convert Api to takes a PPTX file and transform to PDF with an SDK on Python-Django but I dont know what I am doing wrong. Now with my code doesnt get into response and on the other hand say I …... # Import module import groupdocs_conversion_cloud...groupdocs_conversion_cloud from shutil import copyfile # Get your client_id and...

    forum.groupdocs.cloud/t/pptx-to-pdf-how-it-work...
  3. 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...
  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....PagesOperations ; import java.util.Arrays ; import com.groupdocs...client.* ; import com.groupdocs.cloud.merger.model.* ; import com.groupdocs...

    docs.groupdocs.cloud/merger/remove-pages/
  5. 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/
  6. 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...
  7. 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/
  8. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. 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....examples ; import com.groupdocs.cloud.merger.client.* ; import com.groupdocs...* ; import com.groupdocs.cloud.merger.api.InfoApi ; import examples...

    docs.groupdocs.cloud/merger/get-supported-file-...
  9. When rendering Xlsx as PDF, Chinese characters ...

    We’re using node.js groupdocs-viewer-cloud 24.8.0. Here’s the code: Import { readFile, writeFile } from "fs/promises"; Import viewer, { Configuration, DownloadFileRequest, FileInfo, RenderOptions, Spreadshe…... Here’s the code: import { readFile, writeFile } from...from "fs/promises"; import viewer, { Configuration, DownloadFileRequest...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  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/