Results 1 to 11 of 11

Thread: Problem in converting a .ps in .pdf with multiple images of the same pixmap

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    109
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    2
    Thanked 5 Times in 5 Posts

    Default Re: Problem in converting a .ps in .pdf with multiple images of the same pixmap

    Oh, I now understand the problem. Qt generates the PostScript image you had posted. Then convert fails to convert the PostScript to PDF, whether you call it from Qt or not. So you suspect the PostScript file generated by Qt is broken.

    OK, I will try to have a look at the PostScript file... but I'm no specialist of PostScript.

  2. #2
    Join Date
    Jan 2006
    Posts
    109
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    2
    Thanked 5 Times in 5 Posts

    Default Re: Problem in converting a .ps in .pdf with multiple images of the same pixmap

    This works for me:
    Qt Code:
    1. convert fava.ps fava.pdf
    To copy to clipboard, switch view to plain text mode 
    I guess convert or gs are broken on your system?

  3. #3
    Join Date
    Jan 2006
    Location
    La Spezia,Italy
    Posts
    77
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    9
    Thanked 5 Times in 5 Posts

    Default Re: Problem in converting a .ps in .pdf with multiple images of the same pixmap

    Quote Originally Posted by dimitri
    This works for me:
    Qt Code:
    1. convert fava.ps fava.pdf
    To copy to clipboard, switch view to plain text mode 
    I guess convert or gs are broken on your system?
    Arrrrrrrrrgh!
    Ok thank you! I'll try to see to fit it... It's quite strange since I get en error only with this kind of files.

    Thank you!

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.