I created a WEB application using Electron technology to build the desktop build, this application is done with javascript, css, react ...
I would like to open an external application, but to insert this open application into one of my window...
I'm creating an application in electron, but the notifications only work if the application is running in compatibility mode with windows 7.
I currently ask the user to right click the .exe, go to properties / compatibility / compatibility mo...
After I formatted my computer I'm having a problem initializing any project in electron, it opens a new tab without showing its contents. How can I resolve this?
I have a variable with the contents of a pdf string, which has already been downloaded from any website.
const pdf = ""%PDF-1.4
1 0 obj
<<
/Title (þÿ�e�-�R�e�c�u�r�s�o�s)
/Creator (þÿ)
/Producer (þÿ�w�k�h�t�m�l�t�o�p�d�f)
/CreationDate...
I would like to know which npms tools are recommended to receive a PDF file of any size and divide it into equal pieces. For example pick up a 40Mb file and create 5 8Mb files.
I intend to do this within an application running on the Electronjs....
I would like to know if someone has already gone through this and if you have examples or can you give an example of how to print directly to the printer without opening the print dialog using Angular and Electron.
I am studying the possibili...
I am developing a basic castro solution and scheduling equipment maintenance. However I came across the following problem:
According to pre-programmed periods the application should alert the user that the equipment's maintenance term is clos...
I'm new to Electron, and I'm trying to do a function from a click on a menu. Below is my example.
index.html
<!DOCTYPE html>
<html lang="pt-br" dir="ltr">
<head>
<meta charset="utf-8">
<title>Electron&l...
I'm having trouble using the electron.
Whenever I try to use the remote module outside the main.js application of a reload alone.
I do not have any reload code in my script.
Whenever I use showOpenDialog the application will restart.
I have a bu...
I am using Electron + VueJS , and I would like to know how to implement auto updater , I did a search, but I could not do anything, to be honest, I did not understand how it works, update, these things.