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

Float options (--zoom) ignored in Wrapper #8

Closed
jprabawa opened this issue Aug 24, 2015 · 1 comment
Closed

Float options (--zoom) ignored in Wrapper #8

jprabawa opened this issue Aug 24, 2015 · 1 comment

Comments

@jprabawa
Copy link

The property type loop doesn't consider the type for zoom (float) so setting it won't have any affect.

rlovtangen added a commit that referenced this issue Oct 11, 2015
…ue to missing case for float in property type loop. Fixes #8.

 Commenting out "tocTextSizeShrink", resulted in error message "--toc-text-size-shrink specified in incorrect location". Wasn't enabled previously anyway.
@rlovtangen
Copy link
Owner

Nice catch! Thanks.

rlovtangen added a commit that referenced this issue Mar 14, 2016
…0.0.

Primitive value (float) results in '--zoom, 0.0' if client doesn't specify zoom property. This results in empty pdf output and error message:

 ERROR org.grails.plugins.wkhtmltopdf.WkhtmltoxExecutor - QFont::setPixelSize: Pixel size <= 0 (0)
 QFont::setPixelSize: Pixel size <= 0 (0)

 Zoom property was enabled in #8

 Fixes #15
rlovtangen added a commit that referenced this issue Apr 26, 2016
…0.0.

Primitive value (float) results in '--zoom, 0.0' if client doesn't specify zoom property. This results in empty pdf output and error message:

 ERROR org.grails.plugins.wkhtmltopdf.WkhtmltoxExecutor - QFont::setPixelSize: Pixel size <= 0 (0)
 QFont::setPixelSize: Pixel size <= 0 (0)

 Zoom property was enabled in #8

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

No branches or pull requests

2 participants