satyajit nayak

Results 30 comments of satyajit nayak

Translation: Solved, first all the tags that are needed are added and the empty ones[] are added little by little.

As of now the library converts `` to ```xml ``` 1. which is correct for line breaking a paragraph ,but doesn't seems right for force line break. 2. For example:...

I have came across a fix by updating at least one of the check box/radio box border from `thin` to `medium` as shown in attached image. [form_to_flatten.pdf](https://github.com/Hopding/pdf-lib/files/14930886/form_to_flatten.pdf) [form_to_flatten_wide_border.pdf](https://github.com/Hopding/pdf-lib/files/14930887/form_to_flatten_wide_border.pdf)

The border of check boxes are transparent as shown in the image below. Just unchecked transparent border & now it works with flatten too. ![image](https://github.com/Hopding/pdf-lib/assets/32722867/15991912-6f12-452e-acb4-7273e64e8865)

Hey @Hopding. It would be great if you could review this PR. It is an important fix & requested by many.

I am having similar issue but I am not able to check correct checkbox as multiple check boxes have same name but different export values.

referenced in https://github.com/cantoo-scribe/pdf-lib/issues/41

It is not working.

[template.xlsx](https://github.com/optilude/xlsx-template/files/15173837/template.xlsx) ```js import XlsxTemplate from 'xlsx-template'; import fs from 'fs'; import path, { dirname } from 'path'; import { fileURLToPath } from 'url'; // Determine the directory name in an...

> It is not working. ignore my previous comments. It's working when using js Date instead of plain string.