Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 787 Bytes

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