View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
14353 | Bug reports | Print View | public | 2018-12-17 12:28 | 2020-06-27 16:52 |
Reporter | DenisChenu | Assigned To | cdorin | ||
Priority | none | Severity | minor | ||
Status | assigned | Resolution | open | ||
Product Version | 3.15.x | ||||
Summary | 14353: Print answers as PDF make to wide part | ||||
Description | When printing asnwers as PDF : we have really big white space … | ||||
Steps To Reproduce | Import included survey, print, export as pdf | ||||
Additional Information | usage of float in tcPDF : didn't work Then each element are shown in block … To show it better : you can test with some included style : see template uploaded About fixing it by own template : yes, can be done … but really : want core offer a really broken pdf ? And a lot of twig file to update (that are not accessible via GUI) | ||||
Tags | No tags attached. | ||||
Complete LimeSurvey version number (& build) | 3.15.5 github | ||||
I will donate to the project if issue is resolved | No | ||||
Sync to Zoho Project | |||||
Browser | not relevant | ||||
Database & DB-Version | not relevant | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
has duplicate | 16435 | new | Bug reports | Print answers : The display format should be proper and user friendly | |
related to | 14297 | assigned | cdorin | Feature requests | Missing setting to turn off showing answer/question codes at print answers overview |
related to | 14430 | assigned | cdorin | Bug reports | Usage of obsolete HTML |
related to | 14520 | assigned | eddylackmann | Bug reports | Lots of styles for "print answers" view are hardcoded within Twig files which makes adjusting the page design pretty difficult |
related to | 15389 | closed | Bug reports | Line breaks at question text get lots at "print answers" overview |
Alternative : move to mpdf : https://gitlab.com/SondagesPro/coreAndTools/limeMpdf/blob/master/views/subviews/mpdf/style-bootstrap.twig |
|
My point of view:
|
|
From my point of view we should keep the current PDF library but need to adjust the design so things get styled properly. Tis should be fixed at version 3.x. |
|
Then : need to move to table/tr/td since tcpdf dodn't know float :) |
|
@DenisChenu, that's exactly what I did at my project to remove all that additioanl margin/padding caused by the default question containers at the PDF:
{% endfor %} |
|
Yes Mazi : this part is easy to fix BUT all question.questionclass.twig contanis col-sm dic then big place inside each cell. For this wrapper : i think we can work without table/td. The issue is more in question :) |
|
Files to be edited : https://github.com/LimeSurvey/LimeSurvey/tree/3.x-LTS/themes/survey/vanilla/views/subviews/printanswers/question_types |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-17 12:28 | DenisChenu | New Issue | |
2018-12-17 12:28 | DenisChenu | File Added: limesurvey_survey_pdfIssues.lss | |
2018-12-17 12:28 | DenisChenu | File Added: pdfIssues_vanilla.zip | |
2018-12-17 12:28 | DenisChenu | File Added: simple-print-answres-361286-5.pdf | |
2018-12-18 15:23 | DenisChenu | Relationship added | related to 14297 |
2019-01-10 16:01 |
|
Assigned To | => dominikvitt |
2019-01-10 16:01 |
|
Status | new => assigned |
2019-01-16 15:27 | DenisChenu | Relationship added | related to 14430 |
2019-02-08 09:25 | DenisChenu | Relationship added | related to 14498 |
2019-02-12 14:58 | DenisChenu | Note Added: 50521 | |
2019-02-12 15:03 | DenisChenu | Relationship deleted | related to 14498 |
2019-02-12 15:04 | DenisChenu | Note Added: 50522 | |
2019-02-12 15:04 | DenisChenu | Relationship added | related to 14520 |
2019-03-11 16:14 | Mazi | Note Added: 50905 | |
2019-03-11 16:46 | DenisChenu | Note Added: 50909 | |
2019-07-15 11:41 |
|
Assigned To | dominikvitt => cdorin |
2019-08-27 14:53 |
|
Assigned To | cdorin => LouisGac |
2019-08-28 09:27 | Mazi | Note Added: 53318 | |
2019-08-28 09:42 | DenisChenu | Note Added: 53319 | |
2019-10-08 15:18 | DenisChenu | Relationship added | related to 15389 |
2020-01-21 14:55 | DenisChenu | Assigned To | LouisGac => cdorin |
2020-01-21 14:55 | DenisChenu | Note Added: 55407 | |
2020-06-27 16:52 | DenisChenu | Relationship added | has duplicate 16435 |