Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 8,317 for

page

(0.74 sec)
  1. output.pdf

    Sheet1 Sum of Count Grouped Label Row Labels 1 2 Grand Total 2 16 16 4 3 3 6 7 7 8 3 3 9 0 0 1 4 6 8 Grand Total 27 15 37 Page 1 D:20240331123859Z Aspose.PDF for .NET 24.01.0 Aspose Pty Ltd. D:2024......1 4 6 8 Grand Total 27 15 37 Page 1 D:20240331123859Z Aspose.PDF...

    blog.groupdocs.cloud/tr/conversion/convert-exce...
  2. output.pdf

    Sheet1 Sum of Count Grouped Label Row Labels 1 2 Grand Total 2 16 16 4 3 3 6 7 7 8 3 3 9 0 0 1 4 6 8 Grand Total 27 15 37 Page 1 D:20240331123859Z Aspose.PDF for .NET 24.01.0 Aspose Pty Ltd. D:2024......1 4 6 8 Grand Total 27 15 37 Page 1 D:20240331123859Z Aspose.PDF...

    blog.groupdocs.cloud/it/conversion/convert-exce...
  3. output.pdf

    Sheet1 Sum of Count Grouped Label Row Labels 1 2 Grand Total 2 16 16 4 3 3 6 7 7 8 3 3 9 0 0 1 4 6 8 Grand Total 27 15 37 Page 1 D:20240331123859Z Aspose.PDF for .NET 24.01.0 Aspose Pty Ltd. D:2024......1 4 6 8 Grand Total 27 15 37 Page 1 D:20240331123859Z Aspose.PDF...

    blog.groupdocs.cloud/uk/conversion/convert-exce...
  4. GroupDocs.Assembly Cloud | Documentation

    Welcome to the GroupDocs Assembly Cloud.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/assembly/
  5. Translating texts | Documentation

    How to translate plain text....Translation SDK Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/text/
  6. Supported Document Formats | Documentation

    GroupDocs.Comparison Cloud API supports following document formats: CAD Formats Format File Extension Compare MicroStation Design File (V7) .DGN ✔ Autodesk Design Web Format .DWF ✔ AutoCAD Drawing .DWG ✔ AutoCAD Drawing Interchange .DXF ✔ Industry Foundation Classes .IFC ✔ Stereo Lithography .STL ✔ Diagram Formats Format File Extension Compare Microsoft Visio 2010 Web Drawing .VDW ✔ Microsoft Visio 2003-2010 XML Drawing .VDX ✔ Microsoft Visio 2003-2010 Drawing .VSD ✔ Microsoft Visio Macro-Enabled Drawing ....Formats Leave feedback On this page GroupDocs.Comparison Cloud API...Plain Text Document . ✔ Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/supported-docum...
  7. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. 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; Document Page count. 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....Information Leave feedback On this page This REST API allows obtaining...Document file format; Document page count. The table below contains...

    docs.groupdocs.cloud/watermark/get-document-inf...
  8. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....ViewFormat # PNG or JPG Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/viewer/viewoptions/
  9. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on Pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-Page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-Page....Information Leave feedback On this page This API retrieves document...and coordinates of text on pages. Resource The following GroupDocs...

    docs.groupdocs.cloud/annotation/get-document-in...
  10. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/viewer/imageoptions/