Pdf plugin crash app – Picture to PDF

  • timo
    Participant
      4 days, 9 hours 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 4 days, 9 hours ago by timo.
    Viewing 1 post (of 1 total)

    You must be logged in to reply to this topic.