Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 235 for

doc to png

(0.1 sec)
  1. 使用 REST API 在 Java 中将 PDF 转换为 Word 文档

    使用 PDF 到 Word 转换器快速、可靠的 API 将 PDF 转换为可编辑的 Word Doc。让我们看看如何使用 REST API 在 Java 中将 PDF 转换为 Word 文档。...doc)。当您需要更改 PDF 文档的文本、使用不同的文本格式或...PDF 到 Word 转换器工具免费在线将 PDF 转换为 DOC; 此外,我们还提供了一个 API 参考 部分,让您可以直接通过浏览器可视化我们的...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  2. 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-...
  3. 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...j2c, j2k, jpf, jpm, jpx, odg, png, gif, bmp, ico, psd, dcm, wmf...

    docs.groupdocs.cloud/conversion/loadoptions/
  4. 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...supports various image formats: PNG, GIF, TIFF, JPG. You may upload...

    docs.groupdocs.cloud/watermark/add-watermarks/
  5. Get Document Pages | Documentation

    GetPages method allows To create an image representation of each page of the Document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document inTo cloud sTorage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud sTorage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/annotation/storage/file/one-page_docx/page_0.png" , "rel" : "self" , "type" :...

    docs.groupdocs.cloud/annotation/get-pages/
  6. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Upgrade an Order Free Support Docs Free Consulting Blog New Releases... PPTX, XLSX etc. into JPEG, PNG, HTML, or PDF formats. The difference...

    docs.groupdocs.cloud/viewer/features-overview/
  7. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } Png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."watermarkOptions" : [{ options }] } png, gif, bmp, ico Properties Description...

    docs.groupdocs.cloud/conversion/convertoptions/
  8. Image to Word converter online free on Document...

    Image To Word converter online free on Document AuTomation REST APIs | GroupDocs Cloud Recent content in Image To Word converter online free on Document AuTomation REST APIs | GroupDocs Cloud Conve......GroupDocs Cloud Convertir Word en PNG et PNG en document Word en Java...Java Convertissez Word DOC en images PNG optimisées en quelques secondes...

    blog.groupdocs.cloud/fr/tag/image-to-word-conve...
  9. 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...supports various image formats: PNG, GIF, TIFF, JPG. You may upload...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  10. Extract Images from PDF, Excel, PPT & Word Docs...

    Python examples To extract images from Documents like PDF, Word Documents, spreadsheets, presentations using Python SDK for Document Parsing REST API....Extraction from Excel, PPT, or Word Docs using Python Image Extraction...Extraction from Excel, PPT, or Word Docs using Python # Similarly, you...

    blog.groupdocs.cloud/parser/extract-images-from...