Search found 3 matches

by pravlm
2014-03-27T13:29:11-07:00
Forum: Magick++
Topic: Conver TIFF to PDF multipages please help
Replies: 3
Views: 17500

Re: Conver TIFF to PDF multipages please help

Which version of ImageMagick are you using? Have you tried to write to another format, e.g. png?

Thanks for the response!

I am using this

Version : ImageMagick-6.8.8-0-Q16-windows
Environment : Windows 64 Bit
IDE: Visual Studio 2010 64 Bit
Language : C++

I have tried other format , every ...
by pravlm
2014-03-25T13:16:27-07:00
Forum: Magick++
Topic: Conver TIFF to PDF multipages please help
Replies: 3
Views: 17500

Re: Conver TIFF to PDF multipages please help

Can someone who knows about Magick++ care to respond?
by pravlm
2014-03-20T15:41:02-07:00
Forum: Magick++
Topic: Conver TIFF to PDF multipages please help
Replies: 3
Views: 17500

Conver TIFF to PDF multipages please help

Hi Folks,

Here is my situation I need to need to convert TIFF to PDF using a BLOB,

1. I read a document in TIFF from a TCP/IP connection. I have got this in to a "std::string" buffer named as "resp".
2. I have written this code to convert it to "PDF"

using namespace Magick;
InitializeMagick(NULL ...