Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 769 for

annotation options

(0.06 sec)
  1. Render Excel Data to HTML using REST API in Python

    Programmatically render Excel spreadsheet data to HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....Define spreadsheet rendering options if any applies Create a view...by applying the following options: Render an Excel Worksheets...

    blog.groupdocs.cloud/2021/03/24/render-excel-da...
  2. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Annotation Product Solution GroupDocs...PdfOptimizationOptio Contains options for rendering documents into...

    docs.groupdocs.cloud/viewer/pdfoptions/
  3. How To Add Visible Digital Signature to PDF in ...

    Hey Tilal, Thanks for reaching out to me, i really appreciate it. I was able to resolve the issue by correcting the storage and paths. But there’s an underlying problem that I am facing right now. I am uploading both th…...Cloud Product Family nodejs-annotate-pdf , nodejs-digital-sign...SignDigitalOptions Object for signature options and pass to SignSettings object...

    forum.groupdocs.cloud/t/how-to-add-visible-digi...
  4. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Slides format example....Annotation Product Solution GroupDocs...Advanced usage / Conversion options by document family / 5. Convert...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  5. Split PDF - Extract Pages from PDF using Rest A...

    Split PDF - Extract Pages from PDF using Rest API in Ruby...start_page_number and end_page_number options Set range_mode to EvenPages...start_page_number and end_page_number options Set range_mode to OddPages...

    blog.groupdocs.cloud/2022/06/03/split-pdf-extra...
  6. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison Options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Annotation Product Solution GroupDocs...structure defines comparison options UpdatesOptions example: { "SourceFile"...

    docs.groupdocs.cloud/comparison/updatesoptions/
  7. Learn about CAD File Formats and APIs that can ...

    Learn about CAD File Formats and APIs that can open and create CAD files on File Format Docs Recent content in Learn about CAD File Formats and APIs that can open and create CAD files on File Forma......engineering documentation, with annotations, dimensions, and geometric...RML file? An RML file is an annotation file created and used by...

    docs.fileformat.com/cad/index.xml
  8. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...Advanced usage / Conversion options by document family / 3. Convert...

    docs.groupdocs.cloud/conversion/convert-to-word...
  9. Convert Emails and Outlook Messages to PDF usin...

    Programmatically Convert Emails and Outlook Messages to PDF using a REST API in Node.js. Node.js SDK allows converting EML, MSG files to PDF.... Assign load options to ConvertSettings Create ...property to true Assign load options to ConvertSettings Create ...

    blog.groupdocs.cloud/2021/09/09/convert-email-a...
  10. 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....Annotation Product Solution GroupDocs...working-with-viewer-api API. Note Not all options are supported by all document...

    docs.groupdocs.cloud/viewer/viewoptions/