No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    @quasar/qpdfviewer v1.0.0-beta.4 Release!

    [v1] App Extensions
    2
    2
    756
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Hawkeye64
      Hawkeye64 last edited by

      https://github.com/quasarframework/app-extension-qpdfviewer/releases/tag/v1.0.0-beta.4

      • Feature: PDF.js Support #5
      • NEW: Support for PDFJS or native HTML5 PDF engines
      • new type property (use: ‘pdfjs’ or ‘html5’)
      • tested with SPA, SSR and Electron
      1 Reply Last reply Reply Quote 0
      • P
        pgupta last edited by

        I am trying to use qpdfviewer with binary data , but I am getting an error.
        Here is my code
        <q-pdfviewer
        v-model=“show”
        :src="‘data:application/pdf;base64,’+documentData"
        />

        documentdata=GTIsLgAfACQAGQAAAAAAAB8iIRQeFAA+AAAAAAAARQBBPUhFAEFAFB8AABQfICQiIh8gAAAUHyIjAC0UIiMiJyAjAAAUIyEANhQfICQhJiIiADAUABQiIyEUISInAAAAAEEAQAA+AAAUFBQUFBQUFBQUAAAfIicUHhQAPgAAAAAAL…
        Error
        Failed to load PDF document.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post