How can I apply a watermark on every page of a PDF file?
I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
........................
How can I do this?
pdf watermark
add a comment |
I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
........................
How can I do this?
pdf watermark
add a comment |
I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
........................
How can I do this?
pdf watermark
I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
........................
How can I do this?
pdf watermark
pdf watermark
edited May 8 '11 at 10:28
3498DB
15.8k114862
15.8k114862
asked May 8 '11 at 9:44
NarekNarek
62461631
62461631
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
You can use pdftk as described in this answer. Sample command line:
pdftk original.pdf stamp watermark.pdf output final.pdf
It is especially convenient if you are on Linux as pdftk is included in many popular distributions.
For Windows users there is also free GUI version available.
1
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
add a comment |
Many ways:
- Use a commercial program (random example)
- Use whatever tool was used to create the PDF (e.g. Acrobat)
- Convert the PDF to a more tractable form.
- e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF
add a comment |
Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
add a comment |
You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.
add a comment |
pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf
use the command line as suggested
pdftk original.pdf stamp logo.pdf output final.pdf
done
you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf
note: if the background is not transparent then obviously the logo.pdf will replace the original pdf
add a comment |
You may be interested using Dysprosium free software, I found useful.
- You can select one page or selected pages or all pages of your document to be watermarked.
- You can have the same text for those pages or different texts for each page.
- You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours
- Similarly, if you choose to watermark with images.
- You can watermark one document with pages from another pdf document.
- Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.
- You are able to decide for the font, colour, angle, opacity, and scale of watermark.
- Software does not overwrite the original file, keeping it safe.
- Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.
snapshot:
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
add a comment |
You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.
You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.
It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.
You can also use an image if you prefer.
Finally, you can save that watermark as a profile if you need to use it on other projects.
Make sure to keep a duplicate of your original file before testing this!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f280659%2fhow-can-i-apply-a-watermark-on-every-page-of-a-pdf-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use pdftk as described in this answer. Sample command line:
pdftk original.pdf stamp watermark.pdf output final.pdf
It is especially convenient if you are on Linux as pdftk is included in many popular distributions.
For Windows users there is also free GUI version available.
1
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
add a comment |
You can use pdftk as described in this answer. Sample command line:
pdftk original.pdf stamp watermark.pdf output final.pdf
It is especially convenient if you are on Linux as pdftk is included in many popular distributions.
For Windows users there is also free GUI version available.
1
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
add a comment |
You can use pdftk as described in this answer. Sample command line:
pdftk original.pdf stamp watermark.pdf output final.pdf
It is especially convenient if you are on Linux as pdftk is included in many popular distributions.
For Windows users there is also free GUI version available.
You can use pdftk as described in this answer. Sample command line:
pdftk original.pdf stamp watermark.pdf output final.pdf
It is especially convenient if you are on Linux as pdftk is included in many popular distributions.
For Windows users there is also free GUI version available.
edited Mar 20 '17 at 10:16
Community♦
1
1
answered Apr 17 '16 at 15:52
Yaroslav StavnichiyYaroslav Stavnichiy
20126
20126
1
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
add a comment |
1
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
1
1
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…
– Shai Almog
Jul 19 '18 at 20:45
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
Note that the free version for windows does not support watermarking. This is only available in the pro version.
– exhuma
Nov 10 '18 at 9:48
add a comment |
Many ways:
- Use a commercial program (random example)
- Use whatever tool was used to create the PDF (e.g. Acrobat)
- Convert the PDF to a more tractable form.
- e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF
add a comment |
Many ways:
- Use a commercial program (random example)
- Use whatever tool was used to create the PDF (e.g. Acrobat)
- Convert the PDF to a more tractable form.
- e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF
add a comment |
Many ways:
- Use a commercial program (random example)
- Use whatever tool was used to create the PDF (e.g. Acrobat)
- Convert the PDF to a more tractable form.
- e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF
Many ways:
- Use a commercial program (random example)
- Use whatever tool was used to create the PDF (e.g. Acrobat)
- Convert the PDF to a more tractable form.
- e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF
edited May 17 '11 at 3:09
3498DB
15.8k114862
15.8k114862
answered May 8 '11 at 10:03
RedGrittyBrickRedGrittyBrick
67.3k13106163
67.3k13106163
add a comment |
add a comment |
Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
add a comment |
Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
add a comment |
Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/
Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/
answered May 8 '11 at 10:03
cevingceving
1,31731624
1,31731624
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
add a comment |
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
problem is softonics like cnet now, have a junk installer
– barlop
Oct 8 '11 at 11:45
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?
– barlop
Oct 8 '11 at 11:57
add a comment |
You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.
add a comment |
You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.
add a comment |
You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.
You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.
answered Oct 13 '17 at 1:31
lenoohlenooh
1314
1314
add a comment |
add a comment |
pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf
use the command line as suggested
pdftk original.pdf stamp logo.pdf output final.pdf
done
you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf
note: if the background is not transparent then obviously the logo.pdf will replace the original pdf
add a comment |
pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf
use the command line as suggested
pdftk original.pdf stamp logo.pdf output final.pdf
done
you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf
note: if the background is not transparent then obviously the logo.pdf will replace the original pdf
add a comment |
pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf
use the command line as suggested
pdftk original.pdf stamp logo.pdf output final.pdf
done
you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf
note: if the background is not transparent then obviously the logo.pdf will replace the original pdf
pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf
use the command line as suggested
pdftk original.pdf stamp logo.pdf output final.pdf
done
you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf
note: if the background is not transparent then obviously the logo.pdf will replace the original pdf
answered Feb 2 at 10:52
user993225
add a comment |
add a comment |
You may be interested using Dysprosium free software, I found useful.
- You can select one page or selected pages or all pages of your document to be watermarked.
- You can have the same text for those pages or different texts for each page.
- You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours
- Similarly, if you choose to watermark with images.
- You can watermark one document with pages from another pdf document.
- Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.
- You are able to decide for the font, colour, angle, opacity, and scale of watermark.
- Software does not overwrite the original file, keeping it safe.
- Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.
snapshot:
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
add a comment |
You may be interested using Dysprosium free software, I found useful.
- You can select one page or selected pages or all pages of your document to be watermarked.
- You can have the same text for those pages or different texts for each page.
- You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours
- Similarly, if you choose to watermark with images.
- You can watermark one document with pages from another pdf document.
- Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.
- You are able to decide for the font, colour, angle, opacity, and scale of watermark.
- Software does not overwrite the original file, keeping it safe.
- Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.
snapshot:
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
add a comment |
You may be interested using Dysprosium free software, I found useful.
- You can select one page or selected pages or all pages of your document to be watermarked.
- You can have the same text for those pages or different texts for each page.
- You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours
- Similarly, if you choose to watermark with images.
- You can watermark one document with pages from another pdf document.
- Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.
- You are able to decide for the font, colour, angle, opacity, and scale of watermark.
- Software does not overwrite the original file, keeping it safe.
- Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.
snapshot:
You may be interested using Dysprosium free software, I found useful.
- You can select one page or selected pages or all pages of your document to be watermarked.
- You can have the same text for those pages or different texts for each page.
- You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours
- Similarly, if you choose to watermark with images.
- You can watermark one document with pages from another pdf document.
- Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.
- You are able to decide for the font, colour, angle, opacity, and scale of watermark.
- Software does not overwrite the original file, keeping it safe.
- Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.
snapshot:
edited Nov 6 '14 at 22:29
answered Oct 30 '14 at 16:15
Any BodyAny Body
1295
1295
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
add a comment |
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all
– Cocowalla
Jan 13 '18 at 19:47
add a comment |
You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.
You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.
It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.
You can also use an image if you prefer.
Finally, you can save that watermark as a profile if you need to use it on other projects.
Make sure to keep a duplicate of your original file before testing this!
add a comment |
You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.
You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.
It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.
You can also use an image if you prefer.
Finally, you can save that watermark as a profile if you need to use it on other projects.
Make sure to keep a duplicate of your original file before testing this!
add a comment |
You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.
You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.
It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.
You can also use an image if you prefer.
Finally, you can save that watermark as a profile if you need to use it on other projects.
Make sure to keep a duplicate of your original file before testing this!
You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.
You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.
It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.
You can also use an image if you prefer.
Finally, you can save that watermark as a profile if you need to use it on other projects.
Make sure to keep a duplicate of your original file before testing this!
answered Nov 11 '15 at 15:16
go-juntago-junta
1393
1393
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f280659%2fhow-can-i-apply-a-watermark-on-every-page-of-a-pdf-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown