Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 2,987 for

one

(0.23 sec)
  1. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to One or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZOneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Each option may correspond to one or more formats. RenderOptions...missing font is replaced with one that has the same character set...

    docs.groupdocs.cloud/viewer/renderoptions/
  2. Combine Excel Sheets in Java - Excel Files Merger

    Install GroupDocs.Merger Cloud SDKs and develop your own Excel files merger programmatically. Combine Excel Sheets in Java using Cloud SDKs and REST APIs....українська Polski Microsoft Excel is one of the most popular Spreadsheet...to combine Excel files into one . GroupDocs.Merger provides Cloud...

    blog.groupdocs.cloud/merger/combine-excel-sheet...
  3. Get Documents Completed and Signed through Onli...

    GroupDocs' legally-binding e-signature app provides functionality for adding merge fields to documents which can then be completed by signers online.... One such app is GroupDocs.Signature...make them easier to manage. One of GroupDocs.Signature remarkable...

    blog.groupdocs.cloud/signature/working-forms-en...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... one by one then combine them into one document and...the other hand, PDF is also one of the most commonly used formats...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  5. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....join several documents into one # The JWT token is taken from...join several documents into one # The JWT token is taken from...

    docs.groupdocs.cloud/parser/get-container-items...
  6. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. 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 Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....$JWT_TOKEN " \ -d '{ "FilePath": "one-page.docx"}' Windows PowerShell...$env:JWT_TOKEN" ` -d "{ 'FilePath': 'one-page.docx' }" Windows CMD : :...

    docs.groupdocs.cloud/annotation/delete-pages/
  7. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside 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 Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables...."FilePath": "annotationdocs/one-page.docx" }, "OutputPath": "Output/output...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': 'Output/output...

    docs.groupdocs.cloud/annotation/text-field-anno...
  8. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline styling 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 # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://api...."FilePath": "annotationdocs/one-page.docx" }, "OutputPath": "Output/output...'FilePath': 'annotationdocs/one-page.docx' }, 'OutputPath': 'Output/output...

    docs.groupdocs.cloud/annotation/text-underline-...
  9. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs.... Convert ONE, DGN, DNG, VSSX and VSTX Documents...that allows converting from ONE, DGN, DNG, VSSX and VSTX file...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  10. How to Combine Multiple Word Documents using Py...

    Our API is designed to merge documents and files in various formats online. This article is about how to combine multiple word documents using Python....multiple word documents into one word document online instead...instead of processing files one by one. As a Python developer, you can...

    blog.groupdocs.cloud/merger/how-to-combine-mult...