This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
Add support for rendering PDF form ComboBox #7
Open
nkahoang
wants to merge
6
commits into
wkhtmltopdf:wk_4.8.6
Choose a base branch
from
nkahoang:wk_4.8.6
base: wk_4.8.6
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix typo 'Parrent' to 'Parent'
…arent object support. In the result PDF, modifying fields with same name will affect other field's value.
… for Text and Combobox form control Use attributes data-acroform-validation and data-acroform-on-blur to specify javascript to be run. Use attribute data-align (left / center or right) to control alignment
…e global helper functions to be used in JS validation and JS actions)
james-emerton
pushed a commit
to spiresystems/qt
that referenced
this pull request
Nov 21, 2014
This is the workaround proposed in comment wkhtmltopdf#7 of webkit bug 92363: https://bugs.webkit.org/show_bug.cgi?id=93263#c7
ashkulz
pushed a commit
that referenced
this pull request
May 28, 2015
This is the workaround proposed in comment #7 of webkit bug 92363: https://bugs.webkit.org/show_bug.cgi?id=93263#c7
ashkulz
pushed a commit
that referenced
this pull request
Jul 2, 2015
This is the workaround proposed in comment #7 of webkit bug 92363: https://bugs.webkit.org/show_bug.cgi?id=93263#c7
ashkulz
pushed a commit
that referenced
this pull request
Jan 20, 2016
This is the workaround proposed in comment #7 of webkit bug 92363: https://bugs.webkit.org/show_bug.cgi?id=93263#c7
ashkulz
pushed a commit
that referenced
this pull request
Jan 20, 2016
This is the workaround proposed in comment #7 of webkit bug 92363: https://bugs.webkit.org/show_bug.cgi?id=93263#c7
39 tasks
Any update on this or #1848 in parent project? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for rendering PDF form ComboBox from element (also pull-requested to wkhtmltopdf project) Fix typo 'Parrent' to 'Parent'