@jjlmoya/utils-books 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/scripts/validate-icons.mjs +57 -0
- package/src/category/index.ts +2 -1
- package/src/entries.ts +2 -1
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/book-print-signature-calculator/bibliography.astro +16 -0
- package/src/tool/book-print-signature-calculator/bibliography.ts +7 -0
- package/src/tool/book-print-signature-calculator/book-print-signature-calculator.css +350 -0
- package/src/tool/book-print-signature-calculator/component.astro +38 -0
- package/src/tool/book-print-signature-calculator/controller.ts +71 -0
- package/src/tool/book-print-signature-calculator/dom-views.ts +70 -0
- package/src/tool/book-print-signature-calculator/entry.ts +27 -0
- package/src/tool/book-print-signature-calculator/i18n/de.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/en.ts +85 -0
- package/src/tool/book-print-signature-calculator/i18n/es.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/fr.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/id.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/it.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/ja.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/ko.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/nl.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/pl.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/pt.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/ru.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/sv.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/tr.ts +53 -0
- package/src/tool/book-print-signature-calculator/i18n/zh.ts +53 -0
- package/src/tool/book-print-signature-calculator/index.ts +11 -0
- package/src/tool/book-print-signature-calculator/logic.test.ts +49 -0
- package/src/tool/book-print-signature-calculator/logic.ts +88 -0
- package/src/tool/book-print-signature-calculator/seo.astro +16 -0
- package/src/tool/book-print-signature-calculator/ui.ts +35 -0
- package/src/tools.ts +2 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { BooksToolEntry, ToolLocaleContent } from '../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from './ui';
|
|
3
|
+
|
|
4
|
+
export type { BookPrintSignatureUI } from './ui';
|
|
5
|
+
export type BookPrintSignatureLocaleContent = ToolLocaleContent<BookPrintSignatureUI>;
|
|
6
|
+
|
|
7
|
+
export const bookPrintSignatureCalculator: BooksToolEntry<BookPrintSignatureUI> = {
|
|
8
|
+
id: 'book-print-signature-calculator',
|
|
9
|
+
icons: { bg: 'mdi:book-open-outline', fg: 'mdi:book-open-page-variant-outline' },
|
|
10
|
+
i18n: {
|
|
11
|
+
de: () => import('./i18n/de').then((module) => module.content),
|
|
12
|
+
en: () => import('./i18n/en').then((module) => module.content),
|
|
13
|
+
es: () => import('./i18n/es').then((module) => module.content),
|
|
14
|
+
fr: () => import('./i18n/fr').then((module) => module.content),
|
|
15
|
+
id: () => import('./i18n/id').then((module) => module.content),
|
|
16
|
+
it: () => import('./i18n/it').then((module) => module.content),
|
|
17
|
+
ja: () => import('./i18n/ja').then((module) => module.content),
|
|
18
|
+
ko: () => import('./i18n/ko').then((module) => module.content),
|
|
19
|
+
nl: () => import('./i18n/nl').then((module) => module.content),
|
|
20
|
+
pl: () => import('./i18n/pl').then((module) => module.content),
|
|
21
|
+
pt: () => import('./i18n/pt').then((module) => module.content),
|
|
22
|
+
ru: () => import('./i18n/ru').then((module) => module.content),
|
|
23
|
+
sv: () => import('./i18n/sv').then((module) => module.content),
|
|
24
|
+
tr: () => import('./i18n/tr').then((module) => module.content),
|
|
25
|
+
zh: () => import('./i18n/zh').then((module) => module.content),
|
|
26
|
+
},
|
|
27
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: 'Buchsignatur Rechner', methodTitle: 'Drucksignaturen vor der Produktion planen', methodHint: 'Wandle die Seitenzahl des Buchblocks in Signaturbereiche, einen sichtbaren Rest und eine klare Entscheidung zu Leerseiten um.',
|
|
7
|
+
interiorPagesLabel: 'Innenseiten', interiorPagesHint: 'Seiten im fertigen Buch ohne Umschlag', pagesPerSignatureLabel: 'Seiten pro Signatur', pagesPerSignatureHint: '{pages} Seiten in jedem gefalteten Abschnitt',
|
|
8
|
+
foldModeLabel: 'Falzen und Zusammentragen', saddleStitchLabel: 'Rückstichheftung', gatheredLabel: 'Zusammentragen und Fadenheftung', perfectBoundLabel: 'Klebebindung',
|
|
9
|
+
blankPagesLabel: 'Unvollständige letzte Signatur', blankPagesHint: 'Eine gefaltete Signatur benötigt normalerweise einen vollständigen Seitensatz. Lege fest, ob die letzte Signatur aufgefüllt werden darf.', blankPagesAllowed: 'Leerseiten in der letzten Signatur zulassen', blankPagesNotAllowed: 'Keine Leerseiten hinzufügen', resetLabel: 'Beispiel zurücksetzen',
|
|
10
|
+
resultTitle: 'Druckplan', signaturesLabel: 'Signaturen', plannedPagesLabel: 'Geplante Seiten', blankCountLabel: 'Leerseiten', remainderLabel: 'Nicht zugeordnete Seiten', completeLabel: 'Vollständiger Satz', reviewLabel: 'Entscheidung der Druckerei nötig',
|
|
11
|
+
signatureMapLabel: 'Signaturkarte', signatureLabel: 'Signatur', pageRangeLabel: 'Innenbereich', pagesLabel: 'Seiten', blankLabel: 'leer', previewLabel: 'Gefaltete Bogen', previewHint: 'Jeder sichtbare Bogen entspricht einem gefalteten Abschnitt mit',
|
|
12
|
+
methodNote: 'Die Signaturkarte ist eine redaktionelle Planungshilfe. Die Ausschießvorlage der Druckerei steuert weiterhin Seitendrehung, Bundzuwachs, Marken und falzbezogene Gerätegrenzen.', sourceLabel: 'Funktioniert lokal mit deiner Seitenzahl. Bestätige das endgültige Ausschießen vor der Produktion mit Druckerei oder Buchbinderei.',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: 'Buchsignatur Rechner für Seiten, Signaturen und Leerseiten', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: 'Nutze diesen Buchsignatur Rechner, wenn du die fertige Seitenzahl des Buchblocks kennst, aber vor dem PDF Export einen praktischen Druckplan brauchst. Er gruppiert 8, 16 oder 32 Seiten pro Signatur, zählt vollständige Abschnitte und zeigt den Rest der letzten Signatur.' },
|
|
18
|
+
{ type: 'title', text: 'Was ist eine Drucksignatur?', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: 'Eine Drucksignatur ist eine Gruppe von Buchseiten, die auf einem größeren Bogen ausgeschossen, gedruckt, gefalzt und anschließend gesammelt oder gebunden wird. Die Signaturgröße hängt von Druckerei, Papier, Format, Falz und Bindung ab. Das Tool macht diese Entscheidung sichtbar, statt sie zu erraten.' },
|
|
20
|
+
{ type: 'title', text: 'So verwendest du den Buchdruck Rechner', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['Zähle nur die fertigen Innenseiten und lasse den Umschlag außen vor.', 'Wähle 8, 16 oder 32 Seiten pro Signatur nach der Vorgabe von Druckerei oder Buchbinderei.', 'Wähle den Bindekontext, damit deine Produktionsnotizen den vorgesehenen Ablauf zeigen.', 'Erlaube Leerseiten nur, wenn sie im fertigen Buch akzeptabel und beabsichtigt sind.', 'Prüfe den letzten Signaturbereich und bespreche den Rest mit der Druckerei, bevor du das PDF festschreibst.'] },
|
|
22
|
+
{ type: 'title', text: 'Was passiert bei einer nicht teilbaren Seitenzahl?', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: 'Beispiel: 193 Innenseiten bei 16 Seiten pro Signatur ergeben 12 vollständige Signaturen und einen letzten Bereich mit 1 Seite. Wenn Leerseiten erlaubt sind, zeigt der Plan 13 Signaturen, 208 geplante Seiten und 15 beabsichtigte Leerseiten. Ohne Leerseiten bleibt die nicht zugeordnete Seite sichtbar, damit du Inhalt verschieben oder eine andere Signaturplanung anfragen kannst.' },
|
|
24
|
+
{ type: 'title', text: 'Rückstichheftung, Fadenheftung oder Klebebindung?', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: 'Die Bindung gibt dem Seitenplan seinen Produktionskontext, ersetzt aber nicht die Vorgabe der Druckerei. Frage nach Signaturgröße, Falzfolge und Ausschießvorlage für die gewählte Bindung.' },
|
|
26
|
+
{ type: 'title', text: 'Was dieser Rechner nicht erzeugt', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: 'Dies ist ein Planungsrechner und kein druckfertiges Ausschießwerkzeug. Er entscheidet nicht über Seitendrehung, Bundzuwachs, Marken, Beschnitt, Papierlaufrichtung, Bogenformat, Falzrichtung oder Maschinengrenzen. Besprich das endgültige Ausschießen mit Druckerei oder Buchbinderei.' },
|
|
28
|
+
{ type: 'tip', title: 'Prüfe die letzte Signatur vor dem Export', html: 'Halte Seitenzahl, Signaturgröße, Bindung, Leerseitenentscheidung und letzten Seitenbereich in deinem Produktionsbrief fest. So wird ein kurzer letzter Abschnitt sichtbar, bevor eine PDF Korrektur teuer wird.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: 'Was ist eine Drucksignatur?', answer: 'Eine Drucksignatur ist eine Gruppe von Buchseiten, die auf einem größeren Bogen ausgeschossen, gedruckt, gefalzt und anschließend gesammelt oder gebunden wird.' },
|
|
33
|
+
{ question: 'Wie viele Seiten hat eine Buchsignatur?', answer: 'Dieser Rechner vergleicht 8, 16 und 32 fertige Buchseiten pro Signatur. Druckerei oder Buchbinderei sollte die passende Größe für Papier, Format und Bindung bestätigen.' },
|
|
34
|
+
{ question: 'Zählt der Umschlag bei der Seitenzahl der Signaturen mit?', answer: 'Nein. Gib nur die fertigen Innenseiten ein. Der Umschlag wird normalerweise getrennt vom Buchblock und seinen gefalteten Signaturen geplant.' },
|
|
35
|
+
{ question: 'Warum entstehen Leerseiten im gedruckten Buch?', answer: 'Wenn die Seitenzahl die letzte Signatur nicht füllt, können Leerseiten nötig sein, damit der gefaltete Abschnitt vollständig wird. Der Rechner zeigt ihre Anzahl statt den Rest zu verstecken.' },
|
|
36
|
+
{ question: 'Erzeugt der Rechner ein druckfertiges Ausschießen?', answer: 'Nein. Er erstellt einen transparenten Gruppierungsplan. Die Vorlage der Druckerei bestimmt weiterhin Seitendrehung, Falzfolge, Bundzuwachs, Marken, Beschnitt, Papier und Maschinengrenzen.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: 'Innenseiten eingeben', text: 'Gib die fertige Seitenzahl des Buchblocks ein und lasse den Umschlag außen vor.' },
|
|
41
|
+
{ name: 'Seiten pro Signatur wählen', text: 'Wähle 8, 16 oder 32 Seiten pro gefaltetem Abschnitt nach der Vorgabe von Druckerei oder Buchbinderei.' },
|
|
42
|
+
{ name: 'Bindekontext festlegen', text: 'Wähle Rückstichheftung, Fadenheftung oder Klebebindung, damit der Produktionskontext sichtbar bleibt.' },
|
|
43
|
+
{ name: 'Letzten Bereich prüfen', text: 'Prüfe Rest und Leerseiten, bevor du das PDF exportierst oder den Druckproof freigibst.' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'buchsignatur-rechner-druckplanung', title: 'Buchsignatur Rechner für die Druckplanung', description: 'Berechne Drucksignaturen aus der Seitenzahl deines Buchblocks. Vergleiche 8, 16 oder 32 Seiten, Leerseiten und den letzten Rest vor dem PDF Export.', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'Buchsignatur Rechner für die Druckplanung', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: 'Buchsignaturen für den Druck planen', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: 'Book Signature Calculator',
|
|
7
|
+
methodTitle: 'Plan print signatures before sending your book to production',
|
|
8
|
+
methodHint: 'Turn your interior page count into signature ranges, a final remainder, and an explicit blank-page decision before you export.',
|
|
9
|
+
interiorPagesLabel: 'Interior pages',
|
|
10
|
+
interiorPagesHint: 'Pages in the finished book, excluding the cover',
|
|
11
|
+
pagesPerSignatureLabel: 'Pages per signature',
|
|
12
|
+
pagesPerSignatureHint: '{pages} pages in each folded section',
|
|
13
|
+
foldModeLabel: 'Folding and gathering',
|
|
14
|
+
saddleStitchLabel: 'Saddle stitch',
|
|
15
|
+
gatheredLabel: 'Gathered and sewn',
|
|
16
|
+
perfectBoundLabel: 'Perfect bound',
|
|
17
|
+
blankPagesLabel: 'Incomplete final signature',
|
|
18
|
+
blankPagesHint: 'A folded signature normally needs a complete page set. Choose whether the plan may pad the last one.',
|
|
19
|
+
blankPagesAllowed: 'Allow blank pages in the final signature',
|
|
20
|
+
blankPagesNotAllowed: 'Do not add blank pages',
|
|
21
|
+
resetLabel: 'Reset example',
|
|
22
|
+
resultTitle: 'Print plan',
|
|
23
|
+
signaturesLabel: 'Signatures',
|
|
24
|
+
plannedPagesLabel: 'Planned pages',
|
|
25
|
+
blankCountLabel: 'Blank pages',
|
|
26
|
+
remainderLabel: 'Unmatched pages',
|
|
27
|
+
completeLabel: 'Complete set',
|
|
28
|
+
reviewLabel: 'Needs a printer decision',
|
|
29
|
+
signatureMapLabel: 'Signature map',
|
|
30
|
+
signatureLabel: 'Signature',
|
|
31
|
+
pageRangeLabel: 'Interior range',
|
|
32
|
+
pagesLabel: 'pages',
|
|
33
|
+
blankLabel: 'blank',
|
|
34
|
+
previewLabel: 'Folded sheets',
|
|
35
|
+
previewHint: 'Each visible sheet represents a folded section of',
|
|
36
|
+
methodNote: "A signature map is an editorial planning aid. The printer's imposition template still controls page rotation, creep, marks, and equipment-specific folds.",
|
|
37
|
+
sourceLabel: 'Works locally with your own page count. Confirm the final imposition with the printer or bindery before production.',
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
41
|
+
{ type: 'title', text: 'Book Signature Calculator for Pages, Signatures, and Blanks', level: 2 },
|
|
42
|
+
{ type: 'paragraph', html: 'Use this book signature calculator when you know the finished interior page count but need a practical print plan. It groups the pages into 8, 16, or 32 page signatures, counts the complete sections, and shows what happens to the last partial section before you send a PDF to a printer or bindery.' },
|
|
43
|
+
{ type: 'title', text: 'What Is a Print Signature?', level: 2 },
|
|
44
|
+
{ type: 'paragraph', html: 'A print signature is a group of book pages imposed on a larger sheet, printed, folded, and then gathered or bound. The chosen signature size describes the number of finished book pages in each folded section. The correct choice depends on the printer, paper, press, trim size, and binding plan, so this tool keeps the size visible instead of guessing it for you.' },
|
|
45
|
+
{ type: 'title', text: 'How to Use This Book Printing Calculator', level: 2 },
|
|
46
|
+
{ type: 'list', items: ['Count the finished interior pages and leave the cover out of the number.', 'Choose 8, 16, or 32 pages per signature from the printer or bindery specification.', 'Select the binding context so your production notes keep the intended workflow in view.', 'Allow blank pages only when they are acceptable in the final book.', 'Read the last signature range and take that remainder to the printer before locking the PDF.'] },
|
|
47
|
+
{ type: 'title', text: 'What Happens When the Page Count Does Not Divide Evenly?', level: 2 },
|
|
48
|
+
{ type: 'paragraph', html: 'For example, 193 interior pages at 16 pages per signature produce 12 complete signatures and a final range with 1 page. If blank pages are allowed, the plan shows 13 signatures, 208 planned pages, and 15 intentional blanks. If blank pages are not allowed, it keeps the unmatched page visible so you can move content or ask the printer for a different signature plan.' },
|
|
49
|
+
{ type: 'title', text: 'Saddle Stitch, Gathered and Sewn, or Perfect Bound?', level: 2 },
|
|
50
|
+
{ type: 'paragraph', html: 'The binding choice gives the page plan its production context, but it does not replace the printer specification. Saddle stitch, gathered and sewn, and perfect bound work with different finishing workflows. Ask which signature size, fold sequence, and imposition template your supplier expects for the selected binding.' },
|
|
51
|
+
{ type: 'title', text: 'What This Calculator Does Not Create', level: 2 },
|
|
52
|
+
{ type: 'paragraph', html: 'This is a planning calculator, not a press-ready imposition tool. It does not decide page rotation, creep, marks, bleed, paper grain, sheet size, fold direction, or equipment limits. Use the result to check your page count and discuss the final imposition with the printer or bindery.' },
|
|
53
|
+
{ type: 'tip', title: 'Check the last signature before export', html: 'Keep the page count, chosen signature size, binding method, blank-page decision, and final page range together in your production brief. That makes a short last section visible before it becomes a costly PDF revision.' },
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
const faq = [
|
|
57
|
+
{ question: 'What is a print signature?', answer: 'A print signature is a group of book pages imposed on a larger sheet, printed, folded, and then gathered or bound into the book.' },
|
|
58
|
+
{ question: 'How many pages are in a book signature?', answer: 'This calculator compares 8, 16, and 32 finished book pages per signature. Your printer or bindery should confirm the size for the paper, press, trim, and binding plan.' },
|
|
59
|
+
{ question: 'Do book covers count in the signature page count?', answer: 'No. Enter the finished interior pages only. Covers are usually planned separately from the text block and its folded signatures.' },
|
|
60
|
+
{ question: 'Why do blank pages appear in a printed book?', answer: 'If the interior page count does not fill the final signature, blank pages may be added so that the folded section is complete. The calculator shows their number instead of hiding the remainder.' },
|
|
61
|
+
{ question: 'Does this create a printer-ready imposition?', answer: "No. It creates a transparent grouping plan. The printer's template still determines page rotation, fold order, creep, marks, bleed, paper, and equipment limits." },
|
|
62
|
+
];
|
|
63
|
+
|
|
64
|
+
const howTo = [
|
|
65
|
+
{ name: 'Enter the interior page count', text: 'Enter the finished interior pages and exclude the cover.' },
|
|
66
|
+
{ name: 'Choose pages per signature', text: 'Select 8, 16, or 32 pages per folded section using the printer or bindery specification.' },
|
|
67
|
+
{ name: 'Set the binding context', text: 'Choose saddle stitch, gathered and sewn, or perfect bound to keep the production context visible.' },
|
|
68
|
+
{ name: 'Review the final range', text: 'Check the remainder and blank-page count before exporting the PDF or approving the printer proof.' },
|
|
69
|
+
];
|
|
70
|
+
|
|
71
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
72
|
+
slug: 'book-print-signature-calculator',
|
|
73
|
+
title: 'Book Signature Calculator for Print Planning',
|
|
74
|
+
description: 'Calculate book print signatures from your interior page count. Compare 8, 16, or 32 page sections, see blank pages and the final remainder before sending your PDF to print.',
|
|
75
|
+
ui,
|
|
76
|
+
seo,
|
|
77
|
+
faq,
|
|
78
|
+
bibliography,
|
|
79
|
+
howTo,
|
|
80
|
+
schemas: [
|
|
81
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'Book Signature Calculator for Print Planning', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' } },
|
|
82
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
83
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: 'Plan book print signatures', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
84
|
+
],
|
|
85
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: 'Calculadora de signaturas de libro', methodTitle: 'Planifica las signaturas antes de producir el libro', methodHint: 'Convierte las páginas interiores en rangos de signatura, muestra el sobrante final y decide qué hacer con las páginas en blanco.',
|
|
7
|
+
interiorPagesLabel: 'Páginas interiores', interiorPagesHint: 'Páginas del libro terminado, sin contar la cubierta', pagesPerSignatureLabel: 'Páginas por signatura', pagesPerSignatureHint: '{pages} páginas en cada sección plegada',
|
|
8
|
+
foldModeLabel: 'Plegado y alzado', saddleStitchLabel: 'Grapado a caballete', gatheredLabel: 'Alzado y cosido', perfectBoundLabel: 'Rústica fresada',
|
|
9
|
+
blankPagesLabel: 'Signatura final incompleta', blankPagesHint: 'Una signatura plegada suele necesitar un juego completo de páginas. Decide si el plan puede rellenar la última.', blankPagesAllowed: 'Permitir páginas en blanco en la signatura final', blankPagesNotAllowed: 'No añadir páginas en blanco', resetLabel: 'Restablecer ejemplo',
|
|
10
|
+
resultTitle: 'Plan de impresión', signaturesLabel: 'Signaturas', plannedPagesLabel: 'Páginas planificadas', blankCountLabel: 'Páginas en blanco', remainderLabel: 'Páginas sin encajar', completeLabel: 'Juego completo', reviewLabel: 'Requiere decisión de imprenta',
|
|
11
|
+
signatureMapLabel: 'Mapa de signaturas', signatureLabel: 'Signatura', pageRangeLabel: 'Rango interior', pagesLabel: 'páginas', blankLabel: 'en blanco', previewLabel: 'Pliegos plegados', previewHint: 'Cada pliego visible representa una sección plegada de',
|
|
12
|
+
methodNote: 'El mapa de signaturas es una ayuda editorial para planificar. La plantilla de imposición de la imprenta sigue controlando giros, compensación del lomo, marcas y límites del plegado.', sourceLabel: 'Funciona localmente con tu recuento de páginas. Confirma la imposición final con la imprenta o encuadernadora antes de producir.',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: 'Calculadora de signaturas para páginas, impresión y blancos', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: 'Usa esta calculadora de signaturas cuando conozcas las páginas interiores terminadas y necesites un plan de impresión antes de exportar el PDF. Agrupa 8, 16 o 32 páginas por signatura, cuenta las secciones completas y muestra el sobrante de la última.' },
|
|
18
|
+
{ type: 'title', text: 'Qué es una signatura de impresión', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: 'Una signatura es un grupo de páginas del libro que se impone sobre un pliego mayor, se imprime, se pliega y después se alza o se encuaderna. El tamaño correcto depende de la imprenta, el papel, el formato, el plegado y la encuadernación. La herramienta hace visible esa decisión en lugar de inventarla.' },
|
|
20
|
+
{ type: 'title', text: 'Cómo usar esta calculadora de impresión', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['Cuenta solo las páginas interiores terminadas y deja fuera la cubierta.', 'Elige 8, 16 o 32 páginas por signatura según la especificación de la imprenta o encuadernadora.', 'Selecciona el contexto de encuadernación para conservarlo visible en tus notas de producción.', 'Permite páginas en blanco solo si son aceptables e intencionadas en el libro final.', 'Revisa el último rango y lleva ese sobrante a la imprenta antes de cerrar el PDF.'] },
|
|
22
|
+
{ type: 'title', text: 'Qué ocurre si las páginas no se dividen exactamente', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: 'Por ejemplo, 193 páginas interiores con signaturas de 16 producen 12 signaturas completas y un último rango con 1 página. Si permites blancos, el plan muestra 13 signaturas, 208 páginas planificadas y 15 blancos intencionados. Si no los permites, la página sin encajar queda visible para que muevas contenido o pidas otro plan a la imprenta.' },
|
|
24
|
+
{ type: 'title', text: 'Grapado, alzado y cosido o rústica fresada', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: 'La encuadernación aporta el contexto de producción, pero no sustituye la especificación de la imprenta. Pregunta qué tamaño de signatura, secuencia de plegado y plantilla de imposición espera el proveedor para la encuadernación elegida.' },
|
|
26
|
+
{ type: 'title', text: 'Qué no genera esta calculadora', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: 'Es una calculadora de planificación, no una herramienta de imposición lista para máquina. No decide giros, compensación del lomo, marcas, sangrado, sentido de fibra, tamaño de pliego, dirección de plegado ni límites del equipo. Comenta la imposición final con la imprenta o encuadernadora.' },
|
|
28
|
+
{ type: 'tip', title: 'Revisa la última signatura antes de exportar', html: 'Guarda juntas las páginas, el tamaño de signatura, la encuadernación, la decisión sobre blancos y el último rango en tu briefing de producción. Así detectarás una sección corta antes de rehacer el PDF.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: '¿Qué es una signatura de impresión?', answer: 'Es un grupo de páginas del libro impuesto sobre un pliego mayor, impreso, plegado y después alzado o encuadernado.' },
|
|
33
|
+
{ question: '¿Cuántas páginas tiene una signatura?', answer: 'Esta calculadora compara 8, 16 y 32 páginas terminadas por signatura. La imprenta o encuadernadora debe confirmar el tamaño adecuado para el papel, formato y encuadernación.' },
|
|
34
|
+
{ question: '¿La cubierta cuenta en las páginas de las signaturas?', answer: 'No. Introduce solo las páginas interiores terminadas. La cubierta suele planificarse por separado del bloque de texto y sus signaturas plegadas.' },
|
|
35
|
+
{ question: '¿Por qué aparecen páginas en blanco en un libro impreso?', answer: 'Si el contenido no llena la última signatura, pueden añadirse páginas en blanco para completar la sección plegada. La calculadora muestra cuántas son en lugar de ocultar el sobrante.' },
|
|
36
|
+
{ question: '¿Crea una imposición lista para imprenta?', answer: 'No. Crea un plan transparente de agrupación. La plantilla de la imprenta sigue definiendo giros, orden de plegado, compensación, marcas, sangrado, papel y límites del equipo.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: 'Introduce las páginas interiores', text: 'Introduce las páginas interiores terminadas y excluye la cubierta.' },
|
|
41
|
+
{ name: 'Elige las páginas por signatura', text: 'Selecciona 8, 16 o 32 páginas por sección plegada según la especificación de la imprenta.' },
|
|
42
|
+
{ name: 'Define el contexto de encuadernación', text: 'Elige grapado a caballete, alzado y cosido o rústica fresada para mantener visible el contexto de producción.' },
|
|
43
|
+
{ name: 'Revisa el último rango', text: 'Comprueba el sobrante y las páginas en blanco antes de exportar el PDF o aprobar la prueba de imprenta.' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'calculadora-de-signaturas-de-libro', title: 'Calculadora de signaturas de libro para planificar la impresión', description: 'Calcula las signaturas de impresión a partir de las páginas interiores. Compara 8, 16 o 32 páginas, blancos y sobrante antes de enviar el PDF a imprenta.', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'Calculadora de signaturas de libro para planificar la impresión', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: 'Planificar signaturas de impresión', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: 'Calculateur de cahiers de livre', methodTitle: 'Planifier les cahiers avant la production', methodHint: 'Transformez le nombre de pages intérieures en plages de cahier, affichez le reste final et décidez quoi faire des pages blanches.',
|
|
7
|
+
interiorPagesLabel: 'Pages intérieures', interiorPagesHint: 'Pages du livre terminé, hors couverture', pagesPerSignatureLabel: 'Pages par cahier', pagesPerSignatureHint: '{pages} pages dans chaque section pliée',
|
|
8
|
+
foldModeLabel: 'Pliage et assemblage', saddleStitchLabel: 'Brochage à cheval', gatheredLabel: 'Assemblage et couture', perfectBoundLabel: 'Dos carré collé',
|
|
9
|
+
blankPagesLabel: 'Dernier cahier incomplet', blankPagesHint: 'Un cahier plié a normalement besoin d\'un jeu complet de pages. Indiquez si le dernier peut être complété.', blankPagesAllowed: 'Autoriser les pages blanches dans le dernier cahier', blankPagesNotAllowed: 'Ne pas ajouter de pages blanches', resetLabel: 'Réinitialiser l\'exemple',
|
|
10
|
+
resultTitle: 'Plan d\'impression', signaturesLabel: 'Cahiers', plannedPagesLabel: 'Pages prévues', blankCountLabel: 'Pages blanches', remainderLabel: 'Pages non affectées', completeLabel: 'Jeu complet', reviewLabel: 'Décision de l\'imprimeur nécessaire',
|
|
11
|
+
signatureMapLabel: 'Carte des cahiers', signatureLabel: 'Cahier', pageRangeLabel: 'Plage intérieure', pagesLabel: 'pages', blankLabel: 'blanche', previewLabel: 'Feuilles pliées', previewHint: 'Chaque feuille visible représente une section pliée de',
|
|
12
|
+
methodNote: 'La carte des cahiers est une aide de planification éditoriale. Le gabarit d imposition de l imprimeur contrôle encore les rotations, la chasse, les repères et les limites de pliage.', sourceLabel: 'Fonctionne localement avec votre nombre de pages. Confirmez l imposition finale auprès de l imprimeur ou du relieur avant la production.',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: 'Calculateur de cahiers pour pages, impression et pages blanches', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: 'Utilisez ce calculateur de cahiers lorsque vous connaissez le nombre de pages intérieures et que vous avez besoin d\'un plan d\'impression avant d\'exporter le PDF. Il regroupe 8, 16 ou 32 pages par cahier, compte les sections complètes et affiche le reste du dernier cahier.' },
|
|
18
|
+
{ type: 'title', text: 'Qu\'est-ce qu\'un cahier d\'impression?', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: 'Un cahier est un groupe de pages du livre imposées sur une grande feuille, imprimées, pliées, puis assemblées ou reliées. Le format du cahier dépend de l\'imprimeur, du papier, du format fini, du pliage et de la reliure. L\'outil rend cette décision visible au lieu de la deviner.' },
|
|
20
|
+
{ type: 'title', text: 'Comment utiliser ce calculateur d\'impression', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['Comptez uniquement les pages intérieures terminées et excluez la couverture.', 'Choisissez 8, 16 ou 32 pages par cahier selon les indications de l imprimeur ou du relieur.', 'Sélectionnez le contexte de reliure pour le conserver dans vos notes de production.', 'Autorisez les pages blanches seulement si elles sont acceptables et intentionnelles dans le livre final.', 'Examinez la dernière plage et discutez du reste avec l imprimeur avant de figer le PDF.'] },
|
|
22
|
+
{ type: 'title', text: 'Que se passe-t-il si le nombre de pages ne se divise pas exactement?', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: 'Par exemple, 193 pages intérieures avec des cahiers de 16 donnent 12 cahiers complets et une dernière plage de 1 page. Si les pages blanches sont autorisées, le plan affiche 13 cahiers, 208 pages prévues et 15 pages blanches intentionnelles. Sinon, la page non affectée reste visible afin que vous déplaciez du contenu ou demandiez un autre plan.' },
|
|
24
|
+
{ type: 'title', text: 'Brochage à cheval, couture ou dos carré collé', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: 'La reliure donne son contexte au plan de pages, mais ne remplace pas la spécification de l\'imprimeur. Demandez le format de cahier, la séquence de pliage et le gabarit d\'imposition prévus pour la reliure choisie.' },
|
|
26
|
+
{ type: 'title', text: 'Ce que ce calculateur ne produit pas', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: 'C\'est un calculateur de planification, pas un outil d\'imposition prêt pour la presse. Il ne décide pas des rotations, de la chasse, des repères, du fond perdu, du sens du papier, du format de feuille, du sens de pliage ni des limites de la machine. Discutez de l\'imposition finale avec l\'imprimeur ou le relieur.' },
|
|
28
|
+
{ type: 'tip', title: 'Vérifiez le dernier cahier avant l export', html: 'Conservez ensemble le nombre de pages, le format de cahier, la reliure, la décision sur les pages blanches et la dernière plage dans votre brief de production. Vous verrez ainsi une section courte avant de refaire le PDF.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: 'Qu\'est-ce qu\'un cahier d\'impression?', answer: 'C\'est un groupe de pages imposées sur une grande feuille, imprimées, pliées, puis assemblées ou reliées dans le livre.' },
|
|
33
|
+
{ question: 'Combien de pages contient un cahier?', answer: 'Ce calculateur compare 8, 16 et 32 pages finies par cahier. L\'imprimeur ou le relieur doit confirmer le format adapté au papier, au format et à la reliure.' },
|
|
34
|
+
{ question: 'La couverture compte-t-elle dans les pages des cahiers?', answer: 'Non. Saisissez seulement les pages intérieures finies. La couverture est généralement planifiée séparément du bloc intérieur et de ses cahiers pliés.' },
|
|
35
|
+
{ question: 'Pourquoi des pages blanches apparaissent-elles dans un livre imprimé?', answer: 'Si le contenu ne remplit pas le dernier cahier, des pages blanches peuvent être ajoutées pour compléter la section pliée. Le calculateur affiche leur nombre au lieu de cacher le reste.' },
|
|
36
|
+
{ question: 'Le calculateur crée-t-il une imposition prête à imprimer?', answer: 'Non. Il crée un plan transparent de regroupement. Le gabarit de l\'imprimeur définit encore les rotations, l\'ordre de pliage, la chasse, les repères, le fond perdu, le papier et les limites de l\'équipement.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: 'Saisir les pages intérieures', text: 'Saisissez le nombre de pages intérieures finies et excluez la couverture.' },
|
|
41
|
+
{ name: 'Choisir les pages par cahier', text: 'Sélectionnez 8, 16 ou 32 pages par section pliée selon la spécification de l imprimeur.' },
|
|
42
|
+
{ name: 'Définir le contexte de reliure', text: 'Choisissez brochage à cheval, assemblage et couture ou dos carré collé pour garder le contexte visible.' },
|
|
43
|
+
{ name: 'Vérifier la dernière plage', text: 'Contrôlez le reste et les pages blanches avant d exporter le PDF ou de valider l épreuve.' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'calculateur-de-signatures-de-livre', title: 'Calculateur de cahiers de livre pour planifier l\'impression', description: 'Calculez les cahiers d\'impression à partir de vos pages intérieures. Comparez 8, 16 ou 32 pages, les blancs et le reste avant d\'envoyer le PDF.', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'Calculateur de cahiers de livre pour planifier l impression', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: 'Planifier les cahiers d impression', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: 'Kalkulator Signature Cetak Buku', methodTitle: 'Rencanakan signature sebelum produksi', methodHint: 'Ubah jumlah halaman isi menjadi rentang signature, tampilkan sisa terakhir, dan tentukan halaman kosong sebelum PDF dikirim ke percetakan.',
|
|
7
|
+
interiorPagesLabel: 'Halaman isi', interiorPagesHint: 'Halaman buku jadi, tidak termasuk sampul', pagesPerSignatureLabel: 'Halaman per signature', pagesPerSignatureHint: '{pages} halaman di setiap bagian lipatan',
|
|
8
|
+
foldModeLabel: 'Melipat dan menyusun', saddleStitchLabel: 'Jilid kawat tengah', gatheredLabel: 'Disusun dan dijahit', perfectBoundLabel: 'Jilid lem',
|
|
9
|
+
blankPagesLabel: 'Signature terakhir tidak lengkap', blankPagesHint: 'Signature terlipat biasanya memerlukan satu set halaman lengkap. Tentukan apakah bagian terakhir boleh diisi.', blankPagesAllowed: 'Izinkan halaman kosong pada signature terakhir', blankPagesNotAllowed: 'Jangan menambahkan halaman kosong', resetLabel: 'Atur ulang contoh',
|
|
10
|
+
resultTitle: 'Rencana cetak', signaturesLabel: 'Signature', plannedPagesLabel: 'Halaman terencana', blankCountLabel: 'Halaman kosong', remainderLabel: 'Halaman tidak terpasang', completeLabel: 'Set lengkap', reviewLabel: 'Perlu keputusan percetakan',
|
|
11
|
+
signatureMapLabel: 'Peta signature', signatureLabel: 'Signature', pageRangeLabel: 'Rentang isi', pagesLabel: 'halaman', blankLabel: 'kosong', previewLabel: 'Lembar terlipat', previewHint: 'Setiap lembar yang terlihat mewakili bagian lipatan berisi',
|
|
12
|
+
methodNote: 'Peta signature adalah alat bantu perencanaan editorial. Template imposisi percetakan tetap menentukan rotasi halaman, creep, tanda cetak, dan batas lipatan mesin.', sourceLabel: 'Berjalan lokal dengan jumlah halaman Anda. Konfirmasikan imposisi akhir kepada percetakan atau penjilid sebelum produksi.',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: 'Kalkulator signature buku untuk halaman, cetak, dan halaman kosong', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: 'Gunakan kalkulator signature buku ini saat jumlah halaman isi sudah diketahui, tetapi Anda membutuhkan rencana cetak sebelum mengekspor PDF. Alat ini mengelompokkan 8, 16, atau 32 halaman per signature, menghitung bagian lengkap, dan menampilkan sisa pada bagian terakhir.' },
|
|
18
|
+
{ type: 'title', text: 'Apa itu signature cetak?', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: 'Signature cetak adalah kelompok halaman buku yang diimposisikan pada lembar besar, dicetak, dilipat, lalu disusun atau dijilid. Ukuran signature bergantung pada percetakan, kertas, ukuran jadi, lipatan, dan metode jilid. Alat ini membuat keputusan tersebut terlihat tanpa menebaknya.' },
|
|
20
|
+
{ type: 'title', text: 'Cara menggunakan kalkulator cetak buku', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['Hitung hanya halaman isi yang sudah jadi dan jangan masukkan sampul.', 'Pilih 8, 16, atau 32 halaman per signature sesuai spesifikasi percetakan atau penjilid.', 'Pilih konteks penjilidan agar tetap terlihat dalam catatan produksi.', 'Izinkan halaman kosong hanya jika halaman itu dapat diterima dan memang disengaja.', 'Periksa rentang signature terakhir dan bawa sisa tersebut ke percetakan sebelum PDF dikunci.'] },
|
|
22
|
+
{ type: 'title', text: 'Apa yang terjadi jika jumlah halaman tidak habis dibagi?', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: 'Contoh: 193 halaman isi dengan 16 halaman per signature menghasilkan 12 signature lengkap dan rentang terakhir berisi 1 halaman. Jika halaman kosong diizinkan, rencana menampilkan 13 signature, 208 halaman terencana, dan 15 halaman kosong. Jika tidak, halaman yang tidak terpasang tetap terlihat agar Anda dapat memindahkan isi atau meminta rencana lain.' },
|
|
24
|
+
{ type: 'title', text: 'Jilid kawat tengah, jahit, atau jilid lem?', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: 'Metode jilid memberi konteks produksi, tetapi tidak menggantikan spesifikasi percetakan. Tanyakan ukuran signature, urutan lipatan, dan template imposisi yang diharapkan untuk metode jilid tersebut.' },
|
|
26
|
+
{ type: 'title', text: 'Apa yang tidak dibuat oleh kalkulator ini?', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: 'Ini adalah kalkulator perencanaan, bukan alat imposisi siap cetak. Alat ini tidak menentukan rotasi halaman, creep, tanda cetak, bleed, arah serat, ukuran lembar, arah lipatan, atau batas mesin. Bahas imposisi akhir dengan percetakan atau penjilid.' },
|
|
28
|
+
{ type: 'tip', title: 'Periksa signature terakhir sebelum mengekspor', html: 'Simpan jumlah halaman, ukuran signature, metode jilid, keputusan halaman kosong, dan rentang terakhir dalam brief produksi yang sama. Dengan begitu bagian pendek terlihat sebelum Anda harus memperbaiki PDF.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: 'Apa itu signature cetak?', answer: 'Signature cetak adalah kelompok halaman yang diimposisikan pada lembar besar, dicetak, dilipat, lalu disusun atau dijilid menjadi buku.' },
|
|
33
|
+
{ question: 'Berapa halaman dalam satu signature buku?', answer: 'Kalkulator ini membandingkan 8, 16, dan 32 halaman jadi per signature. Percetakan atau penjilid harus mengonfirmasi ukuran yang sesuai dengan kertas, format, dan jilid.' },
|
|
34
|
+
{ question: 'Apakah sampul dihitung dalam halaman signature?', answer: 'Tidak. Masukkan halaman isi yang sudah jadi saja. Sampul biasanya direncanakan terpisah dari blok isi dan signature terlipatnya.' },
|
|
35
|
+
{ question: 'Mengapa halaman kosong muncul pada buku cetak?', answer: 'Jika isi tidak mengisi signature terakhir, halaman kosong dapat ditambahkan agar bagian terlipat lengkap. Kalkulator menampilkan jumlahnya dan tidak menyembunyikan sisa.' },
|
|
36
|
+
{ question: 'Apakah kalkulator ini membuat imposisi siap cetak?', answer: 'Tidak. Kalkulator membuat rencana pengelompokan yang transparan. Template percetakan tetap menentukan rotasi, urutan lipatan, creep, tanda, bleed, kertas, dan batas mesin.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: 'Masukkan halaman isi', text: 'Masukkan jumlah halaman isi yang sudah jadi dan keluarkan sampul dari hitungan.' },
|
|
41
|
+
{ name: 'Pilih halaman per signature', text: 'Pilih 8, 16, atau 32 halaman per bagian terlipat sesuai spesifikasi percetakan.' },
|
|
42
|
+
{ name: 'Tentukan konteks jilid', text: 'Pilih jilid kawat tengah, disusun dan dijahit, atau jilid lem agar konteks produksi tetap terlihat.' },
|
|
43
|
+
{ name: 'Periksa rentang terakhir', text: 'Periksa sisa dan halaman kosong sebelum mengekspor PDF atau menyetujui proof percetakan.' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'kalkulator-signature-cetak-buku', title: 'Kalkulator signature cetak buku untuk perencanaan', description: 'Hitung signature cetak dari jumlah halaman isi. Bandingkan 8, 16, atau 32 halaman, halaman kosong, dan sisa sebelum mengirim PDF ke percetakan.', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'Kalkulator signature cetak buku untuk perencanaan', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: 'Merencanakan signature cetak buku', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: 'Calcolatore delle segnature del libro', methodTitle: 'Pianifica le segnature prima della produzione', methodHint: 'Trasforma il numero di pagine interne in intervalli di segnatura, mostra il resto finale e decidi cosa fare delle pagine bianche.',
|
|
7
|
+
interiorPagesLabel: 'Pagine interne', interiorPagesHint: 'Pagine del libro finito, esclusa la copertina', pagesPerSignatureLabel: 'Pagine per segnatura', pagesPerSignatureHint: '{pages} pagine in ogni sezione piegata',
|
|
8
|
+
foldModeLabel: 'Piegatura e raccolta', saddleStitchLabel: 'Punto metallico', gatheredLabel: 'Raccolta e cucitura', perfectBoundLabel: 'Brossura fresata',
|
|
9
|
+
blankPagesLabel: 'Ultima segnatura incompleta', blankPagesHint: 'Una segnatura piegata richiede normalmente un insieme completo di pagine. Scegli se l\'ultima può essere completata.', blankPagesAllowed: 'Consenti pagine bianche nell\'ultima segnatura', blankPagesNotAllowed: 'Non aggiungere pagine bianche', resetLabel: 'Ripristina esempio',
|
|
10
|
+
resultTitle: 'Piano di stampa', signaturesLabel: 'Segnature', plannedPagesLabel: 'Pagine previste', blankCountLabel: 'Pagine bianche', remainderLabel: 'Pagine non assegnate', completeLabel: 'Insieme completo', reviewLabel: 'Serve una decisione della tipografia',
|
|
11
|
+
signatureMapLabel: 'Mappa delle segnature', signatureLabel: 'Segnatura', pageRangeLabel: 'Intervallo interno', pagesLabel: 'pagine', blankLabel: 'bianca', previewLabel: 'Fogli piegati', previewHint: 'Ogni foglio visibile rappresenta una sezione piegata di',
|
|
12
|
+
methodNote: 'La mappa delle segnature è uno strumento di pianificazione editoriale. Il modello di imposizione della tipografia controlla ancora rotazioni, compensazione, crocini e limiti di piega.', sourceLabel: 'Funziona localmente con il tuo numero di pagine. Conferma l\'imposizione finale con la tipografia o il legatore prima della produzione.',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: 'Calcolatore di segnature per pagine, stampa e pagine bianche', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: 'Usa questo calcolatore delle segnature quando conosci il numero finale delle pagine interne e ti serve un piano di stampa prima di esportare il PDF. Raggruppa 8, 16 o 32 pagine per segnatura, conta le sezioni complete e mostra il resto dell\'ultima.' },
|
|
18
|
+
{ type: 'title', text: 'Che cos è una segnatura di stampa?', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: 'Una segnatura è un gruppo di pagine del libro imposto su un foglio grande, stampato, piegato e poi raccolto o rilegato. La dimensione dipende da tipografia, carta, formato finito, piega e rilegatura. Lo strumento rende visibile questa decisione senza indovinarla.' },
|
|
20
|
+
{ type: 'title', text: 'Come usare questo calcolatore di stampa', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['Conta solo le pagine interne finite ed escludi la copertina.', 'Scegli 8, 16 o 32 pagine per segnatura secondo le indicazioni della tipografia o del legatore.', 'Seleziona il contesto di rilegatura per mantenerlo visibile nelle note di produzione.', 'Consenti pagine bianche solo se sono accettabili e intenzionali nel libro finale.', 'Controlla l ultimo intervallo e porta il resto alla tipografia prima di bloccare il PDF.'] },
|
|
22
|
+
{ type: 'title', text: 'Cosa succede se il numero di pagine non è divisibile?', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: 'Esempio: 193 pagine interne con 16 pagine per segnatura producono 12 segnature complete e un ultimo intervallo di 1 pagina. Se le pagine bianche sono consentite, il piano mostra 13 segnature, 208 pagine previste e 15 pagine bianche. Altrimenti la pagina non assegnata resta visibile per spostare contenuti o chiedere un piano diverso.' },
|
|
24
|
+
{ type: 'title', text: 'Punto metallico, cucitura o brossura fresata?', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: 'La rilegatura dà il contesto produttivo al piano, ma non sostituisce la specifica della tipografia. Chiedi quale dimensione di segnatura, sequenza di piega e modello di imposizione sono previsti per la rilegatura scelta.' },
|
|
26
|
+
{ type: 'title', text: 'Cosa non produce questo calcolatore', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: 'È un calcolatore di pianificazione, non uno strumento di imposizione pronto per la stampa. Non decide rotazioni, compensazione, crocini, abbondanza, verso fibra, formato del foglio, direzione delle pieghe o limiti della macchina. Discuti l\'imposizione finale con tipografia o legatore.' },
|
|
28
|
+
{ type: 'tip', title: 'Controlla l\'ultima segnatura prima dell\'export', html: 'Conserva insieme pagine, dimensione della segnatura, rilegatura, decisione sulle pagine bianche e ultimo intervallo nel brief di produzione. Così una sezione corta è visibile prima di rifare il PDF.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: 'Che cos è una segnatura di stampa?', answer: 'È un gruppo di pagine imposto su un foglio grande, stampato, piegato e poi raccolto o rilegato nel libro.' },
|
|
33
|
+
{ question: 'Quante pagine contiene una segnatura?', answer: 'Questo calcolatore confronta 8, 16 e 32 pagine finite per segnatura. La tipografia o il legatore deve confermare la dimensione adatta a carta, formato e rilegatura.' },
|
|
34
|
+
{ question: 'La copertina conta nelle pagine delle segnature?', answer: 'No. Inserisci solo le pagine interne finite. La copertina viene normalmente pianificata separatamente dal blocco interno e dalle sue segnature piegate.' },
|
|
35
|
+
{ question: 'Perché compaiono pagine bianche in un libro stampato?', answer: 'Se il contenuto non riempie l\'ultima segnatura, possono servire pagine bianche per completare la sezione piegata. Il calcolatore ne mostra il numero invece di nascondere il resto.' },
|
|
36
|
+
{ question: 'Il calcolatore crea un imposizione pronta per la stampa?', answer: 'No. Crea un piano trasparente di raggruppamento. Il modello della tipografia definisce ancora rotazioni, ordine di piega, compensazione, crocini, abbondanza, carta e limiti dell attrezzatura.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: 'Inserisci le pagine interne', text: 'Inserisci il numero delle pagine interne finite ed escludi la copertina.' },
|
|
41
|
+
{ name: 'Scegli le pagine per segnatura', text: 'Seleziona 8, 16 o 32 pagine per sezione piegata secondo la specifica della tipografia.' },
|
|
42
|
+
{ name: 'Imposta il contesto di rilegatura', text: 'Scegli punto metallico, raccolta e cucitura o brossura fresata per mantenere visibile il contesto produttivo.' },
|
|
43
|
+
{ name: 'Controlla l ultimo intervallo', text: 'Verifica resto e pagine bianche prima di esportare il PDF o approvare la prova di stampa.' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'calcolatore-segnature-libro', title: 'Calcolatore delle segnature del libro per pianificare la stampa', description: 'Calcola le segnature di stampa dalle pagine interne. Confronta 8, 16 o 32 pagine, pagine bianche e resto prima di inviare il PDF in tipografia.', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: 'Calcolatore di segnature del libro per pianificare la stampa', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: 'Pianificare le segnature di stampa', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: '本の折丁計算機', methodTitle: '製造前に折丁を計画する', methodHint: '本文ページ数を折丁の範囲に分け、最後の余りを表示し、PDFを書き出す前に白紙の扱いを決めます。',
|
|
7
|
+
interiorPagesLabel: '本文ページ数', interiorPagesHint: '表紙を除いた完成した本文のページ数', pagesPerSignatureLabel: '折丁あたりのページ数', pagesPerSignatureHint: '各折りセクションの{pages}ページ',
|
|
8
|
+
foldModeLabel: '折りと丁合', saddleStitchLabel: '中綴じ', gatheredLabel: '丁合と糸綴じ', perfectBoundLabel: '無線綴じ',
|
|
9
|
+
blankPagesLabel: '最後の折丁が不完全', blankPagesHint: '折丁には通常、完全なページセットが必要です。最後の折丁を白紙で補うか選択してください。', blankPagesAllowed: '最後の折丁に白紙を許可', blankPagesNotAllowed: '白紙を追加しない', resetLabel: '例をリセット',
|
|
10
|
+
resultTitle: '印刷プラン', signaturesLabel: '折丁', plannedPagesLabel: '計画ページ数', blankCountLabel: '白紙ページ', remainderLabel: '未割り当てページ', completeLabel: '完全なセット', reviewLabel: '印刷会社の判断が必要',
|
|
11
|
+
signatureMapLabel: '折丁マップ', signatureLabel: '折丁', pageRangeLabel: '本文範囲', pagesLabel: 'ページ', blankLabel: '白紙', previewLabel: '折った用紙', previewHint: '表示される用紙は、それぞれ次のページ数の折りセクションです:',
|
|
12
|
+
methodNote: '折丁マップは編集用の計画補助です。印刷会社の面付けテンプレートが、ページ回転、ノドの補正、トンボ、機械ごとの折り制限を決めます。', sourceLabel: '入力したページ数をブラウザー内で計算します。製造前に最終面付けを印刷会社や製本所へ確認してください。',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: '本の折丁計算機でページ数と白紙を印刷前に確認する', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: '本文の完成ページ数が決まっていて、PDFを書き出す前に印刷プランを確認したいときに使います。1折あたり8、16、32ページで本文をグループ化し、完全な折丁の数と最後に残る範囲を表示します。' },
|
|
18
|
+
{ type: 'title', text: '印刷の折丁とは?', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: '折丁は、本のページを大きな用紙に面付けして印刷し、折り、最後に丁合または製本するページのまとまりです。適切なサイズは、印刷会社、用紙、仕上がりサイズ、折り方、製本方法によって変わります。このツールはその判断を隠さず表示します。' },
|
|
20
|
+
{ type: 'title', text: '本の印刷計算機の使い方', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['表紙を除き、完成した本文ページだけを数えます。', '印刷会社や製本所の仕様に合わせて、1折あたり8、16、32ページを選びます。', '製造メモに残すため、製本の状況を選びます。', '完成した本で許容でき、意図した白紙だけを許可します。', 'PDFを確定する前に最後の範囲を確認し、余りを印刷会社に伝えます。'] },
|
|
22
|
+
{ type: 'title', text: 'ページ数が割り切れないとどうなる?', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: '例として、本文193ページを1折16ページで組むと、12個の完全な折丁と1ページの最後の範囲になります。白紙を許可すると、13折、計画ページ208ページ、意図した白紙15ページと表示されます。許可しない場合は未割り当てページを残し、本文を移動するか別のプランを印刷会社へ相談できます。' },
|
|
24
|
+
{ type: 'title', text: '中綴じ、丁合と糸綴じ、無線綴じ', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: '製本方法はページプランの製造上の前提を示しますが、印刷会社の仕様の代わりにはなりません。選んだ製本に必要な折丁サイズ、折り順、面付けテンプレートを確認してください。' },
|
|
26
|
+
{ type: 'title', text: 'この計算機で作られないもの', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: 'これは計画用の計算機であり、印刷機用の完成面付けデータを作るツールではありません。ページ回転、ノドの補正、トンボ、塗り足し、紙の目、用紙サイズ、折り方向、機械の制限は決めません。最終面付けは印刷会社や製本所に相談してください。' },
|
|
28
|
+
{ type: 'tip', title: '書き出し前に最後の折丁を確認する', html: 'ページ数、折丁サイズ、製本方法、白紙の判断、最後の範囲を同じ製造メモにまとめます。PDFを修正する前に短い最後のセクションを見つけられます。' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: '印刷の折丁とは何ですか?', answer: '大きな用紙に面付けして印刷し、折り、丁合または製本するページのまとまりです。' },
|
|
33
|
+
{ question: '本の折丁には何ページありますか?', answer: 'この計算機では、完成した本の8、16、32ページを1折として比較できます。用紙、サイズ、製本に合うサイズは印刷会社へ確認してください。' },
|
|
34
|
+
{ question: '表紙は折丁のページ数に含めますか?', answer: 'いいえ。完成した本文ページだけを入力します。表紙は本文ブロックと折丁とは別に計画するのが一般的です。' },
|
|
35
|
+
{ question: '印刷した本に白紙が入るのはなぜですか?', answer: '本文が最後の折丁を満たさない場合、折ったセクションを完全にするため白紙を追加することがあります。計算機はその枚数を表示します。' },
|
|
36
|
+
{ question: '印刷用の面付けデータを作れますか?', answer: 'いいえ。透明なグループ分けの計画を作ります。回転、折り順、補正、トンボ、塗り足し、用紙、機械制限は印刷会社のテンプレートが決めます。' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: '本文ページ数を入力する', text: '完成した本文のページ数を入力し、表紙は数えません。' },
|
|
41
|
+
{ name: '折丁あたりのページ数を選ぶ', text: '印刷会社の仕様に合わせて、折ったセクションあたり8、16、32ページを選びます。' },
|
|
42
|
+
{ name: '製本の状況を選ぶ', text: '製造上の前提を表示するため、中綴じ、丁合と糸綴じ、無線綴じから選びます。' },
|
|
43
|
+
{ name: '最後の範囲を確認する', text: 'PDFを書き出すか校正を承認する前に、余りと白紙の枚数を確認します。' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'book-print-signature-calculator', title: '印刷計画のための本の折丁計算機', description: '本文ページ数から印刷折丁を計算します。PDFを送る前に、8、16、32ページ、白紙、最後の余りを比較できます。', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: '印刷計画のための本の折丁計算機', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'JPY' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: '本の印刷折丁を計画する', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import type { BookPrintSignatureUI } from '../ui';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
4
|
+
|
|
5
|
+
const ui: BookPrintSignatureUI = {
|
|
6
|
+
title: '책 인쇄 접지 계산기', methodTitle: '제작 전에 인쇄 접지를 계획하세요', methodHint: '본문 페이지 수를 접지 구간으로 나누고 마지막 남은 페이지와 빈 페이지 결정을 PDF 출력 전에 확인합니다.',
|
|
7
|
+
interiorPagesLabel: '본문 페이지', interiorPagesHint: '표지를 제외한 완성된 책의 페이지', pagesPerSignatureLabel: '접지당 페이지', pagesPerSignatureHint: '각 접지 섹션의 {pages}페이지',
|
|
8
|
+
foldModeLabel: '접지와 대조', saddleStitchLabel: '중철 제본', gatheredLabel: '대조 및 실 제본', perfectBoundLabel: '무선 제본',
|
|
9
|
+
blankPagesLabel: '마지막 접지 미완성', blankPagesHint: '접지 섹션에는 보통 완전한 페이지 묶음이 필요합니다. 마지막 섹션을 빈 페이지로 채울지 선택하세요.', blankPagesAllowed: '마지막 접지에 빈 페이지 허용', blankPagesNotAllowed: '빈 페이지를 추가하지 않음', resetLabel: '예시 초기화',
|
|
10
|
+
resultTitle: '인쇄 계획', signaturesLabel: '접지', plannedPagesLabel: '계획 페이지', blankCountLabel: '빈 페이지', remainderLabel: '배정되지 않은 페이지', completeLabel: '완전한 묶음', reviewLabel: '인쇄소 결정 필요',
|
|
11
|
+
signatureMapLabel: '접지 지도', signatureLabel: '접지', pageRangeLabel: '본문 범위', pagesLabel: '페이지', blankLabel: '빈 페이지', previewLabel: '접힌 용지', previewHint: '각 용지는 다음 페이지 수의 접지 섹션을 나타냅니다:',
|
|
12
|
+
methodNote: '접지 지도는 편집 계획을 위한 도구입니다. 인쇄소의 임포지션 템플릿이 페이지 회전, 크리프 보정, 인쇄 표식과 장비별 접지 한계를 결정합니다.', sourceLabel: '입력한 페이지 수를 브라우저에서 계산합니다. 제작 전에 최종 임포지션을 인쇄소나 제본소에 확인하세요.',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const seo: ToolLocaleContent<BookPrintSignatureUI>['seo'] = [
|
|
16
|
+
{ type: 'title', text: '책 인쇄 접지 계산기로 페이지와 빈 페이지 계획하기', level: 2 },
|
|
17
|
+
{ type: 'paragraph', html: '완성된 본문 페이지 수를 알고 PDF를 출력하기 전에 실용적인 인쇄 계획이 필요할 때 사용하세요. 한 접지에 8, 16, 32페이지를 그룹으로 나누고 완전한 접지 수와 마지막 남은 범위를 보여줍니다.' },
|
|
18
|
+
{ type: 'title', text: '인쇄 접지란 무엇인가요?', level: 2 },
|
|
19
|
+
{ type: 'paragraph', html: '인쇄 접지는 큰 용지에 책 페이지를 임포지션하여 인쇄하고 접은 뒤 대조하거나 제본하는 페이지 묶음입니다. 크기는 인쇄소, 용지, 완성 크기, 접지 방식과 제본에 따라 달라집니다. 이 도구는 그 결정을 숨기지 않고 보여줍니다.' },
|
|
20
|
+
{ type: 'title', text: '책 인쇄 계산기 사용 방법', level: 2 },
|
|
21
|
+
{ type: 'list', items: ['표지는 제외하고 완성된 본문 페이지만 셉니다.', '인쇄소 또는 제본소 사양에 따라 접지당 8, 16, 32페이지를 선택합니다.', '제작 메모에 남길 제본 상황을 선택합니다.', '완성된 책에서 허용되고 의도된 경우에만 빈 페이지를 허용합니다.', 'PDF를 확정하기 전에 마지막 범위를 확인하고 남은 내용을 인쇄소에 전달합니다.'] },
|
|
22
|
+
{ type: 'title', text: '페이지 수가 정확히 나누어지지 않으면 어떻게 되나요?', level: 2 },
|
|
23
|
+
{ type: 'paragraph', html: '예를 들어 본문 193페이지를 접지당 16페이지로 계산하면 12개의 완전한 접지와 1페이지가 남은 마지막 범위가 됩니다. 빈 페이지를 허용하면 13접지, 계획 페이지 208페이지, 의도한 빈 페이지 15장이 표시됩니다. 허용하지 않으면 배정되지 않은 페이지가 보이므로 내용을 옮기거나 다른 계획을 요청할 수 있습니다.' },
|
|
24
|
+
{ type: 'title', text: '중철, 실 제본, 무선 제본 중 무엇을 선택하나요?', level: 2 },
|
|
25
|
+
{ type: 'paragraph', html: '제본 방식은 페이지 계획의 제작 맥락을 보여주지만 인쇄소 사양을 대신하지는 않습니다. 선택한 제본에 필요한 접지 크기, 접는 순서와 임포지션 템플릿을 확인하세요.' },
|
|
26
|
+
{ type: 'title', text: '이 계산기가 만들지 않는 것', level: 2 },
|
|
27
|
+
{ type: 'paragraph', html: '이 도구는 계획용 계산기이며 인쇄기용 완성 임포지션 파일을 만들지 않습니다. 페이지 회전, 크리프, 표식, 도련, 종이결, 용지 크기, 접는 방향과 장비 한계를 결정하지 않습니다. 최종 임포지션은 인쇄소 또는 제본소와 협의하세요.' },
|
|
28
|
+
{ type: 'tip', title: '출력 전에 마지막 접지를 확인하세요', html: '페이지 수, 접지 크기, 제본 방식, 빈 페이지 결정과 마지막 범위를 하나의 제작 브리프에 기록하세요. PDF를 다시 만들기 전에 짧은 마지막 섹션을 확인할 수 있습니다.' },
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const faq = [
|
|
32
|
+
{ question: '인쇄 접지란 무엇인가요?', answer: '큰 용지에 페이지를 배치하여 인쇄하고 접은 뒤 책으로 대조하거나 제본하는 페이지 묶음입니다.' },
|
|
33
|
+
{ question: '책 접지 하나에는 몇 페이지가 들어가나요?', answer: '이 계산기는 완성된 책의 8, 16, 32페이지를 한 접지로 비교합니다. 용지, 크기와 제본에 맞는 크기는 인쇄소에 확인해야 합니다.' },
|
|
34
|
+
{ question: '표지도 접지 페이지 수에 포함하나요?', answer: '아니요. 완성된 본문 페이지만 입력합니다. 표지는 본문 블록과 접지와 보통 별도로 계획합니다.' },
|
|
35
|
+
{ question: '인쇄된 책에 빈 페이지가 생기는 이유는 무엇인가요?', answer: '본문이 마지막 접지를 채우지 못하면 접힌 섹션을 완성하기 위해 빈 페이지를 넣을 수 있습니다. 계산기는 그 수를 표시합니다.' },
|
|
36
|
+
{ question: '인쇄용 임포지션 파일을 만들 수 있나요?', answer: '아니요. 투명한 그룹 계획을 만듭니다. 회전, 접는 순서, 크리프, 표식, 도련, 용지와 장비 한계는 인쇄소 템플릿이 결정합니다.' },
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howTo = [
|
|
40
|
+
{ name: '본문 페이지 입력', text: '완성된 본문 페이지 수를 입력하고 표지는 제외합니다.' },
|
|
41
|
+
{ name: '접지당 페이지 선택', text: '인쇄소 사양에 따라 접힌 섹션당 8, 16 또는 32페이지를 선택합니다.' },
|
|
42
|
+
{ name: '제본 상황 설정', text: '제작 맥락을 보이도록 중철, 대조 및 실 제본 또는 무선 제본을 선택합니다.' },
|
|
43
|
+
{ name: '마지막 범위 확인', text: 'PDF를 출력하거나 인쇄 교정을 승인하기 전에 남은 페이지와 빈 페이지를 확인합니다.' },
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent<BookPrintSignatureUI> = {
|
|
47
|
+
slug: 'book-print-signature-calculator', title: '인쇄 계획을 위한 책 인쇄 접지 계산기', description: '본문 페이지 수로 인쇄 접지를 계산합니다. PDF를 보내기 전에 8, 16, 32페이지, 빈 페이지와 남은 페이지를 비교하세요.', ui, seo, faq, bibliography, howTo,
|
|
48
|
+
schemas: [
|
|
49
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: '인쇄 계획을 위한 책 인쇄 접지 계산기', applicationCategory: 'DesignApplication', operatingSystem: 'Any', offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' } },
|
|
50
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
51
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: '책 인쇄 접지 계획하기', step: howTo.map((item) => ({ '@type': 'HowToStep', name: item.name, text: item.text })) },
|
|
52
|
+
],
|
|
53
|
+
};
|