Giter Site home page Giter Site logo

Comments (5)

jamesbley-rhythm avatar jamesbley-rhythm commented on July 23, 2024 1

According to my development team, if they create a pdf using jspdf only, Acrobat Reader does not issue the same "save changes to modified file" prompt. But if they use svgtopdf using an svg, then they get the "save changes" prompt.

My guess is that acrobat reader does not like what it's seeing in the .pdf file and is "modifying" it to its liking as it's loaded. Almost like it's "converting" it when it's opened. This is how it's becoming "modified".

Using the "playground" link above, I cleared out the text and this resulted in an empty svg. I downloaded it and still get the prompt to save the file when I close it from acrobat reader. I tried this on both chrome and edge, to be sure the browser wasn't adding anything.

from svg2pdf.js.

jamesbley-rhythm avatar jamesbley-rhythm commented on July 23, 2024 1

Attaching 2 pdf files. Both originate from "playground" link above. I removed the "text" node and "viewbox" attribute and had it generate a pdf.
"svg2pdf_blank_before_adobe_save.pdf" is what was downloaded directly.
"svg2pdf_blank_after_adobe_save.pdf" is what the file was after adobe acrobat reader asked me to save it.
svg2pdf_blank_before_adobe_save.pdf
svg2pdf_blank_after_adobe_save.pdf

from svg2pdf.js.

yGuy avatar yGuy commented on July 23, 2024

To me this sounds more like a bug in jspdf. Or actually in Acrobat Reader. If the program does not edit the file, who could have modified the file and how, anyway?

I don't have Acrobat Reader installed, here. Does this also happen with an empty SVG or even if you omit the call to svg2pdf altogether? There aren't that many calls that go into jspdf when the svg is empty so this might be "easy" to debug with an almost empty pdf.

from svg2pdf.js.

yGuy avatar yGuy commented on July 23, 2024

We should probably compare the output of the empty jspdf export with the "empty svg" case. The file saved by Acrobat Reader is very different from the "before" file (different file version to begin with). We'll probably need to bisect the instructions that are issued when we write the empty SVG to find out which ones Acrobat does not "like".

from svg2pdf.js.

HackbrettXXX avatar HackbrettXXX commented on July 23, 2024

Using jspdf 2.5 instead of 2.0 seems to resolve the issue, can you confirm @jamesbley-rhythm?

from svg2pdf.js.

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.