Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

PDF conversion problem

  • 25-02-2009 3:42pm
    #1
    Registered Users, Registered Users 2 Posts: 366 ✭✭


    I am trying to convert a JPG file into a PDF file. I am using the Primopdf converter, but the PDF file come out quite pixelated, both on text and images. I have tried to change the scaling but it doesnt solve the problem. Does anyone have any ideas how to get a clean conversion? Any help is much appreciated.

    Thanks


Comments

  • Closed Accounts Posts: 22,565 ✭✭✭✭Tallon


    Use photoshop


  • Registered Users, Registered Users 2 Posts: 366 ✭✭Irishrossoblu


    Thanks Tallon. I dont have Photoshop. Is there any other way to resolve this?


  • Banned (with Prison Access) Posts: 3,073 ✭✭✭mickoneill30


    We use CutePDF here. Just print the Jpg to a PDF file. Don't know if you'll have the same problem or not but it's worth a try.


  • Registered Users, Registered Users 2 Posts: 93 ✭✭logger


    Imagemagick may do it for you.

    http://www.imagemagick.org/Usage/formats/#vector

    Also as suggested a PDF Printer may be good, Try PDFCreator, load image in paint or whatever you like, print, select PDFCreator printer driver, and then you have a PDF file as good as what would have been printed on paper.

    http://sourceforge.net/projects/pdfcreator/

    This sample is extracted from the imagemagick online documentation.

    Postscript/PDF Output Options
    The following settings are known to effect the output of Postscript, Encapsulated Postscript, and PDF image formats: "-page", "-gravity", "-compress", "-density",

    By default no compression is used on PDF image output, so PDF files can often be a lot bigger than nessary. The following table equated the IM compression modes with the resultings Postscript compression mode used.

    PS/PDF Compression Meanings
    Compression image '/Filter [ ... ]' setting
    "-compress none" '/ASCII85Decode'
    "-compress zip" '/FlateDecode'
    "-compress jpeg" '/DCTDecode'
    "-compress lzw" '/LZWDecode'
    "-alpha off -monochrome -compress fax" '/CCITTFaxDecode'
    "+compress"
    "-compress rle"
    any thing else '/RunLengthDecode'

    Recommended compressions for PDF is Zip (Deflate Compression) or Group4 (Fax) compression.


    convert image.gif -alpha off -monocrome -compress Zip -quality 100 \
    -units PixelsPerInch -density 600 image_deflate.pdf

    convert image.gif -alpha off -monocrome -compress Group4 -quality 100 \
    -units PixelsPerInch -density 600 image_group4.pdf


  • Registered Users, Registered Users 2 Posts: 366 ✭✭Irishrossoblu


    Thanks logger. The pdfcreator did the business. The Primopdf converter was the problem. Thanks for all the help.


  • Advertisement
Advertisement