PHP ile PDFlib olarak TextOrientation

1 Cevap php

I've found a strange behaviour in pdflib while trying to get a text rotated in a table, in order to save page space.

Pdflib belgelerine durumları ki:

fittextflow={rotate=90}

Should produce the effect I want. The strang is, that my pdf creation codes failes to run, loging:

ExceptionHandler: cell in column(s) 1 and row(s) 1: unknown option 'fittextflow' 1)pdf_add_table_cell()

Ben de denedim:

fittextflow={orientate=north}

çalıştı ikisi de.

Ben pdflib 7.0.1p1 gidiyorum.

Herkes bu birinde bir ipucu var mı?

tia

K

1 Cevap

Sadece bir ayrıntı, ama bir importatant biri:

fittextline={rotate=90}

İstediğiniz gibi çalışır.