Export to pdf:Using ArcGIS Runtime sdk for Qt 10.2.6(c++)

3345
1
Jump to solution
12-07-2015 04:03 AM
kishorekumar1
New Contributor II

Is it possible to export to PDF for high resolution local printing of any map view using ArcGIS Runtime sdk for Qt 10.2.6(c++).

Regards,

Kishore Kumar

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

Hi Kishore,

There is almost certainly a way to do this with Qt itself, but we do not have any methods baked into the API for this. At Quartz, we will have a way to export images from a map view, but actually exporting to PDF won't be an option even at Quartz. I believe you will need to look into using the QPrinter class from Qt - QPrinter Class | Qt Print Support 5.5

Thanks,
Luke

View solution in original post

0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

Hi Kishore,

There is almost certainly a way to do this with Qt itself, but we do not have any methods baked into the API for this. At Quartz, we will have a way to export images from a map view, but actually exporting to PDF won't be an option even at Quartz. I believe you will need to look into using the QPrinter class from Qt - QPrinter Class | Qt Print Support 5.5

Thanks,
Luke

0 Kudos