PDF Table with slanted header
PDFsharp is a .NET library for creating and modifying PDF documents.
Brought to you by:
pdfsharp,
stefan_lange
Is it possible to create a PDF table with slanted column header using PDFSharp? Something like the example in following page.. If yes, can I get example code?
https://stackoverflow.com/questions/43381103/pdf-table-with-slanted-header
Tables created with PDFsharp are just text and lines. So yes, it is possible to create slanted tables with PDFsharp. Your code draws the lines and the text and you can do that in any shape and at any angle.
I don't have any sample code for that.