简体   繁体   中英

Textorientation in PDFlib with 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.

The pdflib documentation states, that:

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()

I also tried:

fittextflow={orientate=north}

which neither worked out.

I'm on pdflib 7.0.1p1.

Does anyone have a hint on this one?

tia

K

Just a detail, but an importatant one:

fittextline={rotate=90}

Works as desired.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM