Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 4,755 for

svg

(0.05 sec)
  1. 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": "....svg" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  2. 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....formats, such as PDF, DOCX, SVG, etc. See Also # If you want...

    blog.groupdocs.cloud/conversion/convert-png-ima...
  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)....vss, vst, vsx, vtx, vdw, vdx, svg, vssx, vstx, vstm, vsdm, vssm...

    docs.groupdocs.cloud/conversion/loadoptions/
  4. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-encoded fonts or as external resources....OpenDocument Formats ODP Image files SVG Embedding fonts increase the...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  5. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and Svg). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....output content (HTML, CSS, and SVG). This solution is suitable in...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  6. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....the output HTML document in SVG tag to improve the output quality...

    docs.groupdocs.cloud/viewer/renderoptions/
  7. AsposePtyLtdMenu.css

    ::-webkit-input-placeholder{font-weight:400;font-style:normal}::-moz-placeholder{font-weight:400;font-style:normal}:-ms-input-placeholder{font-weight:400;font-style:normal}:-moz-placeholder{font-we......com/templates/aspose/img/svg/aspose-logo.svg) 0 0 no-repeat;margi...t:30px}.socialicon ul a.dev svg{width:28px;height:12px;fill:#818692;color:#fff}...

    joomla-aspose.dynabic.com/templates/aspose/css/...
  8. 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 }] } svg, xps, cgm Properties Description...

    docs.groupdocs.cloud/conversion/convertoptions/
  9. 通过 Java 将 HTML 转换为 Markdown |综合指南

    GroupDocs.Conversion 提供各种文档格式的转换。本文介绍如何使用 REST API 使用 Java 将 HTML 转换为 Markdown。...PPTX 在 Java 中以编程方式将 PNG 转换为 SVG 文件...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  10. mainsite2022.min.css

    @media(min-width:1440px){.feathuressectiontitl{width:1440px;margin:0 auto}}.opisanie{font-family:Inter;font-style:normal;font-weight:normal;font-size:16px;line-height:30px;display:flex;align-items:......;background:url("data:image/svg+xml,%3Csvg width='268' height='268'...xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(#filter0_d)'%3E%3Cpath...

    products.groupdocs.app/translation/html/css/mai...