@@ -54,7 +54,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
54
54
< details class ="source ">
55
55
< summary >
56
56
< span > Expand source code</ span >
57
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L7-L24 " class ="git-link " target ="_blank "> Browse git</ a >
57
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L7-L24 " class ="git-link " target ="_blank "> Browse git</ a >
58
58
</ summary >
59
59
< pre > < code class ="python "> class Action(ABC):
60
60
def __init__(self, next_action=None):
@@ -103,7 +103,7 @@ <h3>Methods</h3>
103
103
< details class ="source ">
104
104
< summary >
105
105
< span > Expand source code</ span >
106
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L15-L16 " class ="git-link " target ="_blank "> Browse git</ a >
106
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L15-L16 " class ="git-link " target ="_blank "> Browse git</ a >
107
107
</ summary >
108
108
< pre > < code class ="python "> def serialize(self, _security_handler=None, _obj_id=None):
109
109
raise NotImplementedError</ code > </ pre >
@@ -120,7 +120,7 @@ <h3>Methods</h3>
120
120
< details class ="source ">
121
121
< summary >
122
122
< span > Expand source code</ span >
123
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L55-L67 " class ="git-link " target ="_blank "> Browse git</ a >
123
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L55-L67 " class ="git-link " target ="_blank "> Browse git</ a >
124
124
</ summary >
125
125
< pre > < code class ="python "> class GoToAction(Action):
126
126
"As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers."
@@ -156,7 +156,7 @@ <h3>Methods</h3>
156
156
< details class ="source ">
157
157
< summary >
158
158
< span > Expand source code</ span >
159
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L62-L67 " class ="git-link " target ="_blank "> Browse git</ a >
159
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L62-L67 " class ="git-link " target ="_blank "> Browse git</ a >
160
160
</ summary >
161
161
< pre > < code class ="python "> def serialize(self, _security_handler=None, _obj_id=None):
162
162
return super()._serialize(
@@ -177,7 +177,7 @@ <h3>Methods</h3>
177
177
< details class ="source ">
178
178
< summary >
179
179
< span > Expand source code</ span >
180
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L70-L81 " class ="git-link " target ="_blank "> Browse git</ a >
180
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L70-L81 " class ="git-link " target ="_blank "> Browse git</ a >
181
181
</ summary >
182
182
< pre > < code class ="python "> class GoToRemoteAction(Action):
183
183
def __init__(self, file, dest, next_action=None):
@@ -213,7 +213,7 @@ <h3>Methods</h3>
213
213
< details class ="source ">
214
214
< summary >
215
215
< span > Expand source code</ span >
216
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L76-L81 " class ="git-link " target ="_blank "> Browse git</ a >
216
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L76-L81 " class ="git-link " target ="_blank "> Browse git</ a >
217
217
</ summary >
218
218
< pre > < code class ="python "> def serialize(self, _security_handler=None, _obj_id=None):
219
219
return super()._serialize(
@@ -234,7 +234,7 @@ <h3>Methods</h3>
234
234
< details class ="source ">
235
235
< summary >
236
236
< span > Expand source code</ span >
237
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L84-L96 " class ="git-link " target ="_blank "> Browse git</ a >
237
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L84-L96 " class ="git-link " target ="_blank "> Browse git</ a >
238
238
</ summary >
239
239
< pre > < code class ="python "> class LaunchAction(Action):
240
240
"As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers."
@@ -270,7 +270,7 @@ <h3>Methods</h3>
270
270
< details class ="source ">
271
271
< summary >
272
272
< span > Expand source code</ span >
273
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L91-L96 " class ="git-link " target ="_blank "> Browse git</ a >
273
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L91-L96 " class ="git-link " target ="_blank "> Browse git</ a >
274
274
</ summary >
275
275
< pre > < code class ="python "> def serialize(self, _security_handler=None, _obj_id=None):
276
276
return super()._serialize(
@@ -291,7 +291,7 @@ <h3>Methods</h3>
291
291
< details class ="source ">
292
292
< summary >
293
293
< span > Expand source code</ span >
294
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L40-L52 " class ="git-link " target ="_blank "> Browse git</ a >
294
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L40-L52 " class ="git-link " target ="_blank "> Browse git</ a >
295
295
</ summary >
296
296
< pre > < code class ="python "> class NamedAction(Action):
297
297
def __init__(self, action_name, next_action=None):
@@ -328,7 +328,7 @@ <h3>Methods</h3>
328
328
< details class ="source ">
329
329
< summary >
330
330
< span > Expand source code</ span >
331
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L47-L52 " class ="git-link " target ="_blank "> Browse git</ a >
331
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L47-L52 " class ="git-link " target ="_blank "> Browse git</ a >
332
332
</ summary >
333
333
< pre > < code class ="python "> def serialize(self, _security_handler=None, _obj_id=None):
334
334
return super()._serialize(
@@ -349,7 +349,7 @@ <h3>Methods</h3>
349
349
< details class ="source ">
350
350
< summary >
351
351
< span > Expand source code</ span >
352
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L27-L37 " class ="git-link " target ="_blank "> Browse git</ a >
352
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L27-L37 " class ="git-link " target ="_blank "> Browse git</ a >
353
353
</ summary >
354
354
< pre > < code class ="python "> class URIAction(Action):
355
355
def __init__(self, uri, next_action=None):
@@ -384,7 +384,7 @@ <h3>Methods</h3>
384
384
< details class ="source ">
385
385
< summary >
386
386
< span > Expand source code</ span >
387
- < a href ="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853 /fpdf/actions.py#L32-L37 " class ="git-link " target ="_blank "> Browse git</ a >
387
+ < a href ="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba /fpdf/actions.py#L32-L37 " class ="git-link " target ="_blank "> Browse git</ a >
388
388
</ summary >
389
389
< pre > < code class ="python "> def serialize(self, _security_handler=None, _obj_id=None):
390
390
return super()._serialize(
0 commit comments