alexlance / signal-message-exporter

Export SMS, MMS, and Signal messages out of Signal
39 stars 5 forks source link

Feature: Export to different formats (PDF, HTML) #20

Closed Skaronator closed 1 year ago

Skaronator commented 1 year ago

This might not be the scope of this project, but it would be wonderful if the chat messages could be exported to a different format—preferable HTML and PDF.

I found this projects which already does that, but it’s using the data from the Signal Desktop App, which misses some important messages in my case. https://github.com/LiroyvH/signal-export

alexlance commented 1 year ago

Hey there - ok so this project exports the messages into a format that's compatible with the android app: Sms Backup and Restore. The people from that project suggest this sort of approach for viewing the messages in a web browser:

https://www.synctech.com.au/sms-backup-restore/view-or-edit-backup-files-on-computer/

bepaald commented 1 year ago

@Skaronator: Export to HTML is available from the original project at https://github.com/bepaald/signalbackup-tools#export ;-)

(though it is very new functionality, you may encounter issues, and I'd gladly hear about them)

Skaronator commented 1 year ago

@bepaald Just gave this a try with your last commit and this feature is astonishing! Wonderful job! I've one improvement suggestion, but I'll create an issue in your repository.

Closing this issue :)