-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
lib ES2016 #751
lib ES2016 #751
Conversation
* Fallback to finding the page using the reference * Handle terminal and non-terminal fields when removing a field
723 cleanup
Rotate in place when flattening
Support hidden form fields
adding information about font subset
731 cleanup
Update README.md
* Ensure appearance streams are generated when missing * Reset scratchpad
address Hopding#747 namely use of the Map object, Array.from and Array.prototype.includes extensively through library
Related to #745 (comment) |
@mcshaz apologies for my late response. I've been very busy these past few months taking care of some personal stuff and starting my new job at GitHub 🙂 I'm hoping to get around to reviewing this PR in the next few weeks now that I've got some more free time. Please note that you'll need to either update this PR (via a force push) or open a new PR with your changes. The tl;dr is that I recently had to do a fairly extensive git history rewrite that caused a bunch of conflicts. Please read https://github.com/Hopding/pdf-lib#git-history-rewrite for details. Apologies for the hassle! |
address #747 namely use of the Map object, Array.from and Array.prototype.includes extensively through library