Skip to content

Verify the NPrinting requirements #29

Open
@andreaBertazzo

Description

@andreaBertazzo

Description

Hi,
I am testing this extension with NPrinting and I have some problems with the rendering.
NPrinting has some requirements on extensions. Could you, please, confirm that they are met?

  1. A third-party extension can be used as a table if:

    The object contains exactly one hypercube.
    The hypercube is either straight or stacked.

  2. Qlik NPrinting does not support the exporting or printing of visualization extensions that use:

    External resources.
    External and undocumented JavaScript modules or APIs.

  3. Did you use the paint method to inform Qlik NPrinting that the extension has finished rendering. Otherwise, you could have blank or partially rendered images?

    // ...,
    paint : function() {
    return qlik.Promise.resolve();
    }
    // ...
    [Description of the issue]

Steps to Reproduce

  1. [Step one]
  2. [Step two]
  3. ...

Expected behavior

[What you expected to happen]

Actual behavior

[What actually happened]

[Please include log files (e.g. Qlik Sense Server logs or Chrome Dev Tools' console output to the issue).]

Environment

Operating system

[ ] Windows
[ ] OSX
[ ] Linux

Qlik Sense

[ ] Desktop
[ ] Enterprise

Browser

[ ] Chrome
[ ] Firefox
[ ] Internet Explorer
[ ] Edge
[ ] Others: XXX

Versions

  • Extension version: [Version of the extension]
  • Browser:
  • Qlik Sense Desktop: [Version of Qlik Sense Desktop]
  • Qlik Sense Enterprise: [Version of Qlik Sense Enterprise]
  • Operating system:
  • [Other relevant versions]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions