No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Printing in an electron dev

    Help
    2
    2
    667
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CristalT
      CristalT last edited by

      Somebody knows how to print a div at electron mode?
      It’s ease to make in a web development, opening a window with the content to print. But that window shows empty under electron mode.

      1 Reply Last reply Reply Quote 0
      • benoitranque
        benoitranque last edited by

        const { remote } = require('electron')
        
        remote.getCurrentWebContents().print()
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post