Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pschichtel/sipgatevirtualfax
- Owner: pschichtel
- License: gpl-3.0
- Created: 2020-09-27T18:35:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T02:04:55.000Z (about 1 month ago)
- Last Synced: 2024-11-24T03:17:09.386Z (about 1 month ago)
- Topics: fax, sipgate, twain
- Language: C#
- Homepage: https://schich.tel
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 authenticationWhat's still missing?
- multi page scanning using ADF
- multi page scanning using manual swap with UI guidance
- Contact book integration