You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Is it possible to open the print dialog and print from an offscreen document? I messed with it a bit and can't seem to make it work.
Let me know what you think.
woxxom
unread,
Mar 14, 2025, 7:38:00 PM (4 days ago) Mar 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Alexander Gerber
Shouldn't be possible because it's invisible.
Alexander Gerber
unread,
Mar 14, 2025, 8:08:24 PM (4 days ago) Mar 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, woxxom, Alexander Gerber
Gotcha. Is there any way to print from the popup page?
woxxom
unread,
Mar 14, 2025, 8:12:01 PM (4 days ago) Mar 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Alexander Gerber, woxxom
I don't think so. Either open a new tab via chrome.tabs.create or a new popup window via chrome.windows.create using 'print.html' where this file is a part of your extension that gets the data from the background script via messaging/storage and invokes the print dialog.