Project

General

Profile

Actions

Support #4288

open

rotate text WPdfRenderer

Added by Steven Descheemaeker almost 9 years ago. Updated almost 9 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
Start date:
07/03/2015
Due date:
% Done:

0%

Estimated time:

Description

In libharu, it is possible to rotate text (from the examples on their git).

When I try to apply a styleclass in the html which renders PDF, it is not rotating.

.rotatetext {
     transform: matrix(-0.000, -1.000, 1.000, 0.000, 0.000, 0.000);
}
.rotatetext2 {
     transform:rotate(270deg);
}

Is it even possible to do that ?

Actions #1

Updated by Koen Deforche almost 9 years ago

  • Status changed from New to Feedback

Hey Steven,

We haven't implemented this CSS3 property in the renderer (the CSS support in the renderer is quite limited, see http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1Render_1_1WTextRenderer.html)

It does sound like it should we should be able to do add this quite easily.

Koen

Actions #2

Updated by Steven Descheemaeker almost 9 years ago

I see, thanks for the info!

kind regards

Actions

Also available in: Atom PDF