Giter Club home page Giter Club logo

Comments (4)

gologames avatar gologames commented on May 24, 2024

Hello,

We investigated the issue. Please, let me describe what we know now

First of all for proper work jsPDF library (which is used by SurveyPDF) you should load on page jsPDF IE polyfill. Due to some additional errors you might also use polyfill for "remove" method (probably with additional check in case of parentNode is null or modify source code of htmlToImage method below), "Array.from" method and something else

Next we faced with SecurityError when call canvas.toDataURL in our HTML to image source code. We tried set crossOrigin property of Image instance to "anonymous", but this doesn't help. Most likely because we put svg element image and canvas became tainted

To escape this we attempted to use canvg library, but it didn't work out for us. In exported PDF file we see nothing or black screen (ignoreClear option and other techniques don't help)

So as a result, unfortunately, at this moment we have no idea how process issue with exporting HTML to image in IE11. You can try to find a solution and make live sample for us (fork repository or reassign SurveyHelper.htmlToImage method for example). In this case we will investigate it and probably merge with main branch

In conclusion as a workaround you can use Edge browser (we checked this case works fine in Edge) or export HTML via our standard render with replacing ’ to ' before export according to this convention. Here is live sample of this approach (works with IE 11):

image

Thanks, Alex
SurveyJS Team

from survey-pdf.

joshcampbell191 avatar joshcampbell191 commented on May 24, 2024

Thanks for the detailed response and the workaround. We've gone ahead and replaced the instances of HTML entities to avoid the conversion to image within our survey for the time being. I'll keep an eye out for other potential solutions when time permits.

from survey-pdf.

gologames avatar gologames commented on May 24, 2024

Hello,

Fine! Feel free to contact us in case of any further questions

Thanks, Alex
SurveyJS Team

from survey-pdf.

gologames avatar gologames commented on May 24, 2024

Note for SurveyJS:

Issue can occurs due to we create new document instance (when convert to XML). New document instance has different CORS

from survey-pdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.