Unable to Export HighCharts from IE - highcharts

When I export my graphs from IE, the exported file is not coming up with a file extension.
This was working until a couple of days Ago.
Has anyone else seen this behavior? is there a fix for this?
i am able to export fine from Google Chrome.

This is fixed and working now for the public export server.

Related

Excellent Sample but Export to PDF doesn't work locally in Chrome

I come across this beautiful example
plnkr.co/edit/xBvc4094CIu6oGDZXZx7?p=preview
When I download (changed // to http://) and run locally export csv works fine where as export to pdf doesn't work fine.
I suspect something needs to be enabled in Chrome browser or security settings.
Any idea what might be the issue? How to make it work in Chrome? Is there any setting or configuration needs to be fixed?
Line 26 :
pdfMake.createPdf(content).open();
Replace this line with this :
pdfMake.createPdf(content).download('your_pdf_name.pdf');

Highchart offline export for pdf file not working

I am using the latest High-stock , exporting and offline-exporting java script file for my angular application. When I use the highstock api "exportChartLocal" in my code as "chart.exportChartLocal({type:"application/pdf"});", I can able to download for png,jpeg and svf format.But I am not able to get the pdf format displaying as "file damaged".Can anyone help me solve this issue?

search function in pdf not working on url

i am trying to open pdf file with #search function in chrome, but it is not working.
google chrome version Version 43.0.2357.124
Example
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf#search=%22word%22
tried also
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf#search="word"
it just open the file but there are no words highlighted
can someone please explain why it is not working? thanks
p.s. other functions like #page=3 are working
Please update your adobe plugin extension for chrome.
chrome adobe extension

Highcharts export - Where is the index-utf8-encode.php file

I'm using highcharts in many projects. When I configure exporting option, I always use "index-utf8-encode.php" because it support other charset than UTF-8 (ex: ISO-8859-1).
exporting: {
url: 'http://export.highcharts.com/index-utf8-encode.php'
}
Unfortunately, since weeks or months (not sure exactly when) when I try to export graph to an image file I get a 404 error from a tomcat server.
See (and try to export as image file) : http://jsfiddle.net/yWLwx/126/
So, is there someone who knows where is the index-utf8-encode.php file or why it doesn't work anymore?
Thank you very much for your time!!
Please familiar with our php exporting servers https://github.com/highslide-software/highcharts.com/tree/master/exporting-server/php
It is caused by changing export server.

wkhtmltopdf/wicked_pdf : some external pictures are not displayed

I'm trying to export a page in my rails app to a pdf using wkhtmltopdf/wickedpdf (both the latest version, so is rails). However, external images from facebook (obviously with an absolute url) are not displayed : I got the classic empty box with a '?' when pictures are missing. The HTML version is just fine.
I tried with other pictures from other sources, and it worked as expected. Only fb pictures are causing troubles. However I absolutely need those.
Any ideas? Thanks for your time!
You should download the image into the app and use absolute path for image in pdf template, like
"#{RAILS_ROOT}/public/path-to-fb-image}"
Ok so it looks like I was using a bad version of wkhtmltopdf. Had to try several before getting to the right, this is the one that did the trick for me.
#Hoang's answer is another possible solution.

Resources