Skip to content

Commit 8a959b9

Browse files
committed
Initial commit
0 parents  commit 8a959b9

1,041 files changed

Lines changed: 1018981 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

$.html

Lines changed: 1073 additions & 0 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# macOS system files
2+
.DS_Store
3+
.DS_Store?
4+
._*
5+
.Spotlight-V100
6+
.Trashes
7+
ehthumbs.db
8+
Thumbs.db

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Page Not Found · InDesign ExtendScript API</title>
7+
<link rel="stylesheet" href="styles/main.css" />
8+
<style>
9+
body {
10+
overflow: auto;
11+
display: flex;
12+
align-items: center;
13+
justify-content: center;
14+
min-height: 100vh;
15+
background-color: #f5f7fb;
16+
}
17+
.main {
18+
max-width: 560px;
19+
padding: 32px;
20+
background: #ffffff;
21+
border: 1px solid #dfe4ef;
22+
border-radius: 8px;
23+
text-align: center;
24+
box-shadow: 0 12px 30px rgba(45, 75, 120, 0.1);
25+
}
26+
.main h1 {
27+
font-size: 32px;
28+
margin-bottom: 12px;
29+
color: #295193;
30+
}
31+
.main p {
32+
margin: 10px 0 18px;
33+
font-size: 17px;
34+
color: #333333;
35+
}
36+
.main a {
37+
color: #295193;
38+
font-weight: bold;
39+
text-decoration: none;
40+
}
41+
.main a:hover {
42+
text-decoration: underline;
43+
}
44+
</style>
45+
</head>
46+
<body>
47+
<div class="main">
48+
<h1>Page not found</h1>
49+
<p>The page you were looking for does not exist in the Adobe InDesign ExtendScript API documentation set.</p>
50+
<p><a href="index.html">Return to the documentation home page</a></p>
51+
</div>
52+
</body>
53+
</html>

AcrobatCompatibility.html

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE html
3+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
7+
<meta name="copyright" content="(C) Copyright 2025" />
8+
<meta name="DC.rights.owner" content="(C) Copyright 2025" />
9+
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="topic" />
10+
<meta name="DC.title" content="AcrobatCompatibility" />
11+
<meta name="DC.format" content="XHTML" />
12+
<meta name="DC.identifier" content="d1e62057" />
13+
<link rel="stylesheet" type="text/css" href="commonltr.css" />
14+
<title>AcrobatCompatibility</title>
15+
<link rel="stylesheet" type="text/css" href="styles/main.css" />
16+
<script type="text/javascript" src="scripts/main.js"></script>
17+
</head>
18+
<body id="d1e62057">
19+
20+
<h1 class="title topictitle1" id="ariaid-title1">
21+
<span class="keyword">AcrobatCompatibility</span>
22+
</h1>
23+
24+
<div class="body">
25+
<p class="p description">The exported PDF document's Acrobat compatibility.</p>
26+
27+
<p class="p quicklinks">
28+
29+
</p>
30+
31+
<div class="section" id="d1e62057__iProps"><h2 class="title sectiontitle">Values</h2>
32+
33+
34+
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="table" frame="border" border="1" rules="all"><colgroup><col style="width:30.000000000000004%" /><col style="width:60.00000000000001%" /><col style="width:10.000000000000002%" /></colgroup><thead class="thead" style="text-align:left;">
35+
<tr class="row">
36+
<th class="entry cellrowborder" style="vertical-align:top;" id="d1573478e46">
37+
<p class="p">Name</p>
38+
39+
</th>
40+
41+
<th class="entry cellrowborder" style="vertical-align:top;" id="d1573478e52">
42+
<p class="p">Description</p>
43+
44+
</th>
45+
46+
<th class="entry cellrowborder" style="vertical-align:top;" id="d1573478e58">
47+
<p class="p">Value</p>
48+
49+
</th>
50+
51+
</tr>
52+
53+
</thead>
54+
<tbody class="tbody">
55+
<tr class="row">
56+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e46 ">
57+
<p class="p clip_button">AcrobatCompatibility.ACROBAT_4</p>
58+
59+
</td>
60+
61+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e52 ">
62+
<p class="p description">Makes the file compatible with Acrobat 4.0 and later.</p>
63+
64+
</td>
65+
66+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e58 ">
67+
<p class="p">1097020464</p>
68+
69+
</td>
70+
71+
</tr>
72+
73+
<tr class="row">
74+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e46 ">
75+
<p class="p clip_button">AcrobatCompatibility.ACROBAT_5</p>
76+
77+
</td>
78+
79+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e52 ">
80+
<p class="p description">Makes the file compatible with Acrobat 5.0 and later.</p>
81+
82+
</td>
83+
84+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e58 ">
85+
<p class="p">1097020720</p>
86+
87+
</td>
88+
89+
</tr>
90+
91+
<tr class="row">
92+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e46 ">
93+
<p class="p clip_button">AcrobatCompatibility.ACROBAT_6</p>
94+
95+
</td>
96+
97+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e52 ">
98+
<p class="p description">Makes the file compatible with Acrobat 6.0 and later.</p>
99+
100+
</td>
101+
102+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e58 ">
103+
<p class="p">1097020976</p>
104+
105+
</td>
106+
107+
</tr>
108+
109+
<tr class="row">
110+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e46 ">
111+
<p class="p clip_button">AcrobatCompatibility.ACROBAT_7</p>
112+
113+
</td>
114+
115+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e52 ">
116+
<p class="p description">Makes the file compatible with Acrobat 7.0 or higher.</p>
117+
118+
</td>
119+
120+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e58 ">
121+
<p class="p">1097021232</p>
122+
123+
</td>
124+
125+
</tr>
126+
127+
<tr class="row">
128+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e46 ">
129+
<p class="p clip_button">AcrobatCompatibility.ACROBAT_8</p>
130+
131+
</td>
132+
133+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e52 ">
134+
<p class="p description">Acrobat 8.0 compatibility.</p>
135+
136+
</td>
137+
138+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1573478e58 ">
139+
<p class="p">1097021488</p>
140+
141+
</td>
142+
143+
</tr>
144+
145+
</tbody>
146+
</table>
147+
</div>
148+
149+
</div>
150+
151+
<div class="section"><h2 class="title sectiontitle">Object of</h2>
152+
153+
<p class="p noMargin">
154+
<a class="xref" href="PDFExportPreference.html#d1e266199">PDFExportPreference</a>.acrobatCompatibility</p>
155+
156+
<p class="p noMargin">
157+
<a class="xref" href="PDFExportPreset.html#d1e267443">PDFExportPreset</a>.acrobatCompatibility</p>
158+
159+
</div>
160+
161+
</div>
162+
163+
</body>
164+
</html>

