Frame around the print

Posted by: Fabrice.Mainguene on 14 October 2022, 1:24 am EST

  • Posted 14 October 2022, 1:24 am EST - Updated 14 October 2022, 1:30 am EST

    Hi,

    When I print, I always have a frame that appears around my document:

    How can I print without this frame?

  • Posted 16 October 2022, 8:17 pm EST

    Hi,

    For this, you may use the printInfo feature of spreadJS and set the show border to false. Please refer to the following code snippet and let me know if you face any issues.

     printInfo = sheet.printInfo();
        // custom printInfo for default output
        printInfo.showBorder(false);
    sheet.printInfo(printInfo);

    Demo: https://www.grapecity.com/spreadjs/demos/features/print/custom-print/purejs

    Regards,

    Avinash

  • Posted 20 October 2022, 2:15 am EST

    Hi,

    thanks for your answer, it works fine by code. But I don’t find it in the designer …

  • Posted 20 October 2022, 2:13 pm EST

    Hi,

    We have made an enhancement request on your behalf. We will update you one the development of this feature. The internal ID for this issue will be SJS-15138.

    Regards,

    Avinash

  • Posted 18 October 2023, 7:57 pm EST

    Hi,

    Any news about this enhancement?

  • Posted 18 October 2023, 9:07 pm EST

    HI,

    We are sorry but this feature is still in our backlog. We don’t have any updates regarding this. We have asked the team regarding the same. We will update you regarding this as we get any information from the team.

    Regards,

    Avinash

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels