-
Notifications
You must be signed in to change notification settings - Fork 176
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
Table layouts are not preserved, text boxes get combined in odd ways #274
Comments
I am using impress.js |
I've noticed other layout issues that look similar to #151 but I have been able to successfully mitigate them but wrapping the misplaced elements (usually images, or sometimes tables) with a div and using relative/absolute positioning instead of margins |
There is also another issue that I've been getting when I have slides that contain tables. The error does not occur unless a table is present. After you build the pdf and open in acrobat it will show an alert dialog that says: "Cannot extract the embedded font 'AAAAAA+[FONT NAME]'. Some characters may not display or print correctly." I've been able to clear that error out manually by selecting all the text in the pdf and reseting the font to what it was before but from the system fonts and saving the pdf. It is very odd. I was trying to figure out what was causing the error above and it appears whenever I have a slide that has a table or an element with |
I tested #261 and it is working better but it is still combining similar elements. This behavior isn't just happening with |
See how the text boxes in the PDF have been combined. |
Maybe this is a configuration issue with decktape or one of the dependencies. I can't get it to preserve my table layouts and it causes text to be misaligned so that it doesn't line up with the rows or columns anymore.
I would expect every cell of a table to never combine text with any other text, except for other text is in the same cell.
The text was updated successfully, but these errors were encountered: