-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug #71
Comments
Hi @alexbai31 , What version of PowerPoint are you using, and can i see the code? |
PowerPoint 2010 The part of code, which is required: var textOptions = { font_size: 9, font_face: 'Calibri', color: '000', align: 'l', bullet: true }; There are several strings of the text divided with '\n' symbol in "ltxt" |
It is the same as issue #64 change in pptxgen.js is required add check idx === 0 to add body part one time // B: Add bodyProp |
Hi @alexbai31 , Thanks for reporting this. The issue should be fixed in the latest codebase. Please try again and let me know how it goes. |
Hi there, we've faced with the following bug:
when sending the array with objects as the first parameter, where each object involves "text" and "options" attributes and herewith to the "options" attribute is assigned the object, which includes "bullet" parameter with any value, then after the .pptx is generated we get an error on opening the file.
Привет! Столкнулись со следующим багом:
в методе addText если первым аргументом посылать массив с объектами где каждый объект включает в себя атрибуты "text" и "options" и к атрибуту options присвоен объект включающий в себя параметр "bullet" с любим значением, после того как .pptx будет сгенерирован возникает ошибка при открытии файла.
The text was updated successfully, but these errors were encountered: