Module: ui

Methods

(inner) animateCSS(element, animationName, callback)

Animates the @param element with an @param animationName type of animation, and then executes @param callback
Parameters:
Name Type Description
element document.element The element to be animated
animationName string The type of animation to be added
callback function The callback function to be executed after
Source:

(inner) chooseFile()

Called when clicked the button to open file dialog, sending a signal to ipcMain to open the file dialog
Source:
Fires:

(inner) startReading()

Called when clicked the button to start the reader
Source:
Fires:

Events

python-error

If an error occurred when parsing the pdf file
Source:

selected-file

Getting back the information after selecting the file
Source: