Pdf plugin crash app – Picture to PDF

  • timo
    Participant
      1 month, 1 week ago #65116

      On a mobile device, I want to either take a photo using the “mobile action” or upload one via the “FileUploader”. Multiple images are stored in a collection. These images should then be converted into a single PDF.

      problem:

      When selecting an image larger than 4MB, the app crashes.
      When selecting multiple images (with a currently undefined total size), I only get a grey PDF with no content.

       

      PDF Template:

      {{#oStruct}}
      <div>{{&session}}</div>
      {{/oStruct}}

      Collection:

      {
      “oStruct”: [
      {
      “session”: “‘<‘img src=”image/png;base64,iV….=” /’>'”
      }
      ]
      }

      What I am looking for:

      I am looking for ways to reduce the image size or to configure the PDF plugin so that it works properly.
      Are there any ideas or solutions?

      • This topic was modified 1 month, 1 week ago by timo.
      Armin Winkler
      Moderator
        Has successfully completed the online course Introduction
        Has successfully completed the online course Intermediate (200)
        Has successfully completed the online course Advanced (300)
        Has successfully completed the online course Basics (100)
      3 weeks, 6 days ago #66646
      Up
      0
      Down
      ::

      Hi Timo,

       

      please create a support ticket for your issue so our support team can provide you further help regarding the crashes that occur for you during the PDF creation.

       

      Thank you and kind regards,

      Armin

    Viewing 2 posts - 1 through 2 (of 2 total)

    You must be logged in to reply to this topic.