Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pschichtel/sipgatevirtualfax

A simple tool that scans documents using twain and sends them as faxes via sipgate.
https://github.com/pschichtel/sipgatevirtualfax

fax sipgate twain

Last synced: about 1 month ago
JSON representation

A simple tool that scans documents using twain and sends them as faxes via sipgate.

Awesome Lists containing this project

README

        

# SipgateVirtualFax

A simple tool that uses TWAIN to scan a document, embeds it into a PDF and sends it as a fax using Sipgate's API. Information in Sipgate's fax functionality: https://basicsupport.sipgate.de/hc/de/articles/115000291945-Faxe-versenden-via-PDF-API-Faxdrucker

What works?

- Single page flatbed AND ADF scanning (using ntwain)
- Converting the resulting image into a PDF (using iTextSharp)
- Pulling available group faxlines from sipgate (via their API)
- Fax status polling
- Fax existing PDF without scanning
- Offering resend upon send failure
- Progress indication in the UI
- Sipgate OAuth2 and access token authentication

What's still missing?

- multi page scanning using ADF
- multi page scanning using manual swap with UI guidance
- Contact book integration