latex3 / hyperref

Hypertext support for LaTeX
165 stars 35 forks source link

ChoiceMenu too large #211

Closed ThomMei closed 2 years ago

ThomMei commented 3 years ago

I want to make a fillable PDF form in which a combobox contains couples of students. : "Student A / Student B".

This field is in a table cell.

Unfortunately, sometimes the students have long names and the width of the ChoiceMenu doesn't fit :+1: image

image

Using python and Reportlab, the box is displayed as : image

Is it possible to get the same result, keeping the beginning and the end of the option, and keeping the width of the box ?

Thank you for your work and help.

u-fischer commented 2 years ago

This here is not a support forum but an issue tracker.

Beside this, one can't answer questions based only on some screenshots.

ThomMei commented 2 years ago

Hi, the thing is, with this code : \ChoiceMenu[width=4cm,combo,bordercolor={blue},name=box9] the width is not taken into account. Is this an issue ?