Blog

Share your stories and news with everyone.
Categories
Recent Posts
Need something customized?

We are working with the WordPress Experts, who can help you with customization of themes, plugins and elements at a very affordable price.

Print PDF directly from JavaScript

Print PDF directly from JavaScript function printFile(url) { const iframe = document.createElement(‘iframe’); iframe.src = url; iframe.style.display = ‘none’; document.body.appendChild(iframe); // Use onload to make pdf

Read More...