pdf preview is broken on safari

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Russ
    Senior Member
    • Feb 2022
    • 423

    #16
    Originally posted by Vadym
    Hi Russ,

    Tested identical scenario on Safari 16.5.1/Ventura 13.4.1, with Dompdf and Tcpdf engines, works as expected.​

    Hey, thanks a lot!
    I have 4 different users (laptops) with this behavior, should I do/try something?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #17
      > should I do/try something?

      We don't know. Both me and Vadym are not specialists on this matter. We hope you or someone else who can reproduce this issue could help.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #18
        Try change this line https://github.com/espocrm/espocrm/b...chment.php#L98

        to
        Code:
        ->writeBody($stream->getContents());
        Just for experiment. This would be not a proper fix.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • Russ
          Senior Member
          • Feb 2022
          • 423

          #19
          Originally posted by yuri
          Try change this line https://github.com/espocrm/espocrm/b...chment.php#L98

          to
          Code:
          ->writeBody($stream->getContents());
          Just for experiment. This would be not a proper fix.

          changed the line, cleared the cache/rebuild/private browser, didn't help

          Thanks for your help, I am ready to try more options
          Attached Files

          Comment

          • shalmaxb
            Senior Member
            • Mar 2015
            • 1602

            #20
            I guess you already tried all of these proposals: https://www.makeuseof.com/cant-open-...ri-how-to-fix/

            Comment

            Working...