Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give the possability to use a Cross/X to check a PDCheckBox #523

Open
1 of 3 tasks
Backfisch145 opened this issue Aug 2, 2023 · 1 comment
Open
1 of 3 tasks

Give the possability to use a Cross/X to check a PDCheckBox #523

Backfisch145 opened this issue Aug 2, 2023 · 1 comment
Labels
type: enhancement Request to add/improve a feature

Comments

@Backfisch145
Copy link

Is your feature request related to a problem? Please describe.
In our usecase, we want to be able to use an X instead of a check, to mark a PDCheckBox as checked.

Describe the solution you'd like
It would be perfect if you could use a function like .checkCross() or something like that, that draws an X instead of a check

Check the type of feature request:

  • Feature available in a newer PDFBox desktop version
  • Feature not yet ported to PdfBox-Android
  • Other

Additional context
None

@Backfisch145 Backfisch145 added the type: enhancement Request to add/improve a feature label Aug 2, 2023
@THausherr
Copy link

See the CreateCheckBox.java example in PDFBox for desktop. The cross would be done by calling appearanceCharacteristics.setNormalCaption("4");.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Request to add/improve a feature
Projects
None yet
Development

No branches or pull requests

2 participants