Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 2,987 for

one

(0.06 sec)
  1. Change Page Orientation in Word Documents using...

    Change One page orientation in word to make word landscape or portrait using Python. Let's see how to change page orientation in Word documents using Python...change the page orientation for one page or multiple pages in word...code example to see how to make one page landscape in word. Landscape...

    blog.groupdocs.cloud/merger/change-page-orienta...
  2. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....converting to XPS, SVG, OTP, WebP, ONE, OTS, EMF, DNG, DGU, DjVu, Mobi....NET products packaged into one product suite. GroupDocs.Total...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  3. Text Highlight Annotation | Documentation

    Text Highlight annotation highlights and comments selected text API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': "...= new FileInfo { FilePath = "one-page.docx" }; AnnotationInfo...

    docs.groupdocs.cloud/annotation/text-highlight-...
  4. Merge PNG Files in Node.js - PNG Merger Library

    GroupDocs.Merger offers Cloud SDKs for Node.js to merge PNG images programmatically. Node.js developers can install this API easily and invoke various methods....tool to combine PNG files into one . Therefore, please read this...features to merge two files in one. Please visit the documentation...

    blog.groupdocs.cloud/merger/merge-png-files-in-...
  5. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Place your client credentials in the environment variables CLIENT_ID and CLIENT_SECRET...."FilePath": "annotationdocs/one-page.docx" }, "OutputPath": "Output/output...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': 'Output/output...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  6. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....instead of processing all files one by one. As a Ruby developer, you...Ruby. Change Orientation of one Page Word to Landscape or Portrait...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  7. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Portable Document Format is one of the most popular formats for...spreadsheet in Python. PDF is a one of the most commonly used file...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. How to Add pagination in the converted html - F...

    how will add Pagination in HTML Output during DOCX to HTML Conversion....RenderToSinglePage to render into one page....

    forum.groupdocs.cloud/t/how-to-add-pagination-i...
  9. 全新GroupDocs.Signature Cloud V2!

    签名 REST API,用于应用、验证和搜索各种文件格式的电子签名。支持多种电子签名...path=one-page.docx" -X PUT -T C:/Temp/one-page.docx -H...groupdocs.cloud/v1/signature/one-page.docx/barcode" -X POST -H...

    blog.groupdocs.cloud/zh/signature/all-new-group...
  10. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/One-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....{ "filePath" : "/words/docx/one-page.docx" , "password" : "1234567890"...Based of found signature type of one the following data structures...

    docs.groupdocs.cloud/signature/searchresult/