Search found 7 matches

by antake
2014-03-03T00:46:13-07:00
Forum: Magick++
Topic: Read one page from pdf
Replies: 11
Views: 31658

Re: Read one page from pdf

And one more question.
As it seems to me I can read a range of pages adding [0-10] to the filename. But how can I extract single pages from the Image?
by antake
2014-03-02T23:38:58-07:00
Forum: Magick++
Topic: Read one page from pdf
Replies: 11
Views: 31658

Re: Read one page from pdf

It works! Thank you very much!
by antake
2014-03-02T10:10:10-07:00
Forum: Magick++
Topic: Read one page from pdf
Replies: 11
Views: 31658

Re: Read one page from pdf

Thank you but it seems I don't understand something. std::string documentPath = "doc.pdf[0]"; MagickCore::ImageInfo *imageInfo = MagickCore::CloneImageInfo(0); documentPath.copy(imageInfo->filename, MaxTextExtent - 1); imageInfo->filename[documentPath.length()] = 0; MagickCore::ExceptionIn...
by antake
2014-03-02T05:25:23-07:00
Forum: Magick++
Topic: Read one page from pdf
Replies: 11
Views: 31658

Read one page from pdf

Hello!

I need to read a pdf document page by page because it is very large.
Can you please help me with it?

Sorry for such a simple question, I'm new to magick and can't find any good sources about it.
by antake
2014-03-02T05:24:38-07:00
Forum: Developers
Topic: Read one page from pdf
Replies: 5
Views: 7255

Re: Read one page from pdf

Thank you for the answers and for the link. Maybe it will help me.
by antake
2014-03-02T04:38:48-07:00
Forum: Developers
Topic: Read one page from pdf
Replies: 5
Views: 7255

Re: Read one page from pdf

Thanks but i don't undestand.
I have file path and need to read it. How can convert help me?
My programming language is c++.
by antake
2014-03-02T04:07:23-07:00
Forum: Developers
Topic: Read one page from pdf
Replies: 5
Views: 7255

Read one page from pdf

Hello!

I need to read a pdf document page by page because it is very large.
Can you please help me with it?

Sorry for such a simple question, I'm new to magick and can't find any good sources about it.