Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 520 for

docx to jpg

(0.06 sec)
  1. 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...."watermarkOptions" : [{ options }] } jpg, jpeg, jp2 Properties Description...: [{ options }] } doc, docm, docx, dot, dotm, dotx, odt, ott Properties...

    docs.groupdocs.cloud/conversion/convertoptions/
  2. convert a picture to word on Document Processin...

    convert a picture To word on Document Processing REST APIs | GroupDocs Cloud Recent content in convert a picture To word on Document Processing REST APIs | GroupDocs Cloud Convertir un fichier Jpg ......fichier JPG en document Word (DOCX) en C# .NET - JPG en DOC Convertissez...des images JPG en documents Word modifiables (DOCX) à l'aide...

    blog.groupdocs.cloud/fr/tag/convert-a-picture-t...
  3. picture to document converter on Document Proce...

    picture To document converter on Document Processing REST APIs | GroupDocs Cloud Recent content in picture To document converter on Document Processing REST APIs | GroupDocs Cloud Chuyển đổi Jpg sa......Chuyển đổi JPG sang Word Document (DOCX) trong C# .NET - JPG sang DOC...hình ảnh JPG sang tài liệu Word có thể chỉnh sửa (DOCX) bằng C#...

    blog.groupdocs.cloud/vi/tag/picture-to-document...
  4. 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:...Image format - JPG, PNG, BMP The default value is JPG OutputPath..."FilePath": "WordProcessing/four-pages.docx" }, "OutputPath": "/Output/preview-page"...

    docs.groupdocs.cloud/merger/generate-document-p...
  5. word to image java rest api on Document Process...

    word To image java rest api on Document Processing REST APIs | GroupDocs Cloud Recent content in word To image java rest api on Document Processing REST APIs | GroupDocs Cloud Convertir Word a Jpg ......Cloud Convertir Word a JPG en Java – DOCX a JPG utilizando Java REST...documentos de Word (DOC, DOCX) a imágenes JPG utilizando la API REST...

    blog.groupdocs.cloud/es/tag/word-to-image-java-...
  6. \"word to image java rest api\" on Document Pro...

    \"word To image java rest api\" on Document Processing REST APIs | GroupDocs Cloud Recent content in \"word To image java rest api\" on Document Processing REST APIs | GroupDocs Cloud Convertir Wor......Convertir Word en JPG en Java – DOCX en JPG à l'aide de l'API...documents Word (DOC, DOCX) en images JPG à l'aide d'une...

    blog.groupdocs.cloud/fr/tag/\word-to-image-java...
  7. picture to word converter on Document Processin...

    picture To word converter on Document Processing REST APIs | GroupDocs Cloud Recent content in picture To word converter on Document Processing REST APIs | GroupDocs Cloud Convertir un fichier Jpg ......fichier JPG en document Word (DOCX) en C# .NET - JPG en DOC Convertissez...des images JPG en documents Word modifiables (DOCX) à l'aide...

    blog.groupdocs.cloud/fr/tag/picture-to-word-con...
  8. 如何使用 Java API 将 Excel 转换为 PDF

    在 Java 中使用我们快速安全的文件格式 REST API 转换您的文档和文件。本文介绍如何使用 Java API 将 Excel 转换为 PDF。...文件 在 Python 中使用 REST API 注释 DOCX 文件 在 Python 中使用 REST API 从 Word...文档 在 Java 中以编程方式将 Word 转换为 JPG 并将 JPG 转换为 Word...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  9. Create Document Preview | Documentation

    GroupDocs.Comparison 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.Comparison 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....docx" }, Format = PreviewOptions...( "source_files/word/source.docx" ); PreviewOptions options =...

    docs.groupdocs.cloud/comparison/create-document...
  10. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing documents in HTML/PDF/Jpg/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a document as PDF...viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages..."FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "PDF", "RenderOptions":...

    docs.groupdocs.cloud/viewer/fliprotate-pages/