mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Titre et description des pages de compression, metadata et
organisation
This commit is contained in:
parent
b0495fd4da
commit
20c136eefe
3 changed files with 6 additions and 3 deletions
|
|
@ -10,7 +10,8 @@
|
|||
<link href="<?php echo $REVERSE_PROXY_URL; ?>/css/app.css?<?php echo ($COMMIT) ? $COMMIT : filemtime($ROOT."/public/css/app.css") ?>" rel="stylesheet">
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-compress.ico">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-compress.png" />
|
||||
<title><?php echo _("Compress PDF"); ?></title>
|
||||
<title>Signature PDF - Compresser un PDF en ligne</title>
|
||||
<meta name="description" content="Logiciel libre en ligne qui permet réduire la taille d'un pdf par compression.">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
<?php include('components/header.html.php'); ?>
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-metadata.ico">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-metadata.png" />
|
||||
<title><?php echo _("Editing PDF metadata"); ?></title>
|
||||
<title>Signature PDF - Éditer les métadonnées</title>
|
||||
<meta name="description" content="Logiciel libre en ligne qui permet d'jouter, modifier ou supprimer les métadonnées d'un PDF">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-organization.ico">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="<?php echo $REVERSE_PROXY_URL; ?>/favicon-organization.png" />
|
||||
<title><?php echo _("Organize PDF"); ?></title>
|
||||
<title>Signature PDF - Organiser les pages d'un PDF en ligne</title>
|
||||
<meta name="description" content="Logiciel libre en ligne qui permet de fusionner, trier, pivoter, supprimer et extraire les pages de PDF">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue