arivera12 / PdfMakeNet

c# wrapper for PdfMake
MIT License
7 stars 3 forks source link

Workaround with PdfMake list types to make it compatible with all available types without implementing every interface.. #9

Open arivera12 opened 4 years ago

arivera12 commented 4 years ago

I am thinking about using reflection for this at the moment but need I to think a little bit more on how it will look like and how this may be implemented. pulling in, making a new issue for the list types.

arivera12 commented 4 years ago

@sc231997 (Text from here https://github.com/arivera12/PdfMakeNet/pull/8#issuecomment-687794229)

A dirty way could be having all those attributes under PdfMakeStyle. If someone uses the wrong attribute combination pdfmake will handle that error.