Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
I want to delete a file from this website when its loaded and replace it with a different file and this different file will be gotten from a link. a image of where the file is below.The file (script.js)
i tried delete "script.js" and other things in the ""
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 10 hours ago.
Improve this question
why the deployment process produces this result in the below image?
enter image description here
I don't know what is the problem
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
enter image description here
I don't know why i am not able to insert multiple images in html but I do get multiple images in console.log
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I want to protect my website PDF files from downloading and snapshot or Ctrl+P. I read that it can be done by JavaScript but I'm unable do it.
Not possiable
In order for the client or user to see and read the PDF, your serve needs to server it. To send a copy of it to the clients broswer. The user can always download the PDF becuase you need to send it
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
how can I load an existing pptx file? Our customers would like to create a master pptx file with their own coporate branding. They are users and not developers. Is it possible?
Thanks.
Holm
You can't do it with PptxGenJS, as you can see it is listed as a feature they will not be implementing:
https://github.com/gitbrent/PptxGenJS/wiki/Unimplemented-Features
If your data does not have to be in pptx format, then you can reproduce an HTML table and use it within PptxGenJS:
https://gitbrent.github.io/PptxGenJS/docs/html-to-powerpoint.html
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
I want to replace ’San Francisco’ image in the following picture with an image in local folder in my computer temporarily. How can I do that?
Using chrome, you should be able to reference an image using file://path/to/file. If this doesn't work, let me know that I'm wrong.