Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 429 for

doc to jpg

(0.06 sec)
  1. Working with Digital 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 add Digital Signature To a Document. It provides methods To create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Digital Signature To Document You can create Digital 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..." ImageGuid ": " signature . jpg "," Left ": 10," Top ": 10,"...

    docs.groupdocs.cloud/signature/working-with-dig...
  2. 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/
  3. Working with Image 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 Image. It provides methods To create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature To Document You can create image 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..."{" ImageGuid ": " signature . jpg "," Left ": 10," Top ": 10,"...

    docs.groupdocs.cloud/signature/working-with-ima...
  4. 使用 REST API 在 Java 中将 Word 文档转换为 PDF

    使用我们的高性能文件转换 API 快速转换文档格式。让我们看看如何使用 REST API 在 Java 中将 Word 文档转换为 PDF。...DOCX to PDF Java库安装 # 为了将 Word DOC 转换为 PDF,我将使用 GroupDocs.Conversion...# 本节介绍如何使用下面列出的步骤以编程方式将 Word DOC 文件转换为 PDF 文件: 首先,创建 ConvertApi...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  5. 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...
  6. 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/
  7. 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...
  8. 使用 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-...
  9. 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-...
  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)....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/