Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 918 for

annotation types

(0.04 sec)
  1. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various Types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...enables you to to render various types of documents into HTML, Image...

    docs.groupdocs.cloud/viewer/render-document/
  2. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document Types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Annotation Product Solution GroupDocs...REST API from over 50 document types. One of the most valuable features...

    docs.groupdocs.cloud/parser/features-overview/
  3. Working with Stamp Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs...Token]' \ -- header 'content-type: application/json' \ -- data...

    docs.groupdocs.cloud/signature/working-with-sta...
  4. Render document with comments | Documentation

    Some document Types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Annotation Product Solution GroupDocs...On this page Some document types like Microsoft Word, Excel,...

    docs.groupdocs.cloud/viewer/render-document-wit...
  5. Working with Data | Documentation

    Programming techniques, designed to apply data filtering, grouping and formatting throughout the Report Generation process using GroupDocs Assembly Cloud....Annotation Product Solution GroupDocs...but you can not redefine the type of it. Using Extension Methods...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  6. Delete rendered document | Documentation

    After rendering various Types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...page After rendering various types of documents into HTML, Image...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  7. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all Types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...into HTML look well across all types of devices. To achieve this...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  8. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....text, structuring elements, annotations, and graphics. You can convert...convert between more than 50 types of documents and images online...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  9. Signature Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Signature Options objects and object properties SignOptionsCollectionData Object Provides list of options for documents signing. Example SignOptionsCollectionData object { "items": [ { "barcodeTypeName": "Code39Standard", "borderVisiblity": true, "borderDashStyle": "Solid", "borderWeight": 1.0, "opacity": 1.0, "text": "123456789012", "left": 10, "top": 10, "width": 200, "height": 100, "locationMeasureType": "Pixels", "sizeMeasureType": "Pixels", "stretch": "PageHeight", "rotationAngle": 0, "horizontalAlignment": "Left", "verticalAlignment": "Center", "margin": { "all": 5, "left": 5, "top": 5, "right": 5, "bottom": 5 }, "marginMeasureType": "Pixels", "signAllPages": false, "font": { "fontFamily": "Times New Roman", "fontSize": 14....Annotation Product Solution GroupDocs...SignOptionsCollectio Object Fields Name Type Description Items List List...

    docs.groupdocs.cloud/signature/signature-option...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....Annotation Product Solution GroupDocs...(for example: “Green”) drawType Type of drawing, “UseDrawColor” (default)...

    docs.groupdocs.cloud/conversion/loadoptions/