Skip to content

Commit

Permalink
deploy: bb3881b
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Dec 28, 2024
1 parent 516c773 commit de66f28
Show file tree
Hide file tree
Showing 35 changed files with 1,018 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ <h1>Contributors of the <a href="https://github.com/py-pdf/fpdf2">py-pdf/fpdf2</
{
name: 'CerqueiraMatheus',
contributions: [],
location: 'Belo Horizonte, MG',
location: 'Jacarezinho, PR',
pulls: 0,
issues: 1,
},
Expand Down
24 changes: 12 additions & 12 deletions fpdf/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">class Action(ABC):
def __init__(self, next_action=None):
Expand Down Expand Up @@ -103,7 +103,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
raise NotImplementedError</code></pre>
Expand All @@ -120,7 +120,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">class GoToAction(Action):
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
Expand Down Expand Up @@ -156,7 +156,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -177,7 +177,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">class GoToRemoteAction(Action):
def __init__(self, file, dest, next_action=None):
Expand Down Expand Up @@ -213,7 +213,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -234,7 +234,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">class LaunchAction(Action):
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
Expand Down Expand Up @@ -270,7 +270,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -291,7 +291,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">class NamedAction(Action):
def __init__(self, action_name, next_action=None):
Expand Down Expand Up @@ -328,7 +328,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -349,7 +349,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">class URIAction(Action):
def __init__(self, uri, next_action=None):
Expand Down Expand Up @@ -384,7 +384,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/py-pdf/fpdf2/blob/4d59bbec038484fffdd91cb06f773934c4b94684/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/bb3881b4d3de123967286fb1185e8a6424e903c9/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand Down
Loading

0 comments on commit de66f28

Please sign in to comment.