Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 329 for

document structure

(0.04 sec)
  1. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data Structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output Document...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / ApplyRevisionsOption ApplyRevisionsOption...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  2. InfoSettings | Documentation

    InfoSettings data Structure used as input parameters for Info API method to retrieve information Note Not all options are supported by all Document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / InfoSettings InfoSettings...

    docs.groupdocs.cloud/signature/infosettings/
  3. 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....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / ImageOptions ImageOptions...

    docs.groupdocs.cloud/viewer/imageoptions/
  4. DeleteViewOptions | Documentation

    DeleteViewOptions data Structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the Document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / DeleteViewOptions DeleteViewOptions...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  5. Convert PDF to HTML | PDF to Web Page | PDF to ...

    Learn how to convert PDF to HTML using Java REST API. A simple and efficient way to transform PDFs into web-friendly HTML format.... Converting PDF documents to HTML format is essential...Whether you need to display documents online or repurpose content...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  6. ConversionSettings | Documentation

    ConversionSettings data Structure used as input parameters for Document Conversion API. ConversionSettings example { "Format": "string", "FilePath": "string", "Storage": "string", "LoadOptions": { "Password": "string", }, "ConvertOptions": { "FromPage": "integer", "PagesCount": "integer" }, "OutputPath": "string" } ConversionSettings fields Name Description Format Specifies target conversion format. Required. FilePath The path of the Document, located in the storage. Required. StorageName Storage name LoadOptions Format specific LoadOptions. ConvertOptions Format specific ConvertOptions. OutputPath Path to store conversion result....Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud.../ Developer Guide / Data structures / ConversionSettings ConversionSettings...

    docs.groupdocs.cloud/conversion/conversionsetti...
  7. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word Documents to HTML in C# .NET. Learn benefits of converting DOC, DOCX file to HTML format with C# .NET.... We know that Word documents offer a convenient way to...Therefore, by converting Word documents to HTML is not just about...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  8. GroupDocs.Conversion Cloud SDK for .NET - Free ...

    We are getting the below error while calling var responseUpload = fileApi.UploadFile(wordfileRequest); It is only on some servers. Can you provide any configurations we can check regarding this? GroupDocs.Conversion.Cl…...the error: the structure of the input document or some network...share some problematic input document(s) and also confirm which...

    forum.groupdocs.cloud/t/groupdocs-conversion-cl...
  9. Classify Your Text using GroupDocs.Classificati...

    Classification of text is also known as text categorization. Text classifiers can be used to establish, Structure, and categorize almost anything in the text....can be used to establish, structure, and categorize almost anything...your raw text as well as documents ‎into the predefined categories...

    blog.groupdocs.cloud/classification/classify-yo...
  10. SignResult | Documentation

    SignResult data Structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed Document Size Size of the signed Document DownloadUrl Page file path in the cloud storage....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / SignResult SignResult Leave...

    docs.groupdocs.cloud/signature/signresult/