ActiveForms is a DoD PDF forms parser built with R, Shiny, and Electron intended for Systems Administrators to easily apply configuration to networked devices where manually reading forms would take too much time. For example, SAAR (DD 2875) forms for authorization of user accounts in Active Directory.
You can install the developmental version of ActiveForms using
remotes
:
# install.packages("remotes")
remotes::install_github("program--/ActiveForms")
ActiveForms can be run by either the Electron
-built desktop
application or as a web service. To run the web service, simply install
ActiveForms and then call:
ActiveForms::run_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.