Results 1 to 4 of 4

Thread: Printing pdf Flattening

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2008
    Posts
    276
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Printing pdf Flattening

    I produce pdf with standard QPrinter.
    On some machines, the printing of the produced pdf is ok.
    But on other machines (of my customers) the printing form Adobe Reader falls in a lengthy flattening process.
    The pdf contains plots of Qwt class (Histograms and curves).
    I read from here http://www.jjdash.demon.co.uk/MGDS/mgds-slowpdf-tn.html
    that the problem could be a bug in Adobe when there are pattern filled (as in my case of qwtplot), Reader can be slow.
    But I use qwtplot with the very large pattern fill!
    Someone has some hint?
    Last edited by giusepped; 3rd July 2010 at 15:35.

  2. #2
    Join Date
    Mar 2010
    Posts
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: Printing pdf Flattening

    You could try to insert those plots as plain images, or if you need them as vector graphics, try using PostScript.
    Come to the dark side. We have cookies.

  3. #3
    johnmcrin Guest

    Default Re: Printing pdf Flattening

    Hi, I've been sent a pdf file that's 2.038KB. When I try to print, I get the message that the file is flattening and then it hangs and doesn't print. I tried running the pdf optimizer under advanced options, and when I access the layer viewer, there are no layers. I have also tried reducing the document size. Nothing seems to help. Any suggestion?

  4. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,324
    Thanks
    316
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Printing pdf Flattening

    And your question has what relationship to Qt programming?
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Printing Qt
    By IsoArska in forum Qt Programming
    Replies: 1
    Last Post: 16th January 2010, 12:10
  2. Qwt Printing
    By giusepped in forum Qwt
    Replies: 3
    Last Post: 12th December 2008, 08:25
  3. Printing to PDF
    By vermarajeev in forum Qt Programming
    Replies: 8
    Last Post: 11th December 2006, 03:25
  4. Re: Printing in Qt
    By Jimmy2775 in forum Newbie
    Replies: 3
    Last Post: 12th July 2006, 23:00
  5. Qt Printing on .ps
    By vratojr in forum Qt Programming
    Replies: 3
    Last Post: 18th February 2006, 23:22

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.