You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with export to USB (#21), print is frequently used by journalists to safely exchange documents via SecureDrop (the methods are about equally popular according to our user survey). As a result, basic print support is a must-have requirement for any production deployment, including for the pilot.
As a journalist, I want to be able to print a submitted document, so that I can use the "analog hole" to redact hidden data, or share the document securely.
The text was updated successfully, but these errors were encountered:
3. `printer-test`: prints a test page that returns:
- `ERROR_PRINTER_NOT_FOUND` if no printer is connected
- `ERROR_PRINTER_NOT_SUPPORTED` if the printer is not currently supported by the export script
- `ERROR_PRINTER_DRIVER_UNAVAILABLE` if the printer driver is not available
- `ERROR_PRINTER_INSTALL` If there is an error installing the printer
- `ERROR_PRINT` if there is an error printing
4. `printer`: sends files to printer that returns:
- `ERROR_PRINTER_NOT_FOUND` if no printer is connected
- `ERROR_PRINTER_NOT_SUPPORTED` if the printer is not currently supported by the export script
- `ERROR_PRINTER_DRIVER_UNAVAILABLE` if the printer driver is not available
- `ERROR_PRINTER_INSTALL` If there is an error installing the printer
- `ERROR_PRINT` if there is an error printing
Along with export to USB (#21), print is frequently used by journalists to safely exchange documents via SecureDrop (the methods are about equally popular according to our user survey). As a result, basic print support is a must-have requirement for any production deployment, including for the pilot.
UX Design
In progress, see freedomofpress/securedrop-ux#63
User Story
As a journalist, I want to be able to print a submitted document, so that I can use the "analog hole" to redact hidden data, or share the document securely.
The text was updated successfully, but these errors were encountered: