Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 11,306 for

jpg

(0.08 sec)
  1. Convert TIFF to PDF in Java

    Learn how to convert TIFF to PDF in Java programmatically. Get accurate and high-quality conversions with customizable settings and secure data handling....including PDF, DOCX, XLSX, PPTX, JPG, PNG, BMP, and many more. See...

    blog.groupdocs.cloud/conversion/tiff-file-to-pd...
  2. GitHub - groupdocs-translation-cloud/groupdocs-...

    Java library for communicating with the GroupDocs.Translation Cloud API - groupdocs-translation-cloud/groupdocs-translation-cloud-java... RESX, SRT files, images of JPG, PNG, SVG, BMP and GIF formats...rtf, .txt, .resx, .srt, .png, .jpg, .svg, .bmp and .gif files. Just...

    github.com/groupdocs-translation-cloud/groupdoc...
  3. GitHub - groupdocs-translation-cloud/groupdocs-...

    Android library for communicating with the GroupDocs.Translation Cloud API - groupdocs-translation-cloud/groupdocs-translation-cloud-android... RESX, SRT files, images of JPG, PNG, SVG, BMP and GIF formats...rtf, .txt, .resx, .srt, .png, .jpg, .svg, .bmp and .gif files. Just...

    github.com/groupdocs-translation-cloud/groupdoc...
  4. Export Markdown to PDF in Java - A Step-by-Step...

    Learn how to convert Markdown files to PDF in Java using REST API. Follow our guide with code examples and discover advanced options for customization....REST API Convert SVG Files to JPG Images in Java using REST API...

    blog.groupdocs.cloud/conversion/convert-markdow...
  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...

    blog.groupdocs.cloud/merger/extract-document-pa...
  6. GroupDocs.Conversion Cloud Product Family - Fre...

    GroupDocs.Conversion Cloud Product Family - Free Support Forum - groupdocs.cloud Topics in the 'GroupDocs.Conversion Cloud Product Family' category Get technical support of GroupDocs.Conversion Clo......Read full topic Convert SVG to JPG From a File URL in GroupDocs... so I need to convert it to jpg. Is it possible to upload that...

    forum.groupdocs.cloud/c/conversion/11.rss
  7. Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Page contains description for option objects and object fields. DocumentInfoOptions Provides options for retrieving attachment information. Example DocumentInfoOptions object { "password": "document password", "attachmentPassword": "attachment password", "extractText": false, "renderComments": false, "renderHiddenPages": false, "defaultFontName": "font name", "transforms": [ "Rotate", "Reorder", "AddPrintAction" ], "watermark": { "text": "watermark text", "color": "Magenta", "position": "Diagonal", "size": 50 }, "cellsOptions": { "renderGridLines": false, "paginateSheets": false, "encoding": "utf-8", "internalHyperlinkPrefix": "prefix", "countRowsPerPage": 50, "textOverflowMode": "OverlayIfNextIsEmpty", "ignoreEmptyRows": false }, "cadOptions": { "scaleFactor": 50, "width": 600, "height": 800, "renderLayouts": true, "layoutName": "Master", "layers": ["Layer1"] }, "emailOptions": { "encoding": "utf-8" }, "wordsOptions": { "encoding": "utf-8", "renderTrackedChanges": false }, "pdfOptions": { "enablePreciseRendering": false, "enableInitialContentOrdering": false, "renderLayersSeparately": false }, "slidesOptions": { "renderNotes": false }, "projectOptions": { "pageSize": "unknown", "pageSize": "unknown" } } Info Object Fields (Click here to expand)...set image format (“png” or “jpg”). Default value is “png”. Quality...specify quality when format # “jpg”. Valid values are between 1...

    docs.groupdocs.cloud/viewer/options-objects/
  8. Convert PNG to HTML in Java - PNG to HTML Conve...

    Learn how to convert PNG to HTML in Java using GroupDocs.Conversion Cloud SDK. Follow our step-by-step guide to simplify the PNG to HTML conversion process....in Java using REST API ZIP to JPG in Seconds: Online Conversion...

    blog.groupdocs.cloud/conversion/convert-png-ima...
  9. 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)....ImageLoadOptions - tiff, tif, jpeg, jpg, jp2, j2c, j2k, jpf, jpm, jpx...

    docs.groupdocs.cloud/conversion/loadoptions/
  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...

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