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

Implement form fields #1018

Closed
wants to merge 33 commits into from
Closed

Implement form fields #1018

wants to merge 33 commits into from

Conversation

liZe
Copy link
Member

@liZe liZe commented Dec 31, 2019

Includes commits from @Afoucaul’s #985, fixes #61.

We have a lot of work:

  • Allow users to type something else than ASCII characters.
  • Use the real font used for the input rendering.
  • Allow users not to include PDF inputs, using a CLI/API option.
  • Handle more input types (and don’t crash when meeting an unknown one).
  • Add tests (of course!).

@liZe liZe added this to the 52 milestone Dec 31, 2019
@liZe liZe added the feature New feature that should be supported label Dec 31, 2019
@liZe liZe mentioned this pull request Dec 31, 2019
@liZe
Copy link
Member Author

liZe commented Jan 1, 2020

The ASCII limitation and the font are probably the same problem.

@liZe
Copy link
Member Author

liZe commented Apr 4, 2020

I’m not sure that I can find a simple solution without using something different from Cairo :/.

@liZe liZe removed this from the 52 milestone Apr 4, 2020
@Afoucaul
Copy link

Afoucaul commented Apr 4, 2020

You mean, regarding the ASCII characters and the font face?

@liZe
Copy link
Member Author

liZe commented Apr 5, 2020

You mean, regarding the ASCII characters and the font face?

Yes. We probably would have to change the way fonts are included in the PDF, and I suppose that it’s really hard to do this only with a PDF post-processor.

@liZe liZe marked this pull request as draft May 21, 2020 16:10
@liZe
Copy link
Member Author

liZe commented Nov 23, 2020

This feature will be added without Cairo (see #1232). A lot of code will need to be changed, I’m closing this issue, but we’ll for sure get some code from this PR 😉.

@liZe liZe closed this Nov 23, 2020
@liZe liZe deleted the forms branch January 13, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that should be supported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Form/Form Fields
2 participants