Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 289 for

document structure

(0.07 sec)
  1. InfoResult | Documentation

    InfoResult data Structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in Document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of Document page MaxPageHeight Specifies max page height pages List of Document pages page....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / InfoResult InfoResult Leave...

    docs.groupdocs.cloud/signature/inforesult/
  2. C#: Convert HTML to Word | HTML to DOC | HTML t...

    Transform HTML content into DOCX format using our step-by-step guide. Easy and simple HTML to Word conversion tutorial enabling you to export web to Word...Polski Convert HTML to Word document with C# .NET. HTML is the...backbone of web content, structuring everything from simple text...

    blog.groupdocs.cloud/conversion/convert-html-to...
  3. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple Documents and manipulate single Document Structure across a wide range of Document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more Documents into one Document, join specific pages or page ranges from several source Documents into a single resultant Document. Joined Documents should be of the same format....Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...multiple documents and manipulate single document structure across...

    docs.groupdocs.cloud/merger/features-overview/
  4. SignSettings | Documentation

    SignSettings data Structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the storage....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / SignSettings SignSettings...

    docs.groupdocs.cloud/signature/signsettings/
  5. UpdateSettings | Documentation

    UpdateSettings data Structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings 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.Password Password for password-protected Document to be signed....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / UpdateSettings UpdateSettings...

    docs.groupdocs.cloud/signature/updatesettings/
  6. PreviewOptions | Documentation

    PreviewOptions Structure defines options for creating Documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo Structure AnnotationIds Array of IDs of annotations to remove from the Document. Format Preview format. Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Ask AI GroupDocs Cloud Documentation / GroupDocs.Annotation Cloud.../ Developer Guide / Data structures / PreviewOptions PreviewOptions...

    docs.groupdocs.cloud/annotation/previewoptions/
  7. 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...
  8. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud is a REST API solution to parse Documents to extract text, images and Document information on any platform....the GroupDocs Cloud pricing structure to simplify it for new customers... If an API call created a document or meaningful result, then...

    blog.groupdocs.cloud/total/groupdocs-cloud-dece...
  9. 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...
  10. VerifySettings | Documentation

    VerifySettings data Structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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.Password Password for password-protected Document to be signed....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / VerifySettings VerifySettings...

    docs.groupdocs.cloud/signature/verifysettings/