About 359,000 results
Open links in new tab
  1. How can I convert a .tex file to a PDF via the command line?

    May 15, 2017 · Is there a package that contains a TeX to PDF converter/renderer available on Ubuntu 12.04? If not, can you recommend a tool for me to download from elsewhere that can do this that is …

  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. format conversion - convert ps to pdf - Ask Ubuntu

    Mar 20, 2012 · How do I convert *.ps file to a .pdf file? I tried several links given by google search, but either solution is really old and does not work for latest versions of ps and pdf files, or they do not ...

  4. How to print a regular file to pdf from command line - Ask Ubuntu

    Feb 19, 2011 · In gedit, printing a file gives an option of printing to file where the file can be saved as a pdf. How can I do the same thing from the command line?

  5. How can I convert an ODT file to a PDF? - Ask Ubuntu

    Sep 10, 2011 · To convert a single file use, for example, unoconv -f pdf myfile.odt. Further information on and options for the program can be found by entering in terminal man unoconv or by going to the …

  6. How to convert PDF file to an ODT file? - Ask Ubuntu

    42 I want to convert a .pdf file to an .odt file so that I can further convert it to a .doc file. Is there any software/script that can do this? I have tried to copy the content of the .pdf file and paste it into …

  7. How to batch convert .doc or .docx to .pdf - Ask Ubuntu

    Oct 17, 2018 · 30 I need to batch convert a set of .doc or .docx files to .pdf in terminal, not using a GUI. It would be helpful if I could batch-process multiple files. I would also like to maintain as much meta …

  8. How can I convert a ppt to a pdf from the command line?

    Nov 3, 2010 · You can also use the command line of libreoffice for your purpose. This example converts all ppt-files in the current directory to pdf's: libreoffice --headless --invisible --convert-to pdf *.ppt - …

  9. software recommendation - Convert docx to PDF - Ask Ubuntu

    I am trying to convert docx files to pdf on my Ubuntu server using the command line but none of converters I tried so far seems to convert Word 2007/2010/2013 files correctly. Appearently online

  10. How do I convert a PNG to PDF with only the default packages on 11.10?

    43 If you want to convert multiple images, e.g. png files, into one single pdf use convert with the specified pdf filename at the end convert *.png mydoc.pdf It will merge all png files into a sinlge …