ishaq / SimplePDF

A Swift class to easily generate simple PDF documents with page numbers and Table of Contents.
MIT License
54 stars 17 forks source link

How to create tables #30

Open talhaqamar opened 7 years ago

talhaqamar commented 7 years ago

Hi,

Well over all your library is awesome. Is there any way to create tables with borders. If yes please point me to any example.

Also how to set specific attributes to the table or custom html.

Thanks

ishaq commented 7 years ago

@talhaqamar Actually, don't think you can with just using the API, sorry.

you could fiddle with the addAttributedStringsToColumns method to generate a border.