We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If URL contains parameter, passing path to addImage function leads to data corruption of file.
path
addImage
Example:
var pptx = new PptxGenJS(); var slide pptx.addNewSlide(); slide.addImage({ path: "https://gitbrent.github.io/PptxGenJS/img/feature-callout.png?key=value", x: 1, y: 1 }) pptx.save("test");
Would it be possible to include images whose URL path has parameter?
The text was updated successfully, but these errors were encountered:
Remove query and fragment from image's extension (Issue gitbrent#433)
72b742e
Merge pull request #437 from katsuya-horiuchi/master
d9fadba
Remove query and fragment from image's extension (Issue #433)
Pull request merged into master branch.
Thanks @katsuya-horiuchi !
Sorry, something went wrong.
added Pull #433
1a503b9
646a0ee
Merge pull request gitbrent#437 from katsuya-horiuchi/master
1aa04df
added Pull gitbrent#433
9b1eaa0
gitbrent
No branches or pull requests
If URL contains parameter, passing
path
toaddImage
function leads to data corruption of file.Example:
Would it be possible to include images whose URL path has parameter?
The text was updated successfully, but these errors were encountered: