TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nidhi Donga
NA
88
8.7k
disable printing of button during pdf generation using java
Sep 18 2019 11:56 PM
hey i am using below function of java script to print screen and generate pdf but it also prints buttons included in the page but i dont want to print the buttons so how to do it using javascript?please help me
i am using below function:
<script type="text/javascript">
function myFunction() {
window.print();
}
</script>
Reply
Answers (
1
)
pdf generation using javascript is not working
What is the differnce between ref and out keyword in c#?