Skip to content

Commit 685b403

Browse files
committed
deploy: d07a6a7
1 parent 6351eff commit 685b403

33 files changed

+1644
-964
lines changed

fpdf/actions.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
5454
<details class="source">
5555
<summary>
5656
<span>Expand source code</span>
57-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
57+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
5858
</summary>
5959
<pre><code class="python">class Action(ABC):
6060
def __init__(self, next_action=None):
@@ -103,7 +103,7 @@ <h3>Methods</h3>
103103
<details class="source">
104104
<summary>
105105
<span>Expand source code</span>
106-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
106+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
107107
</summary>
108108
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
109109
raise NotImplementedError</code></pre>
@@ -120,7 +120,7 @@ <h3>Methods</h3>
120120
<details class="source">
121121
<summary>
122122
<span>Expand source code</span>
123-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
123+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
124124
</summary>
125125
<pre><code class="python">class GoToAction(Action):
126126
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
@@ -156,7 +156,7 @@ <h3>Methods</h3>
156156
<details class="source">
157157
<summary>
158158
<span>Expand source code</span>
159-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
159+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
160160
</summary>
161161
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
162162
return super()._serialize(
@@ -177,7 +177,7 @@ <h3>Methods</h3>
177177
<details class="source">
178178
<summary>
179179
<span>Expand source code</span>
180-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
180+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
181181
</summary>
182182
<pre><code class="python">class GoToRemoteAction(Action):
183183
def __init__(self, file, dest, next_action=None):
@@ -213,7 +213,7 @@ <h3>Methods</h3>
213213
<details class="source">
214214
<summary>
215215
<span>Expand source code</span>
216-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
216+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
217217
</summary>
218218
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
219219
return super()._serialize(
@@ -234,7 +234,7 @@ <h3>Methods</h3>
234234
<details class="source">
235235
<summary>
236236
<span>Expand source code</span>
237-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
237+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
238238
</summary>
239239
<pre><code class="python">class LaunchAction(Action):
240240
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
@@ -270,7 +270,7 @@ <h3>Methods</h3>
270270
<details class="source">
271271
<summary>
272272
<span>Expand source code</span>
273-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
273+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
274274
</summary>
275275
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
276276
return super()._serialize(
@@ -291,7 +291,7 @@ <h3>Methods</h3>
291291
<details class="source">
292292
<summary>
293293
<span>Expand source code</span>
294-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
294+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
295295
</summary>
296296
<pre><code class="python">class NamedAction(Action):
297297
def __init__(self, action_name, next_action=None):
@@ -328,7 +328,7 @@ <h3>Methods</h3>
328328
<details class="source">
329329
<summary>
330330
<span>Expand source code</span>
331-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
331+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
332332
</summary>
333333
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
334334
return super()._serialize(
@@ -349,7 +349,7 @@ <h3>Methods</h3>
349349
<details class="source">
350350
<summary>
351351
<span>Expand source code</span>
352-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
352+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
353353
</summary>
354354
<pre><code class="python">class URIAction(Action):
355355
def __init__(self, uri, next_action=None):
@@ -384,7 +384,7 @@ <h3>Methods</h3>
384384
<details class="source">
385385
<summary>
386386
<span>Expand source code</span>
387-
<a href="https://github.com/py-pdf/fpdf2/blob/bc5189b71fa233481f46259746ce39b846ba00a0/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
387+
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
388388
</summary>
389389
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
390390
return super()._serialize(

0 commit comments

Comments
 (0)