PDF to TIFF

Astinia
Member Posts: 40
Hello everyone,
Could someone give me an advice how to convert pdf to tiff? free library or dll?
I've found some answers on StackOverflow, however they all about not free product and most about Ghostscript.
May be there is something else?
Thanks a lot for your time
Could someone give me an advice how to convert pdf to tiff? free library or dll?
I've found some answers on StackOverflow, however they all about not free product and most about Ghostscript.
May be there is something else?
Thanks a lot for your time
0
Answers
-
There's an AGPL Version of Ghostscript.
MuPDF might be another option. It has the very same licensing as Ghostscript. I like it's rendering result better than Ghostscipt's. It does not create tiff images, though. So it would have to be paired with an image converter like e.g. ImageMagick.0 -
Thanks. I had a look on ImageMagick before. Thanks one more time0
-
Hi Astinia, just wondering if you managed to covert pdf into tiff, I need to convert pdf into jpg, any ideas?0
-
Nope.. Nothing free..0
-
You can use the free versión of Ghostscript and convert to jpg or tiff.
For TIFF
gs -q -dNOPAUSE -sDEVICE=tiff24nc $param -r200 pdfFile -c quit
For JPG
gs -q -dNOPAUSE -sDEVICE=jpeg $param -r200 pdfFile -c quit
You only need to change the -sDEVICE parameter.
qs is the name of your Ghostscript executable,in my installation is this:
And pdfFile is the full name of your PDF.
C:\Program Files\gs\gs9.19\bin\gswin64c.exe
More option for TIFF files:
tiffgray
Produces 8-bit gray output.
tiff12nc
Produces 12-bit RGB output (4 bits per component).
tiff24nc
Produces 24-bit RGB output (8 bits per component).
tiff48nc
Produces 48-bit RGB output (16 bits per component).
tiff32nc
Produces 32-bit CMYK output (8 bits per component).
tiff64nc
Produces 64-bit CMYK output (16 bits per component).
Regards.0 -
Sorry in my last post I made some mistakes:
$param is the parameter for the output file
$param = -sOutputFile=outFile
And qs is the name .................,
Would be gs (C:\Program Files\gs\gs9.19\bin\gswin64c.exe)
Regards.0 -
Thanks0
-
Yeah I have tried ghost script and manage to convert file in NAV using it, but output quality is not great.0
-
Well, you can use the parameter -r to increase the quality.
i.e.
-r600
or
-r1200
etc.
Regards.0 -
it worked by changing it to -r6000
-
Thanks everyone!0
-
Please, can you explain me if I have to installe the Ghostscript in the server (and not in any client) and how to pass command line to nav? thank you, silvia0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions