-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide.html
More file actions
162 lines (162 loc) · 11.7 KB
/
Copy pathguide.html
File metadata and controls
162 lines (162 loc) · 11.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How to Add Space Between Questions in a PDF — PDFSpacer</title>
<meta name="description" content="Make more room to write on PDF worksheets and past papers. Learn how to insert blank space, add answer lines and export a PDF for printing or notes.">
<link rel="canonical" href="https://www.pdfspacer.com/guide">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta property="og:title" content="How to Add Space Between Questions in a PDF — PDFSpacer">
<meta property="og:description" content="A practical guide to adding answer space, ruled lines and room for notes between existing PDF questions.">
<meta property="og:type" content="article">
<meta property="og:site_name" content="PDFSpacer">
<meta property="og:url" content="https://www.pdfspacer.com/guide">
<meta property="og:image" content="https://www.pdfspacer.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="A PDF worksheet with extra writing space inserted between questions.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="How to Add Space Between Questions in a PDF — PDFSpacer">
<meta name="twitter:description" content="Insert blank space for answers and notes in a PDF worksheet. Free, local processing, no signup.">
<meta name="twitter:image" content="https://www.pdfspacer.com/og.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<style>
* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; color: #2c3e50; background: #f8f9fa; line-height: 1.75; }
header { border-bottom: 1px solid #dce1d9; }
header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wrap { max-width: 780px; margin: 0 auto; padding: 24px; }
main.wrap { padding-top: 40px; }
h1 { font-size: clamp(28px, 5vw, 40px); line-height: 1.2; margin: 8px 0 24px; }
h2 { font-size: 24px; line-height: 1.3; margin: 40px 0 16px; scroll-margin-top: 24px; }
h3 { font-size: 18px; margin: 24px 0 8px; }
p { margin: 0 0 16px; }
a { color: #245c4b; text-underline-offset: 3px; }
a:hover { color: #124f76; }
.btn { display: inline-block; background: #245c4b; color: #fff; padding: 10px 16px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.btn:hover { background: #124f76; color: #fff; }
ol, ul { padding-left: 24px; }
li { margin: 10px 0; }
nav { border-block: 1px solid #dce1d9; padding: 16px 0; margin: 32px 0; }
nav ul { margin: 0; }
.example { padding: 20px; background: #edf2e9; border: 1px solid #dce1d9; border-radius: 6px; }
footer { border-top: 1px solid #dce1d9; margin-top: 40px; }
footer p { font-size: 14px; margin: 0; }
@media (max-width: 480px) { .wrap { padding: 20px; } header .wrap { flex-wrap: wrap; } }
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://www.pdfspacer.com/guide#webpage",
"url": "https://www.pdfspacer.com/guide",
"name": "How to add space between questions in a PDF",
"description": "A practical guide to adding answer space, ruled lines and room for notes between existing PDF questions.",
"isPartOf": {"@id": "https://www.pdfspacer.com/#website"},
"about": {"@id": "https://www.pdfspacer.com/#app"},
"inLanguage": "en",
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "PDFSpacer", "item": "https://www.pdfspacer.com/"},
{"@type": "ListItem", "position": 2, "name": "PDF spacing guide", "item": "https://www.pdfspacer.com/guide"}
]
}
}
</script>
</head>
<body>
<header>
<div class="wrap">
<a href="/">PDFSpacer</a>
<a class="btn" href="/">Add space to a PDF</a>
</div>
</header>
<main class="wrap">
<h1>How to add space between questions in a PDF</h1>
<p>A worksheet can have all the right questions and almost no room for your answers. PDFSpacer inserts
writing space at a point you choose and moves the content below down. You can add room for working,
written responses or notes inside an existing PDF.</p>
<p>The tool is free and runs in your browser. You do not need an account, and your PDF is processed on your device.</p>
<nav aria-label="In this guide">
<ul>
<li><a href="#steps">Insert blank space in four steps</a></li>
<li><a href="#worksheets">Answer space for worksheets and past papers</a></li>
<li><a href="#notes">Room for notes and diagrams</a></li>
<li><a href="#space-or-pages">Spacing, margins and blank pages</a></li>
<li><a href="#export">Printing and PDF export</a></li>
<li><a href="#questions">Common questions</a></li>
</ul>
</nav>
<h2 id="steps">Insert blank space in four steps</h2>
<ol>
<li><strong>Open your document.</strong> Go to <a href="/">PDFSpacer</a>, click <em>Choose a PDF</em>
or <em>Open PDF</em>, and select a PDF from your device.</li>
<li><strong>Choose an insertion point.</strong> Select <em>Add space</em> in the toolbar. Click in a clear
horizontal gap below a question, paragraph or diagram. Content below that point moves down.</li>
<li><strong>Set the amount and style of space.</strong> Select the spacer to edit its properties.
Drag the resize handle to change its height. Choose Plain, Ruled, Dot Grid or Squared.
Repeat wherever you need more room.</li>
<li><strong>Save the result.</strong> Click <em>Export PDF</em>. Choose <em>Paginated A4</em> for
standard printable pages or <em>Single Long Page</em> for a continuous document, then export.</li>
</ol>
<p>Click between lines, rather than through a line of text. PDFSpacer splits the page at the height you
select; it does not automatically detect where a question ends.</p>
<h2 id="worksheets">Add answer space to PDF worksheets and past papers</h2>
<p>For a maths problem, insert a spacer just below the question and choose <em>Squared</em> for working
or <em>Plain</em> for a sketch. For a written response, choose <em>Ruled</em> to add answer lines.
Adjust each spacer to suit the expected length of the answer.</p>
<div class="example">
<strong>Example: a crowded two-question worksheet</strong>
<p>Question 2 starts immediately after question 1. Click the gap between them, add a ruled spacer and
increase its height. You now have lines for the first answer, with question 2 below the new space.</p>
<p>Repeat below question 2 if you need another answer area. Turn on <em>A4 breaks</em> to preview
where the expanded worksheet may split, then check the exported PDF before printing.</p>
</div>
<p>You can move, duplicate or delete a selected spacer. Use the properties panel for Duplicate and Delete. Drag a spacer to move it or drag its bottom handle to resize it. Heights and pattern spacing are shown in millimetres on A4 paper.</p>
<h2 id="notes">Make room for notes and diagrams in a PDF</h2>
<p>Insert a plain spacer after a section of lecture notes for a summary, or choose a dot grid for a
diagram. The added area spans the page width, so it works best between blocks of content.</p>
<p>After export, open the PDF in your preferred annotation app to type or handwrite notes, or print
it and write on paper. PDFSpacer creates the space; it does not add text answers or drawing tools.</p>
<h2 id="space-or-pages">Is this the same as adding margins or blank pages?</h2>
<p>These solve different layout problems:</p>
<ul>
<li><strong>Space between questions:</strong> inserts an area inside the existing page and pushes
later content down. Use PDFSpacer when the writing belongs directly below a question.</li>
<li><strong>Wider margins:</strong> adds room around the edges of a page for side notes or binding.
PDFSpacer does not change side margins.</li>
<li><strong>Blank pages:</strong> adds a separate sheet between whole pages. PDFSpacer instead lets
you choose an insertion point within the content.</li>
</ul>
<h2 id="export">Choose an export layout for printing or reading</h2>
<p><strong>Paginated A4</strong> spreads the expanded document across A4 pages. Content flows across
source-page boundaries. This is the layout to use when you want to print worksheets or past papers.</p>
<p><strong>Single Long Page</strong> exports one continuous page for scrolling. It uses PDF page-size units to retain the full height of long documents. Choose A4 when you want a convenient print layout.</p>
<p>Both modes preserve the original PDF text and vector graphics; scanned text remains an image. Interactive forms, annotations and clickable links are not included. Use <em>Export PDF → Preview</em> to inspect the actual output before downloading.</p>
<h2 id="shortcuts">Undo and keyboard shortcuts</h2>
<p>Every completed edit can be undone, including a drag, resize, deletion or clearing all spaces. Use the Undo and Redo buttons, or Ctrl/Cmd+Z and Ctrl/Cmd+Shift+Z. With a spacer selected, press Delete to remove it or the up/down arrow keys to move it. Hold Shift for larger movements.</p>
<p>On a phone or tablet, tap to insert or select a space. Drag its body to move it and its bottom handle to resize it. Properties appear below the document. Use Fit to size the page to your screen.</p>
<h2 id="questions">Common questions</h2>
<h3>Can I add space to a scanned PDF?</h3>
<p>Yes. A scanned page can be split and spaced in the same way. Choose a clear gap in the scan.
PDFSpacer does not perform OCR or turn the scanned words into editable text.</p>
<h3>Will this work on a two-column document?</h3>
<p>A spacer crosses the full width of the page. Both columns move below the insertion point, so find
a horizontal gap that is clear in both columns. It cannot add space to only one column.</p>
<h3>Does the PDF leave my device?</h3>
<p>The app processes your document locally in the browser and does not upload it to a server.
The website loads its PDF libraries from CDNs. Your PDF and layout are saved in browser storage
for session recovery; use <em>Project → Clear Session</em> to remove that saved session.</p>
<h3>Can I come back to my layout later?</h3>
<p>The app can restore a saved session in the same browser when browser storage is available. For a
separate copy of your spacer layout, use <em>Project → Download layout</em>. Keep the original PDF too:
the project JSON contains the layout, not the document.</p>
<p><a class="btn" href="/">Choose a PDF and add writing space</a></p>
</main>
<footer>
<div class="wrap"><p><a href="/">PDFSpacer</a> · Free space for answers and notes.</p></div>
</footer>
</body>
</html>