<Application xmlns="http://ns.adobe.com/acrobat/app/2014" title="Convertir un PDF" av2Title="Convertir en PDF" description="Convertir un PDF au format Word, PowerPoint ou Excel ou créer des PDF à partir de ces formats natifs" av2Description="Convertir presque tous les fichiers en PDF" id="ConvertPDFAppFull" majorVersion="1" minorVersion="0">
	<Commands>
	</Commands>
	<Layouts>
		<Layout name="Default">
			<ContentView>
				<Component name="ConvertPDFView" type="Custom">
					<Component type="Table" columns="1" hAlign="center" rowSpacing="48">
							<Component type="Table" columns="3" hAlign="center" vAlign="near" columnSpacing="80">
								<Component type="Table" columns="1" vAlign="near" bottomOffset="20" useborder="false" rowSpacing="18">
									<Component type="Table" columns="1" hAlign="center" rowSpacing="10">
										<Component type="Label" label="Convertir des PDF en d'autres formats" fontSize="31"/>
										<Component type="Label" hAlign="center" width="235" adjustHeightWithText="Convertissez des fichiers Word, Excel et PowerPoint en PDF haute qualité." multiline="true" label="Convertissez des fichiers PDF au format Word, Excel ou autre." fontSize="16"/>
									</Component>
									<Component type="Table" useborder="false"  hAlign="center" vAlign="near" topOffset = "20">
										<Component type="Bitmap" name="ConvertIntentExportIcon" width="160" height="143" colorize="false"/>
									</Component>
									<Component type="Table" leftOffset="20" rightOffset="20" hAlign="center">
										<Component type="PushButton" name="Convert:Intent:Export" bold="true" label="Sélectionner des fichiers" fontSize="16" />
										<Component type="Label" width="240" adjustHeightWithText="Choisir parmi .docx, .xlsx, .ppt, .txt, etc." hAlign="center" multiline="true" label="" fontSize="14" style="helpText"/>
									</Component>
								</Component>
								<Component type="VerticalSeparator" height="420"/>
								<Component type="Table" columns="1" vAlign="near" bottomOffset="20" useborder="false" rowSpacing="18">
									<Component type="Table" hAlign="center" rowSpacing="10">
										<Component type="Label" label="Convertir d'autres formats en PDF" fontSize="31"/>
										<Component type="Label" width="240" adjustHeightWithText="Convertissez des fichiers PDF au format Word, Excel ou autre." hAlign="center" multiline="true" label="Convertissez des fichiers Word, Excel et PowerPoint en PDF haute qualité." fontSize="16" />
									</Component>
									<Component type="Table" useborder="false" hAlign="center" vAlign="near" topOffset = "20">
										<Component type="Bitmap" name="ConvertIntentCreateIcon" width="160" height="143" colorize="false" />
									</Component>
									<Component type="Table" leftOffset="20" rightOffset="20" rowSpacing="10" hAlign="center">
										<Component type="PushButton" name="Convert:Intent:Create" bold="true" label="Sélectionner des fichiers" fontSize="16" />
										<Component type="Label" width="240" hAlign="center" multiline="true" label="Choisir parmi .docx, .xlsx, .ppt, .txt, etc." fontSize="14"/>
									</Component>
								</Component>
							</Component>
						</Component>
					</Component>
			</ContentView>
		</Layout>
		<Layout name="CreatePDFLayout">
			<ContentView>
				<Component name="CreatePDFView" type="Custom">
				</Component>
			</ContentView>
		</Layout>
		<Layout name="ExportPDFLayout">
			<ContentView>
				<Component name="ExportPDFView" type="Custom">
				</Component>
			</ContentView>
		</Layout>
	</Layouts>
</Application>