Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 3,332 for

doc to doc

(0.08 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/renderoptions/
  2. Sending Word files for translation | Documentation

    How To send Word files for translation To the selected languages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/file/request/w...
  3. Join word documents without starting from a new...

    There is an additional option for Word Document joining that allows To merge those Documents without page breaking between them, i.e. the last page of the initial Document will be merged with the first page of the next Document as one page. Name Description Comment JoinItem.WordJoinMode Allows To join word Documents without empty space between Documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/join-word-continous/
  4. Get list of attachments | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 HTML Representation of Email Attachments List You can list the email attachments for HTML representation. Attachments API lists the email attachments. It returns an object with list of attachments. The following GroupDocs.Viewer Cloud REST API resource has been used in the attachments list (HTML representation). cURL example Request curl -v "https://api.groupDocs.cloud/v1/viewer/Test.msg/html/attachments" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer pTPAHbcNbrMcerjvtBpYgfkSh44oB9uWBEhoLNLiJ3KYWTZ-LjDK1OhIiSkiFnpwEDvAENURIo6NndadzqbW7Di4ZKIKC6DOlEGoFI2hfiNBaXEAGDE00knZePkCNsupU48qe1N_eGluq4urBAX3VBFiIdwz1yEPlPrqWG1DOAWYglUo5Nc9TdwZroBiDJ00A0oKjWoEJ_mRsI_VYK-NnZlNqrUiPGd6918ivV-vTtN2VvqGGUAosz26F7NZe0uEDf5GZszp-bxQ4_-JimHUgOD3z2M4gldo58oYp-6NBGCEjA312kqpxYZs22MJ_Ma-fSgT8yMDqgixItd0JxciHUCmSR8XVG803g1UgUF3-rfoWOn0FJAYLkZ3SFrjqMwjcJAsxcpWc-vm2eLneOPAh8R08ATyhemGBNCh3Ke3jJhaMf92" Resonse { "fileName": "Test....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/attachments-list/
  5. Image Viewer - Add text overlay over images | D...

    GroupDocs.Viewer Cloud provides feature that allows To add text overlays over images. This feature is useful if you want To add selectable text over the image or implement a text search in image-based rendering. Please note that due To Image Viewer’s architecture rendering results with text extraction enabled and disabled are different. The ExtractText property of ImageOptions class enables you To render Document To display with text. This example demonstrates how To render Document for display with text....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/image-viewer-add-te...
  6. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows To accept or reject revisions from Word Document and save the result. The following code sample demonstrates how To accept all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input Documents inTo cloud sTorage Call API method with options Download comparison result Document from sTorage (if any) Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  7. Compare documents protected with password | Doc...

    This feature could be used only for Presentations, WordProcessing and Spreadsheet GroupDocs.Comparison Cloud allows To compare Documents that are protected with a password. The following code sample shows how To compare password protected Documents. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input Documents inTo cloud sTorage Compare Documents or get Document info Download comparison result Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/compare-documen...
  8. Import attachment into pdf document | Documenta...

    This REST API allows add attachments inTo pdf Documents. Attachments should be uploaded inTo cloud sTorage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the sTorage Required property STorageName STorage name Could be omitted for default sTorage VersionId File version Id Useful for sTorages that support file versioning Password The password To open file Should be specified only for password-protected Documents Attachments Collection of attachments files paths OutputPath Path To resultant Document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/merger/import-attachment/
  9. Render document with comments | Documentation

    Some Document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement To include or exclude the comments in output representation of the Document may vary in different situations. GroupDocs.Viewer Cloud enables you To control the rendering of Document comments. By default, comments are not rendered inTo the output Document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/render-document-wit...
  10. Evaluate GroupDocs.Annotation | Documentation

    Note You can easily create a trial account on GroupDocs Cloud for evaluation. Please visit our Trial for GroupDocs.Cloud Document page You get access To all the features of GroupDocs.Annotation Cloud using free trial plan with monthly data processing limit. There are no limitations and no evaluation messages on Documents This plan is intended To give you a good idea of the service’s capabilities and let you do some early development....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/evaluate-groupd...