Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 419 for

doc to jpg

(0.03 sec)
  1. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..., "ImageFilePath" : "image1.jpg" , "Left" : 200 , "Top" : 200...

    docs.groupdocs.cloud/signature/signsettings/
  2. Extract DOCX Pages in Java | Word Extractor

    Learn how To extract pages from a Word file in Java using GroupDocs.Merger Cloud SDK. Follow our guide To simplify and optimize your workflow. Try it now!...formats , including Word, Excel, JPG, PowerPoint, PDF, HTML, and many...How to Merge Word Documents (DOC, DOCX) in Java How to Split PowerPoint...

    blog.groupdocs.cloud/merger/extract-document-pa...
  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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...specify quality when rendering as JPG. Valid values are between 1 and...

    docs.groupdocs.cloud/viewer/imageoptions/
  4. 使用 C-Sharp .NET 将 PDF 转换为可编辑的 DOC

    GroupDocs.Conversion C# .NET API 提供了一种在线将 PDF 转换和更改为 Word 文件的简便方法。本文介绍如何在 C# 中将 PDF 转换为 Word。...doc, .docx) 是最常用的文字处理文档格式之一。它允许您...NET SDK 安装 # 为了将 PDF 转换为 Word Doc,我将使用 GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  5. 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)....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/
  6. Working with Signature Collection | 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 multiple signatures. For example, you can add Text and Barcode Signature To a Document at same time. To put list of signatures on Document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current Document format....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."imageGuid": "images\signature_01.jpg", "left": 2, "top": 500, "width":...

    docs.groupdocs.cloud/signature/working-with-sig...
  7. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support To render over 50 file formats To HTML5 or Image formats for the whole Document, page by page or cusTom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupDocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Document" }, { "extension" : ".doc" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  8. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks To the Document. With this API you can add image watermarks with the following features: 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; There are many watermark positioning and transforming properties; There are format-specific options. These options allow To leverage specific format features and often allow To make watermarks stronger; For protected Documents, it is required To provide the password....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-image-waterm...
  9. Generate Document Pages Preview | Documentation

    This REST API provides an ability To generate Document pages of image representations. There are several ways To specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property. For protected Documents, it is also required To provide a password. The following properties of preview may be cusTomized:...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Image format - JPG, PNG, BMP The default value is JPG OutputPath...

    docs.groupdocs.cloud/merger/generate-document-p...
  10. Common structures | Documentation

    Page contains description for common structures and its properties SignatureType properties Specifies enumeration of supported Signature Types. Example SignatureType object { "SignatureType": "Text" } Name Description Text Specifies Text signature type Image Specifies Image signature type Digital Specifies Digital signature type Barcode Specifies Barcode signature type QRCode Specifies QRCode signature type Stamp Specifies Stamp signature type PagesSetup properties Provides options To specify special or ordinary pages for Document processing. Example PagesSetup object...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...used in Microsoft Word 97-2003 .DOC binary documents. XmlDsig The...

    docs.groupdocs.cloud/signature/common-structures/