Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Display or download PDF documents from a WebView?
Qt 6.11 is out! See what's new in the release blog

Display or download PDF documents from a WebView?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 1.4k Views
  • 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.
  • I Offline
    I Offline
    igor_stravinsky
    wrote on last edited by
    #1

    I'm writing a QtQuick Controls 2 app, and have a WebView on one of my screens.

    When a user clicks on a linked PDF document in my WebView, nothing happens. The PDF isn't shown in the WebView, and the document isn't downloaded so the user can use another app to view the content.

    Even if the user tries to right click on the link, there's no option to download the linked file.

    How are others handling this issue? Is there a simple way to add PDF viewing capabilities to a WebView? Is there a way to configure a WebView so that it will download linked PDF documents by default?

    1 Reply Last reply
    0
    • jiancaiyangJ Offline
      jiancaiyangJ Offline
      jiancaiyang
      wrote on last edited by
      #2

      I'm not trying your steps, but, I recall that, there is an existing example demonstrating conversion from html to PDF document.

      我们自己的论坛:http://qtdream.com
      擅长三维角色仿真动画。

      1 Reply Last reply
      0
      • I Offline
        I Offline
        igor_stravinsky
        wrote on last edited by
        #3

        I'm not trying to convert an HTML document into a PDF.

        I'm trying to either display or download a PDF that is linked to a webpage and viewed in a qt quick controls 2 WebView.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved