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

Page Size and Height Width Option Added #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thatal
Copy link

@thatal thatal commented Jul 26, 2018

Page size (letter, legal, A4) and width, height option added
var converted = htmlDocx.asBlob(content, {orientation: orientation, size:'legal'});
or
var converted = htmlDocx.asBlob(content, {orientation: orientation, width:12240, height:15840});

aef35e0
@thatal
thatal

thatal added 2 commits July 26, 2018 10:47
Page size (letter, legal, A4) and width, height option added
var converted = htmlDocx.asBlob(content, {orientation: orientation, size:'legal'});
or
var converted = htmlDocx.asBlob(content, {orientation: orientation, width:12240, height:15840});
Page Size and Height Width Option Added.
@ghost
Copy link

ghost commented Jun 18, 2019

Does this PR work fine in production ?

@thatal
Copy link
Author

thatal commented Jun 24, 2019

Does this PR work fine in production ?

Not yet added.

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

Successfully merging this pull request may close these issues.

1 participant