Jump to content

Recommended Posts

Posted
I've got a member of staff who has a multiple page tiff document which they want in PDF. I have tried converting it using IrfanView but when I run the convertor it produces the error that it cant save the new file. Any ideas why, or alternatively any ideas of any other(free) software I can use to convert it? I am running ver 4.3 btw.
Posted
Could just use a PDF printer. You know the type where you download and install the program and it gives you a virtual printer that saves your documents in PDF format.
  • Thanks 1
Posted
Could just use a PDF printer. You know the type where you download and install the program and it gives you a virtual printer that saves your documents in PDF format.

I ended up doing this...although I've noticed a few of the pages are at 90 from the origninal doc so I hope they dont want each page rotated!!

 

I also downloaded imagemagick but it crashed on the first run :(

Posted

If you have access to a Mac, you could try SIPS (it comes with OS X as standard from 10.4 onwards). e.g.

 

sips -s format pdf ~/Desktop/Source/*.tif --out ~/Desktop/Destination

  • 2 years later...
Posted

"

I've got a member of staff who has a multiple page tiff document which they want in PDF. I have tried converting image using IrfanView but when I run the convertor it produces the error that it cant save the new file. Any ideas why, or alternatively any ideas of any other(free) software I can use to convert it? I am running ver 4.3 btw.

 

There are plenty of useful image programs, but ImageMagick is what I preferred for converting tiff to pdf. Certainly, it should depend on what job you're doing."

  • 1 year later...
Posted
Just had this issue today. Printing the TIFF files resulted in blank pages. Converting with Cute PDF resulted in blank pages in the PDF file too. Gave up on windows and uploaded the TIFF files to a linux server with ImageMagick installed as @CyberNerd suggests. I used
mogrify -format pdf *.tiff

rather than convert as I had to builk convert about 40 of the damn things. Outputted functional PDFS just fine. Waiting on the end user to see if they actually print of course.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...