Search found 2 matches

by bnr
2016-12-22T05:37:57-07:00
Forum: Magick++
Topic: Convert multi-page PDF to multi-page TIFF
Replies: 2
Views: 17527

Re: Convert multi-page PDF to multi-page TIFF

Thank you, I was able to resolve this.
by bnr
2016-12-21T08:45:37-07:00
Forum: Magick++
Topic: Convert multi-page PDF to multi-page TIFF
Replies: 2
Views: 17527

Convert multi-page PDF to multi-page TIFF

Hello, I'm trying to convert a multi-page PDF to a multi-page TIFF.

It works fine when using a single page PDF, but when trying to convert multi-page PDFs only the first page gets converted.

My C++ Code:
#include "stdafx.h"
#include "iostream"
#include "fstream"
#include "boost/program_options ...