About 50 results
Open links in new tab
  1. How to convert PDF to image? - Ask Ubuntu

    Aug 4, 2020 · Using a terminal where the PDF is located: For the full document: convert -density 150 input.pdf -quality 90 output.png For a single page: convert -density 150 input.pdf[666] -quality 90 …

  2. Convert a directory of JPEG files to a single PDF document

    Jan 23, 2013 · I have many JPEG files in a directory, and I want to convert them to PDF and concatenate them together to make a single document. How can this be done? I would prefer using …

  3. conversion - Convert PDF to image - Ask Ubuntu

    The "best" quality would be -quality 100. There is a much simpler way to split multipage pdfs into a jpg: convert -quality 100 -density 600x600 multipage.pdf single%d.jpg The -density option defines the …

  4. Batch convert an entire folder of pdf files to jpg or png using ...

    Aug 2, 2019 · This will help convert all your pdf files to jpg images. It will preserve the original file names and add page numbers to them as this has to be done page by page. Instructions: Open a terminal …

  5. imagemagick - convert images to pdf - Ask Ubuntu

    Jul 9, 2014 · I have saved multiple images from google books. I wanted to convert them to a single pdf file, where in I need some inputs. The below two images(one png and one jpeg) are two continuous …

  6. convert jpg to pdf - Ask Ubuntu

    Jan 6, 2020 · I can open the file in an image viewer and file reports it's a normal jpg: $ file /home/joso/Desktop/Marticeva\ etaziranje/IMG_20200104_102541.jpg

  7. imagemagick - Right-click convert PDF to JPG? - Ask Ubuntu

    May 15, 2019 · A basic script to convert a PDF to jpg can be a one liner using one of several tools available. Using imagemagicks convert for example: convert input.pdf output.jpg will convert …

  8. LibreOffice Draw multiple jpg to pdf - Ask Ubuntu

    Nov 29, 2018 · 3 How can I use LibreOffice Draw to convert multiple jpg files which were scanned, to a pdf file in a short way. Last time I had to create "New page" then "Insert -> Image" which was a *** …

  9. Converting hundreds of jpg to PDF using Terminal - Ask Ubuntu

    I know that the command convert *.jpg myPdf1.pdf can convert multiple JPEG files into a single PDF. But I would like to convert multiple JPEGs into multiple PDFs, for example: myJPG1.jpg → myPDF1...

  10. What software can I use to convert images to other formats?

    Nov 7, 2015 · Compress images Rotate and flip images Rename multiple images using a progressive number or a prefix/suffix Convert an entire PDF file to a bunch images Extract an image from a …