2015-12-18 21:55 GMT+01:00 Prabhakaran Subramanian < [email protected]>:
> Hi, > > If Open Office supports Multi-page tiff to PDF conversion? > I just read some articles and it shows it was not supported. > > Thanks, > PS. > Apache OpenOffice is probably not designed to do such tasks, but there are other applications out there that are. If using the command line isn't a problem, there is tiff2pdf. Install it easily on the following operating systems as root. Debian or Ubuntu: apt-get install ghostscript libtiff-tools CentOs or Red Hat: yum install ghostscript libtiff Fedora: yum install ghostscript libtiff-tools Convert input.tiff to output.pdf: tiff2pdf -o output.pdf input.tiff More information: man tiff2pdf Kind regards Johnny Rosenberg
