Select to view content in your preferred language

Print on multiple pages

602
1
10-09-2012 11:51 PM
teresafazio
Deactivated User
Hi all,
'm successfully using last version of advanced print widget, but now I need to print legend separately on a second page because of it is too large and covers the map. Can you help me? Thanks in advance. Teresa
Tags (2)
0 Kudos
1 Reply
TomSchuller
Frequent Contributor
Hy,
the AdvancedPrintSOE doesn't has the possibility to print on multiple pages.
The code is completely based on ArcObjects, the same code as ArcMAP uses.
As far as I know, you can' to it in ArcMAP, so you can't do it in my print.

As workaround, you would have to modify the widget for:

  1. Create a print page (pdf) with the map only

  2. Create a second print (pdf) with only the legend

  3. Merge the 2 separate pdf files into 1 single èdf with 2 pages

The "pdfMerge" could by realized as described here:
http://alivepdf.bytearray.org/?p=348

This would be my solution/workaround.

Are other users which would also require this functionality or have maybe an other solution?

Tom
0 Kudos