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

Textfield text invisible and unable to save after pdf is generated in Ubuntu #3008

Closed
git-hariyali opened this issue Nov 24, 2020 · 2 comments

Comments

@git-hariyali
Copy link

git-hariyali commented Nov 24, 2020

Bug

I am using jsPDf - 1.5.3

here is sample code
var listbox = new TextField();
listbox.edit = true;
//listbox.fieldName = "ListBox";
listbox.fontSize = 12;
listbox.multiline = true;
listbox.maxFontSize = 12;
listbox.Rect = [40, posY, 500, 120];
listbox.value = 'value';
//listbox.DA = null; // tried this after reading one story here but this didn't work
doc.addField(listbox);

This is working fine in Mac/Windows - able to edit and save PDF but not in Ubuntu environment.
In ubuntu text after the edit is not saved.

@HackbrettXXX
Copy link
Collaborator

Is the bug still there in 2.1.1?

@github-actions
Copy link

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants