Skip to main content

Export short messages conversation to DocX document

Export short messages conversation to DocX document

This example uses DocX library.

The conversation is formatted using a transparent table for the layout and a nested table (1x1) for each message.

  • 1 message per line
  • Received messages are aligned to the left and colored in Color.DodgerBlue
  • Sent messages are aligned to the right and colored in Color.Orange

SMS to DocX Print screen

PhoneShortMessageDto

Represents a short message. (inspired by file format of the android application "SMS Backup & Restore")

PhoneShortMessageDocXHelper

Usage

Tags