diff --git a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/demo.json b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/demo.json index 319e543..83b7f4c 100644 --- a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/demo.json +++ b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/demo.json @@ -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" diff --git a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/description.html b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/description.html index 2becf21..ec1fb6e 100644 --- a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/description.html +++ b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/1-simple/description.html @@ -1,3 +1,3 @@
- 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.
\ No newline at end of file diff --git a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/2-on-pdf-form/demo.json b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/2-on-pdf-form/demo.json index 9e555dc..15f5da8 100644 --- a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/2-on-pdf-form/demo.json +++ b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/2-on-pdf-form/demo.json @@ -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" ], diff --git a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/description.html b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/description.html new file mode 100644 index 0000000..83395d8 --- /dev/null +++ b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/description.html @@ -0,0 +1,3 @@ ++ PHP Demos of the image stamp class. +
\ No newline at end of file diff --git a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/meta.json b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/meta.json index 27aa1f7..d43154e 100644 --- a/public/demos/6-Stamper/1-stamp-types/2-image-stamp/meta.json +++ b/public/demos/6-Stamper/1-stamp-types/2-image-stamp/meta.json @@ -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": "", "faIcon2": "" diff --git a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/demo.json b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/demo.json index dd7158d..5a2cb72 100644 --- a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/demo.json +++ b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/demo.json @@ -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" diff --git a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/description.html b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/description.html index a504c21..10c91a7 100644 --- a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/description.html +++ b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/1-simple/description.html @@ -1,3 +1,3 @@- 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.
\ No newline at end of file diff --git a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/description.html b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/description.html new file mode 100644 index 0000000..d61cc0e --- /dev/null +++ b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/description.html @@ -0,0 +1,3 @@ ++ PHP Demos of the pdf stamp class. +
\ No newline at end of file diff --git a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/meta.json b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/meta.json index 05a2a35..7820dd3 100644 --- a/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/meta.json +++ b/public/demos/6-Stamper/1-stamp-types/3-pdf-stamp/meta.json @@ -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": "", "faIcon2": ""