documenso/packages/lib/server-only/pdf
Catalin Pit c605877924
fix: radio and checkbox fields issues with empty values (#1273)
Since we allow checkboxes and radio fields without a label (which we use for the value) we 
had an issue where multiple checkboxes with no value would exist and items would not end
up checked on the resulting document.

This change fixes that by adding a placeholder value for these empty checkboxes and labels.
2024-08-09 10:46:07 +10:00
..
flatten-annotations.ts fix: normalize and flatten annotations 2024-03-27 17:20:52 +07:00
flatten-form.ts fix: rewrite form flattening handler 2024-05-22 21:58:30 +10:00
insert-field-in-pdf.ts fix: radio and checkbox fields issues with empty values (#1273) 2024-08-09 10:46:07 +10:00
insert-form-values-in-pdf.ts feat: add prefilling pdf form fields via api 2024-04-08 17:01:11 +07:00
insert-image-in-pdf.ts wip: refresh design 2023-11-06 13:01:06 +11:00
insert-text-in-pdf.ts fix: update env entries to evaluate at runtime 2024-01-31 22:32:42 +11:00
normalize-signature-appearances.ts fix: normalize and flatten annotations 2024-03-27 17:20:52 +07:00