Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions es/optimize/pdf-exports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Las exportaciones en PDF de todo el sitio son compatibles con sitios de document
* **Scale percentage**: Ajusta la escala del PDF.
* **Include footer**: Incluye un pie de página con el número de página y el total de páginas.
* **Language**: Si tu contenido está disponible en varios idiomas, elige el idioma que quieres exportar.
* **Pages**: Selecciona las páginas específicas que quieres incluir en el PDF. Deja todas las páginas seleccionadas para exportar todo el sitio, o deselecciona páginas y grupos para exportar un subconjunto. Los grupos vacíos se omiten del índice.
4. Selecciona **Export** para iniciar el proceso de exportación.
5. Una vez que se complete la exportación, recibes un correo electrónico con un enlace de descarga.
6. Haz clic en el enlace para descargar el archivo PDF.
Expand Down
1 change: 1 addition & 0 deletions fr/optimize/pdf-exports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Les exportations PDF de l’intégralité du site sont prises en charge pour les
* **Scale percentage** : ajustez l’échelle du PDF.
* **Include footer** : inclure un pied de page avec le numéro de page et le nombre total de pages.
* **Language** : si votre contenu est disponible en plusieurs langues, choisissez la langue à exporter.
* **Pages** : sélectionnez les pages spécifiques à inclure dans le PDF. Laissez toutes les pages sélectionnées pour exporter l’ensemble du site, ou désélectionnez des pages et des groupes pour n’exporter qu’un sous-ensemble. Les groupes vides sont omis de la table des matières.
4. Cliquez sur **Export** pour lancer l’export.
5. Une fois l’export terminé, vous recevez un e‑mail avec un lien de téléchargement.
6. Cliquez sur le lien pour télécharger le fichier PDF.
Expand Down
1 change: 1 addition & 0 deletions optimize/pdf-exports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Full-site PDF exports include all pages regardless of group restrictions, so any
- **Scale percentage**: Adjust the scale of the PDF.
- **Include footer**: Include a footer with the page number and total pages.
- **Language**: If your content is available in multiple languages, choose which language to export.
- **Pages**: Select the specific pages to include in the PDF. Leave all pages selected to export the entire site, or deselect pages and groups to export a subset. Empty groups are omitted from the table of contents.
4. Click **Export** to start the export process.
5. Once the export is complete, you receive an email with a download link.
6. Click the download link to download the PDF file.
Expand Down
2 changes: 2 additions & 0 deletions zh/optimize/pdf-exports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export const DownloadPDFButton = () => {
* **Page format**:选择 PDF 的页面大小。
* **Scale percentage**:调整 PDF 的缩放比例。
* **Include footer**:在页脚中包含当前页码与总页数。
* **Language**:如果你的内容支持多种语言,选择要导出的语言。
* **Pages**:选择要包含在 PDF 中的具体页面。保持所有页面选中即可导出整个站点,或取消选择部分页面和分组以仅导出子集。空分组不会出现在目录中。
4. 点击 **Export** 开始导出。
5. 导出完成后,您将收到一封包含下载链接的电子邮件。
6. 点击该链接下载 PDF 文件。
Expand Down
Loading