Questions tagged [export-to-image]

13 questions
6
votes
2 answers

D3js Export SVG to Image

I have this D3js line graph I'm working with. I'd like to be able to save it as an image in the same directory as shown in this example d3.select('#saveButton').on('click', function(){ var svgString = getSVGString(svg.node()); …
ShittyDeveloper
  • 117
  • 1
  • 8
2
votes
0 answers

How do I copy a bytea column to a server file without PGCOPY or other header in plpgsql

I am uploading images/zip files from client application via Java/JDBC to a bytea (NOT BLOB) column. But need to be able to export them to server side files. Postgres 13. In plpgsql function I have: EXECUTE format ('COPY (SELECT zipfile FROM…
Duncan
  • 153
  • 2
  • 6
2
votes
1 answer

icCube - Adding the Title (The header) When export the Chart to Image

I need That the header shows when I export the Chart to Image My Chart is Like This : But when I export it to Image it's Without the header Can any one help me to fix this , Txs, Marwen
Baini.Marouane
  • 579
  • 2
  • 8
  • 18
1
vote
1 answer

Interop Excel Charts Exported to Image appear incomplete

I am trying to export chart to image in .Net Azure functions. I referred this link. But the exported image appears incomplete. Expected Image: Actual Exported Image: .Net Core 3.1 Azure Function Project COM Reference used: Microsoft Excel 16.0…
deathrace
  • 908
  • 4
  • 22
  • 48
1
vote
1 answer

React export component that is not diplayed to PNG

I'm trying to export a chart to an image and I want the chart image to have a custom legend that is not being displayed on screen. How can I do that? For now I have tried to export using react-component-export-image but if the component is not…
1
vote
1 answer

Export any Chart, any table and any content into Image In Angular2 Project

I am working on Angular2 Project in which I've implemented below things in my project: jQxGrid (http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/defaultfunctionality.htm) Angular Table nvd3 boxplot chart…
Riddhi
  • 202
  • 5
  • 17
1
vote
1 answer

icCube - How can I export the whole report to an image

I created a report that contain a Pichart, Histogram and DatePicker, I want to export this report with those components. Any idea how to do it?
Baini.Marouane
  • 579
  • 2
  • 8
  • 18
0
votes
0 answers

save as picture PNG not the same in excel 2007 and 2021

I changed laptop (from excel 2007 to 2021) and I tried my excel 2007 macro document on a excel 2021. the PNG it generates makes my laser engraver crash. is there any difference in the format windows 10 / excel 2021 saves PNG VS windows7 / excel…
0
votes
1 answer

How to rasterize svg to png without aliasing effect with "data:image/svg+xml" with Inkscape?

I have a problem while export svg to png with svg which includes some element image objects using Inkscape. Example: Notes: -…
Tho Bui Ngoc
  • 763
  • 1
  • 11
  • 36
0
votes
1 answer

SVG to Image export performance issues (using canvg / XMLSerializer / getComputedStyle)

I am using canvg to convert a chart svg to an image. We have the issue that by default not all CSS attributes are applied to the image so we ended up using getComputedStyle in a loop. This is a total mess under performance aspects if we have 10 or…
gothmogg
  • 72
  • 11
0
votes
1 answer

Export Leaflet Map as JPG in typescript angular 4

I'm making an Angular4 app with leaflet maps and I need to export the current view of a map in one JPG image. Something like taking a screen shot but just the map with markers and polylines. So, first I put markers and polylines in my leaflet map,…
Sergio Mendez
  • 1,311
  • 8
  • 33
  • 56
0
votes
0 answers

Add text while exporting charts using chart.js

These is my code to export a chart as an image, but i am not able to add text to it. Please help out to solve this issue.add only the exporting part, if u need full code i'll forward you.
0
votes
1 answer

How to convert all elements inside html div element into an image using javascript without any third party library

I am having a div with 3 elements. I want to convert that whole div into an image without using third party tool. Kindly provide me any suggestion regarding this.
DIV 1
Shamu
  • 158
  • 1
  • 5