Search found 2 matches

by elfenlaid
2011-05-02T08:21:25-07:00
Forum: Developers
Topic: multi-page tiff 2 pdf on iphone
Replies: 2
Views: 6934

Re: multi-page tiff 2 pdf on iphone

thanks for quick reply.
hm, in this circumstances it would be better to ban tiff format.
by elfenlaid
2011-05-02T07:49:02-07:00
Forum: Developers
Topic: multi-page tiff 2 pdf on iphone
Replies: 2
Views: 6934

multi-page tiff 2 pdf on iphone

Hello,
I'm trying to convert multi-paged tif to pdf with following code: //took it from iphone magick sample
- (void)posterizeImageWithoutCompression {
// WITHOUT JPEG COMPRESSION, work done by Karl: karl@xk72.com
NSLog(@"we're not using JPEG compression");

MagickWandGenesis();
magick_wand ...