migradoc - Rotated Text Inside a Table Cell with PDFSharp -


I am working on a problem where I need the first column of the table to rotate 90 degrees of text. I have looked completely for a solution and found only about forums. The Pdfsharp.com website, which is no longer working, and a solution where they cross the cell's place inside the tag of the cell. After presenting their MigraDoc document, they scan for those cells that were tagged and print the rotated text through the XGraphics class. The only problem is that what is the location of the cell to start with you?

For those people who can not solve the solution, it is located here:

Forums up and running

You can use a textframe to get rotated text as shown here:

It shows only an incomplete version before the correct size is set.

A more complex approach is discussed here:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -