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?
Search found 7 matches
- 2014-03-03T00:46:13-07:00
- Forum: Magick++
- Topic: Read one page from pdf
- Replies: 11
- Views: 34545
- 2014-03-02T23:38:58-07:00
- Forum: Magick++
- Topic: Read one page from pdf
- Replies: 11
- Views: 34545
Re: Read one page from pdf
It works! Thank you very much!
- 2014-03-02T10:10:10-07:00
- Forum: Magick++
- Topic: Read one page from pdf
- Replies: 11
- Views: 34545
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::ExceptionInfo ...
- 2014-03-02T05:25:23-07:00
- Forum: Magick++
- Topic: Read one page from pdf
- Replies: 11
- Views: 34545
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.
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.
- 2014-03-02T05:24:38-07:00
- Forum: Developers
- Topic: Read one page from pdf
- Replies: 5
- Views: 7633
Re: Read one page from pdf
Thank you for the answers and for the link. Maybe it will help me.
- 2014-03-02T04:38:48-07:00
- Forum: Developers
- Topic: Read one page from pdf
- Replies: 5
- Views: 7633
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++.
I have file path and need to read it. How can convert help me?
My programming language is c++.
- 2014-03-02T04:07:23-07:00
- Forum: Developers
- Topic: Read one page from pdf
- Replies: 5
- Views: 7633
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.
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.