AddPageOptions.html

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE html
3+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
7+
<meta name="copyright" content="(C) Copyright 2025" />
8+
<meta name="DC.rights.owner" content="(C) Copyright 2025" />
9+
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="topic" />
10+
<meta name="DC.title" content="AddPageOptions" />
11+
<meta name="DC.format" content="XHTML" />
12+
<meta name="DC.identifier" content="d1e71549" />
13+
<link rel="stylesheet" type="text/css" href="commonltr.css" />
14+
<title>AddPageOptions</title>
15+
<link rel="stylesheet" type="text/css" href="styles/main.css" />
16+
<script type="text/javascript" src="scripts/main.js"></script>
17+
</head>
18+
<body id="d1e71549">
19+
20+
<h1 class="title topictitle1" id="ariaid-title1">
21+
<span class="keyword">AddPageOptions</span>
22+
</h1>
23+
24+
<div class="body">
25+
<p class="p description">Options for auto page insertion in response to overset text.</p>
26+
27+
<p class="p quicklinks">
28+
29+
</p>
30+
31+
<div class="section" id="d1e71549__iProps"><h2 class="title sectiontitle">Values</h2>
32+
33+
34+
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="table" frame="border" border="1" rules="all"><colgroup><col style="width:30.000000000000004%" /><col style="width:60.00000000000001%" /><col style="width:10.000000000000002%" /></colgroup><thead class="thead" style="text-align:left;">
35+
<tr class="row">
36+
<th class="entry cellrowborder" style="vertical-align:top;" id="d1303004e46">
37+
<p class="p">Name</p>
38+
39+
</th>
40+
41+
<th class="entry cellrowborder" style="vertical-align:top;" id="d1303004e52">
42+
<p class="p">Description</p>
43+
44+
</th>
45+
46+
<th class="entry cellrowborder" style="vertical-align:top;" id="d1303004e58">
47+
<p class="p">Value</p>
48+
49+
</th>
50+
51+
</tr>
52+
53+
</thead>
54+
<tbody class="tbody">
55+
<tr class="row">
56+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e46 ">
57+
<p class="p clip_button">AddPageOptions.END_OF_DOCUMENT</p>
58+
59+
</td>
60+
61+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e52 ">
62+
<p class="p description">Insert pages at end of document.</p>
63+
64+
</td>
65+
66+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e58 ">
67+
<p class="p">1634037604</p>
68+
69+
</td>
70+
71+
</tr>
72+
73+
<tr class="row">
74+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e46 ">
75+
<p class="p clip_button">AddPageOptions.END_OF_SECTION</p>
76+
77+
</td>
78+
79+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e52 ">
80+
<p class="p description">Insert pages at end of section.</p>
81+
82+
</td>
83+
84+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e58 ">
85+
<p class="p">1634037624</p>
86+
87+
</td>
88+
89+
</tr>
90+
91+
<tr class="row">
92+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e46 ">
93+
<p class="p clip_button">AddPageOptions.END_OF_STORY</p>
94+
95+
</td>
96+
97+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e52 ">
98+
<p class="p description">Insert pages at end of story.</p>
99+
100+
</td>
101+
102+
<td class="entry cellrowborder" style="vertical-align:top;" headers="d1303004e58 ">
103+
<p class="p">1634037619</p>
104+
105+
</td>
106+
107+
</tr>
108+
109+
</tbody>
110+
</table>
111+
</div>
112+
113+
</div>
114+
115+
<div class="section"><h2 class="title sectiontitle">Object of</h2>
116+
117+
<p class="p noMargin">
118+
<a class="xref" href="TextPreference.html#d1e252294">TextPreference</a>.addPages</p>
119+
120+
</div>
121+
122+
</div>
123+
124+
</body>
125+
</html>

0 commit comments

Comments
 (0)