Index: pom.xml
===================================================================
--- pom.xml	(révision 6280)
+++ pom.xml	(copie de travail)
@@ -283,7 +283,7 @@
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>xmlgraphics-commons</artifactId>
-        <version>1.2</version>
+        <version>1.3.1</version>
       </dependency>
       <dependency>
         <groupId>avalon-framework</groupId>
Index: web/src/main/webapp/xsl/metadata-fop.xsl
===================================================================
--- web/src/main/webapp/xsl/metadata-fop.xsl	(révision 6284)
+++ web/src/main/webapp/xsl/metadata-fop.xsl	(copie de travail)
@@ -298,6 +298,8 @@
 		<fo:table table-layout="fixed" width="100%">
 			<fo:table-column
 				column-width="proportional-column-width(1)" />
+			<fo:table-column
+				column-width="proportional-column-width(1)" />
 			<fo:table-body>
 				<fo:table-row>
 					<fo:table-cell display-align="left" background-color="#064377">
@@ -310,7 +312,8 @@
                                     </xsl:attribute>
 							</fo:external-graphic>
 					   </fo:block>
-					</fo:table-cell><fo:table-cell display-align="right" background-color="#064377">
+					</fo:table-cell>
+					<fo:table-cell display-align="right" background-color="#064377">
 					   <fo:block text-align="right">
                     		<fo:external-graphic>
 								<xsl:attribute name="src">
Index: web/src/main/webapp/WEB-INF/config-portal.xml
===================================================================
--- web/src/main/webapp/WEB-INF/config-portal.xml	(révision 6284)
+++ web/src/main/webapp/WEB-INF/config-portal.xml	(copie de travail)
@@ -120,16 +120,21 @@
 		</service>
         
 		<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-        
+		
 		<service name="pdf.selection.search">
-			<class name=".services.main.SelectionSearch">
-				<param name="restoreLastSearch" value="yes" />
+			<class name=".services.main.SelectionSearch"/>
+			<output forward="pdf.present" />
+		</service>
+		
+		<service name="pdf.present">
+			<class name=".services.main.Result">
+				<param name="maxRecords" value="10" />
+				<param name="syntax" value="f" />
+				<param name="range" value="all" />
 			</class>
-
+			
 			<output sheet="portal-present-fop.xsl" file="true" contentType="application/pdf">
-				<call name="mdresults" class=".services.main.Result">
-					<param name="range" value="1000"/>
-				</call>
+				<call name="mdresults" class=".services.main.Result" />
 				<call name="siteURL" class=".guiservices.util.GetSiteURL" />
 			</output>
 		</service>
Index: web/src/main/webapp/WEB-INF/user-profiles.xml
===================================================================
--- web/src/main/webapp/WEB-INF/user-profiles.xml	(révision 6284)
+++ web/src/main/webapp/WEB-INF/user-profiles.xml	(copie de travail)
@@ -267,7 +267,8 @@
 		<allow service="metadata.select"/>
 		<allow service="selection.search"/>
 		<allow service="pdf.selection.search"/>
-
+		<allow service="pdf.present"/>
+		
 		<!-- WMC -->
 		<allow service="intermap.wmc.setWmcContext"/>
 
