Closed tj-kev closed 6 years ago
Looks like it is rendering all the cells and then applying the transformation as one. Rotating the entire page instead of each cell independently?
This result surprises me. The PDF generated by this example transforms only the content generated between TransformBegin() and TransformEnd().
Its ok, my bad.
Some confusion with the x,y. Great library btw!
I'm trying to rotate text using the following code:
This is in multiple locations on the page.
Should transformations be taken independently between each transform begin and end? Looks like it is rendering all the cells and then applying the transformation as one. Rotating the entire page instead of each cell independently?
Is there a way to achieve this?