Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 358 for

document structure

(0.06 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Comprehensive JSON to HTML Conversion Tutorial in PHP Learn how to transform JSON d......Document Processing REST APIs | GroupDocs Cloud Recent content...content on Document Processing REST APIs | GroupDocs Cloud Comprehensive...

    blog.groupdocs.cloud/index.xml
  2. Size | Documentation

    Size data Structure used to specify comparison result size. Size example: { "Width": 0, "Height": 0 } Name Description Width Width of item Height Height of item...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / Size Size Leave feedback...

    docs.groupdocs.cloud/comparison/size/
  3. Minified HTML and Responsive HTML using PHP SDK...

    Render the responsive HTML and minified HTML and SVG Documents using PHP SDK for Document Viewer Cloud API by GroupDocs Cloud....rendering specific layer of CAD documents along with many other new...object , that lets you render documents as responsive output HTML...

    blog.groupdocs.cloud/viewer/minified-and-respon...
  4. PageInfo | Documentation

    PageInfo data Structure represents information about page PageInfo example: { "Width": 0, "Height": 0, "PageNumber": 0 } Name Description Width Page width Height Page height PageNumber Page number...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / PageInfo PageInfo Leave...

    docs.groupdocs.cloud/comparison/pageinfo/
  5. json to html api on Document Processing REST AP...

    json to html api on Document Processing REST APIs | GroupDocs Cloud Recent content in json to html api on Document Processing REST APIs | GroupDocs Cloud Convertir JSON a HTML usando Node.js | API ......json to html api on Document Processing REST APIs | GroupDocs...content in json to html api on Document Processing REST APIs | GroupDocs...

    blog.groupdocs.cloud/es/tag/json-to-html-api/in...
  6. FileInfo | Documentation

    FileInfo data Structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file...Ask AI GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud.../ Developer Guide / Data structures / FileInfo FileInfo Leave...

    docs.groupdocs.cloud/annotation/fileinfo/
  7. PdfOptimizationOptions | Documentation

    PdfOptimizationOptions data Structure contains the PDF optimization options to apply to the output PDF file. ImageOptions example { "Lineriaze": false, "RemoveAnnotations": false, "RemoveFormFields": false, "ConvertToGrayScale": false, "SubsetFonts": false, "CompressImages": false, "ImageQuality": 100, "ResizeImages": false, "MaxResolution": 300, "OptimizeSpreadsheets": false } ImageOptions fields Name Description Lineriaze Enables optimization the output PDF file for viewing online with a web browser. This optimization allows a browser to display the first pages of a PDF file when you open the Document, instead of waiting for the entire file to download....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / PdfOptimizationOptio PdfOptimizationOptio...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  8. RevisionInfo | Documentation

    RevisionInfo data Structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / RevisionInfo RevisionInfo...

    docs.groupdocs.cloud/comparison/revisioninfo/
  9. FileInfo | Documentation

    FileInfo data Structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The password for password-protected Documents (docx, pdf, etc)...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / FileInfo FileInfo Leave...

    docs.groupdocs.cloud/comparison/fileinfo/
  10. 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....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / RenderOptions RenderOptions...

    docs.groupdocs.cloud/viewer/renderoptions/