Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 37,763 for

get pages

(0.53 sec)
  1. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or Get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Archive Files / Get View Info for Archive File Get View Info for...File Leave feedback On this page GroupDocs.Viewer Cloud provides...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  2. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....Info Operations / Get Document Information Get Document Information...Information Leave feedback On this page This REST API allows to obtain...

    docs.groupdocs.cloud/metadata/get-document-info...
  3. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/signature/barcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "barcodeTypes": [ { "name": "AustralianPosteParcel" }, { "name": "AustralianPost" }, { "name": "Codabar" }, { "name": "CodablockF" }, { "name": "Code11" }, { "name": "Code128" }, { "name": "Code16K" }, { "name": "Code32" }, { "name": "Code39Standard" }, { "name": "Code39Extended" }, { "name": "Code93Extended" }, { "name": "Code93Standard" }, { "name": "DatabarExpanded" }, { "name": "DatabarExpandedStacked" }, { "name": "DatabarLimited" }, { "name": "DatabarOmniDirectional" }, { "name": "DatabarStacked" }, { "name": "DatabarStackedOmniDirectional" }, { "name": "DatabarTruncated" }, { "name": "DataLogic2of5" }, { "name": "DeutschePostIdentcode" }, { "name": "DeutschePostLeitcode" }, { "name": "DotCode" }, { "name": "DutchKIX" }, { "name": "EAN8" }, { "name": "EAN13" }, { "name": "EAN14" }, { "name": "GS1CodablockF" }, { "name": "GS1Code128" }, { "name": "IATA2of5" }, { "name": "Interleaved2of5" }, { "name": "ISBN" }, { "name": "ISMN" }, { "name": "ISSN" }, { "name": "ItalianPost25" }, { "name": "ITF14" }, { "name": "ITF6" }, { "name": "MacroPdf417" }, { "name": "Matrix2of5" }, { "name": "MaxiCode" }, { "name": "MicroPdf417" }, { "name": "MSI" }, { "name": "OneCode" }, { "name": "OPC" }, { "name": "PatchCode" }, { "name": "Pdf417" }, { "name": "Pharmacode" }, { "name": "Planet" }, { "name": "Postnet" }, { "name": "PZN" }, { "name": "RM4SCC" }, { "name": "SCC14" }, { "name": "SingaporePost" }, { "name": "SSCC18" }, { "name": "Standard2of5" }, { "name": "SwissPostParcel" }, { "name": "UPCA" }, { "name": "UpcaGs1Code128Coupon" }, { "name": "UpcaGs1DatabarCoupon" }, { "name": "UPCE" }, { "name": "VIN" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Guide / Basic usage / Get Supported Barcodes Get Supported Barcodes...Barcodes Leave feedback On this page GroupDocs.Signature Cloud REST...

    docs.groupdocs.cloud/signature/get-supported-ba...
  4. Get Document - Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and update the changes (Accept/Reject) by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get document (changes). cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes/update?outPath#comparisons%2Foutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X PUT -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'tarGetFiles' [{'folder':'comparisons','name':'tarGet.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Accept'},{'id':1,'action':'Reject'}]}" Response { "href": "https://api.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The API is completely independent of your operating system, database system or development language....Changes Resource / Get Document - Changes Get Document - Changes...On this page Note Note: The features listed in this page are working...

    docs.groupdocs.cloud/comparison/get-document-ch...
  5. How to Extract Pages From Word Documents in Python

    Split word document into multiple documents to extract Pages from word document. This article is about how to extract Pages from word documents in Python....Saeed Blog Home How to Extract Pages From Word Documents in Python...Twitter Linkedin How to Extract Pages From Word Documents in Python...

    blog.groupdocs.cloud/2022/08/16/how-to-extract-...
  6. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To Get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.Signature Cloud is...

    docs.groupdocs.cloud/signature/get-supported-fi...
  7. View Word Documents as HTML Pages using a REST ...

    Programmatically View Word Documents as HTML Pages using a REST API in C#. Document Viewer .NET SDK allows rendering of DOC and DOCX files to HTML Pages....View Word Documents as HTML Pages using a REST API in C# Facebook...render DOC or DOCX files to HTML pages programmatically in your .NET...

    blog.groupdocs.cloud/2021/10/08/render-word-doc...
  8. How to Rotate PDF Pages using Rest API in Node.js

    Rotate PDF specific Pages or all Pages at same time defining degrees using REST API. This article is about how to rotate PDF Pages using REST API in Node.js...हिंदी čeština How to Rotate PDF Pages using Rest API in Node.js In...rotate all PDF pages at once or specific PDF pages into any direction...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  9. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.Annotation Cloud is...

    docs.groupdocs.cloud/annotation/get-supported-f...
  10. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to Get high-quality output in quickly and reliably. To Get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X Get "https://api.groupdocs.cloud/v2.0/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "tarGetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ..../ Basic usage / Get Supported File Formats Get Supported File...Formats Leave feedback On this page GroupDocs.conversion Cloud REST...

    docs.groupdocs.cloud/conversion/get-supported-f...