GithubHelp home page GithubHelp logo

Comments (4)

hvbtup avatar hvbtup commented on September 8, 2024 2

The discussion contains a radically simplified report (full source in XML is only a few lines) which shows that there is an issue with the DOCX emitter as well. The report is a 90cm wide master page, the content is only a 1x1 grid with a text item.
This is rendered as expected with the PDF emitter, but the DOCX emitter creates a file where the text is shown in an extremely narrow column, make it unreadable (nearly invisible).

from birt.

speckyspooky avatar speckyspooky commented on September 8, 2024 1

I provided a PR #1869 to handle the maximum limit.

from birt.

speckyspooky avatar speckyspooky commented on September 8, 2024

The problem here is according of the MS Word definition that a colum have a width range between 0 and 55.87 cm.
Columns which are smaller or larger won't be displayed correctly.
(Familiar limitation is given with MS Excel and the column width.)

The problem of BIRT is that the maximum value should be set (if no width is that and the master page is larger like 55.87 cm)
to avoid hidden text/data.

The hard fact is that MS Word page is limited by 22in x 22in,
reference of MS Word page size:
https://answers.microsoft.com/en-us/msoffice/forum/all/word-page-width/59026c0e-a701-4d25-aadd-813180deabda

from birt.

speckyspooky avatar speckyspooky commented on September 8, 2024

The PR #1871 is merged to the master branch for BIRT 4.17.

from birt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.