Results 1 to 8 of 8

Thread: QPrintPreview File, printing PDF Files

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Aug 2006
    Posts
    221
    Thanks
    3
    Thanked 29 Times in 19 Posts

    Default Re: QPrintPreview File, printing PDF Files

    Quote Originally Posted by victor.fernandez View Post
    I think you will need to use Poppler.
    No, you don't. Poppler would only be necessary if some sort of preview is required. If you want to send a pdf directly to a printer, you can do so via a normal QPrinter. BUT, and this is the problem, your print system must be able to handle pdf files. Under Linux with CUPS and some distribution magic I can lpr pdf files directly to the printer and probably ghostscript is implicitly used to automatically convert the pdf file into something my printer understands. If and how this works under other systems....no idea.

  2. The following user says thank you to Kumosan for this useful post:

    opra (28th August 2009)

Similar Threads

  1. Printing txt file vs Printing pdf file
    By rmagro in forum Qt Programming
    Replies: 3
    Last Post: 9th July 2012, 15:45
  2. Extracting files from a zip file
    By Althor in forum Qt Programming
    Replies: 4
    Last Post: 11th March 2009, 10:39
  3. Generating .pro files from vcproj file or CMake file
    By ramazangirgin in forum Qt Programming
    Replies: 2
    Last Post: 17th February 2009, 09:37
  4. Replies: 5
    Last Post: 22nd September 2006, 08:04
  5. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 10:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.