Skip to content

Commit

Permalink
deploy: 94dbb86
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 6, 2025
1 parent ca19067 commit 45b4a43
Show file tree
Hide file tree
Showing 39 changed files with 973 additions and 981 deletions.
26 changes: 9 additions & 17 deletions Development.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion History.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Patterns.html

Large diffs are not rendered by default.

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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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/eac8be09bec7aa48df572c60be1a1ae9ca2b2d4b/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
<a href="https://github.com/py-pdf/fpdf2/blob/94dbb86f3dfd230727a6cc858a13b123bbbc90f4/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 45b4a43

Please sign in to comment.