Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 462 for

doc to jpg

(0.04 sec)
  1. Working with Barcode 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 sign a Document with Barcode. It provides methods To create Barcode Signature in Document Pages with different options of Barcode type, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Barcode Signature To Document You can create Barcode Signature on Document provided by fileName and Document folder (if required) using following API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"Page\": 1, \"ImageGuid\": \"image1.jpg\", \"Left\": 200, \"Top\": 200...

    docs.groupdocs.cloud/signature/working-with-bar...
  2. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...for document preview are: PNG JPG BMP Document pages operations...

    docs.groupdocs.cloud/merger/features-overview/
  3. Translating image files with GroupDocs.Translat...

    How To use GroupDocs.Translation Cloud SDK for translating image files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ImageToTextRequest . FormatEnum . JPG ); fileRequest . setUrl ( file_url...

    docs.groupdocs.cloud/translation/file/sdk/image...
  4. 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 drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“Docx”, for example)....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ImageLoadOptions - tiff, tif, jpeg, jpg, jp2, j2c, j2k, jpf, jpm, jpx...

    docs.groupdocs.cloud/conversion/loadoptions/
  5. Translating image and scanned PDF files with Gr...

    How To use GroupDocs.Translation Cloud SDK for translating image files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ImageToFileRequest . FormatEnum . JPG ); fileRequest . setSavingMode...

    docs.groupdocs.cloud/translation/file/sdk/image...
  6. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the Documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, GIF, TIFF, Jpg. You may upload the desired image To the STorage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...image formats: PNG, GIF, TIFF, JPG. You may upload the desired image...

    docs.groupdocs.cloud/watermark/add-watermarks/
  7. Get Document Information | Documentation

    This REST API allows To obtain basic information about the Document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by Document type The following GroupDocs.Viewer Cloud REST API resource has been used To get Document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'SampleFiles/sample.docx' }, 'ViewFormat': 'JPG' }" Resonse { "formatExtension"...

    docs.groupdocs.cloud/viewer/get-document-inform...
  8. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."imageGuid" : "images\signature_01.jpg" , "left" : 2 , "top" : 2 , "width"...

    docs.groupdocs.cloud/signature/signature-option...
  9. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows To create Document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Create preview images Download images For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'sample2.pdf' }, 'Format': 'jpg' }" Response { "fileInfo" : {...

    docs.groupdocs.cloud/signature/create-document-...
  10. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF Documents inTo image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering inTo PNG and Jpg. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...when rendering into PNG and JPG. API Usage There are steps that...

    docs.groupdocs.cloud/viewer/enable-font-hinting/