Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Simple Demo",
"title": "Add an Image Stamp to an Existing PDF using PHP / SetaPDF-Stamper Demo",
"teaserText": "Add a simple image stamp to an existing PDF document.",
"requires": [
"SetaPDF-Core", "SetaPDF-Stamper"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p>
A very simple demo that creates an image stamp and adds it to all pages of a document.
A very simple PHP demo that creates an image stamp and adds it to all pages of a PDF document.
</p>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Stamp Image onto a PDF form",
"teaserText": "This demo adds a signature image to an existing PDF form while leaving the form fields editable.",
"title": "Stamp Image onto a PDF form using PHP / SetaPDF-Stamper Demo",
"teaserText": "This PHP demo adds a signature image to an existing PDF form while leaving the form fields editable.",
"requires": [
"SetaPDF-Core", "SetaPDF-Stamper"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p>
PHP Demos of the <a href="https://manuals.setasign.com/setapdf-stamper-manual/stamp-types/image-stamp/" target="_blank">image stamp</a> class.
</p>
3 changes: 2 additions & 1 deletion public/demos/6-Stamper/1-stamp-types/2-image-stamp/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Image Stamp",
"teaserText": "Demos of the image stamp class.",
"title": "PHP Demos of the Image Stamp Class / SetaPDF-Stamper Demos",
"teaserText": "PHP Demos of the image stamp class.",
"requires": ["SetaPDF-Core", "SetaPDF-Stamper"],
"faIcon": "&#xf5bf;",
"faIcon2": "&#xf03e;"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Simple Demo",
"title": "Add a PDF stamp to an Existing PDF Document / SetaPDF-Stamper Demo",
"teaserText": "Add a simple PDF stamp to an existing PDF document.",
"requires": [
"SetaPDF-Core", "SetaPDF-Stamper"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p>
A very simple demo that creates a PDF stamp and adds it to all pages of a document.
A very simple PHP demo that creates a PDF stamp and adds it to all pages of an existing PDF document.
</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p>
PHP Demos of the <a href="https://manuals.setasign.com/setapdf-stamper-manual/stamp-types/pdf-stamp/" target="_blank">pdf stamp</a> class.
</p>
3 changes: 2 additions & 1 deletion public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "PDF Stamp",
"teaserText": "Demos of the PDF stamp class.",
"title": "PHP Demos of the PDF Stamp Class / SetaPDF-Stamper Demos",
"teaserText": "PHP Demos of the PDF stamp class.",
"requires": ["SetaPDF-Core", "SetaPDF-Stamper"],
"faIcon": "&#xf5bf;",
"faIcon2": "&#xf1c1;"
Expand Down