ArcGIS Engine » Java
 
 

Code Gallery

DS 2009: Developing Java Applications with ArcGIS Engine - Export to .PDF

The following code example will take a map in the PageLayoutBean and export it out to a .PDF file. In order to achieve this functionality, a new custom command is created, called PDFExport, and the new command is added to the ToolbarBean.
Author ArcGIS Engine Development Team
Date Submitted 03-26-2009
Date Last Updated 03-26-2009
Language Java
Product/Version ArcGIS Engine Runtime 9.3
Views 805
Downloads 158
License Type ESRI Attribution and License Agreement
(0 ratings)

Report Inappropriate Content: This Code Gallery is intended for the free exchange of code related to ESRI software products. Let us know if this entry is inappropriate (e.g., a download for a commercial product).

 

pagelayoutbean does not view anything   posted by kkfvjmtdkkf on Apr 22, 2009 10:44 PM

I have tried your code,it can output PDF file,but pagelayout bean does view anything when it is refreshed. I am sure that the code "pageLayoutBean.getPageLayout()" is not null; why?