Hidden pages in LaTeX
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to create a resume that would be one page only with 'hidden pages' (so the document would have a number of pages of which only main page would be shown). The idea is that on the main page I would have certain sections, let's say: publications section, which would be hyperlinked and only when user clicks the hyperlink the pdf would switch to the page, where there is the additional content that I want. But! I don't want the reader to be able to navigate through all pages, I want as a default to show only the main page and all of the other 'subpages' would be hidden.
Is it possible in LaTeX?
pdf page
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
I'm trying to create a resume that would be one page only with 'hidden pages' (so the document would have a number of pages of which only main page would be shown). The idea is that on the main page I would have certain sections, let's say: publications section, which would be hyperlinked and only when user clicks the hyperlink the pdf would switch to the page, where there is the additional content that I want. But! I don't want the reader to be able to navigate through all pages, I want as a default to show only the main page and all of the other 'subpages' would be hidden.
Is it possible in LaTeX?
pdf page
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I think it is just possible in presentations.
– VÅ© Văn DÅ©ng
2 hours ago
1
Have a look at the attachfile2 package. This allows you to add "pdf attachments", so you could have a pdf file for each page and link them from within the document (in which they are included).
– TeXnician
2 hours ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to create a resume that would be one page only with 'hidden pages' (so the document would have a number of pages of which only main page would be shown). The idea is that on the main page I would have certain sections, let's say: publications section, which would be hyperlinked and only when user clicks the hyperlink the pdf would switch to the page, where there is the additional content that I want. But! I don't want the reader to be able to navigate through all pages, I want as a default to show only the main page and all of the other 'subpages' would be hidden.
Is it possible in LaTeX?
pdf page
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to create a resume that would be one page only with 'hidden pages' (so the document would have a number of pages of which only main page would be shown). The idea is that on the main page I would have certain sections, let's say: publications section, which would be hyperlinked and only when user clicks the hyperlink the pdf would switch to the page, where there is the additional content that I want. But! I don't want the reader to be able to navigate through all pages, I want as a default to show only the main page and all of the other 'subpages' would be hidden.
Is it possible in LaTeX?
pdf page
pdf page
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
Dominika
61
61
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Dominika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I think it is just possible in presentations.
– VÅ© Văn DÅ©ng
2 hours ago
1
Have a look at the attachfile2 package. This allows you to add "pdf attachments", so you could have a pdf file for each page and link them from within the document (in which they are included).
– TeXnician
2 hours ago
add a comment |Â
I think it is just possible in presentations.
– VÅ© Văn DÅ©ng
2 hours ago
1
Have a look at the attachfile2 package. This allows you to add "pdf attachments", so you could have a pdf file for each page and link them from within the document (in which they are included).
– TeXnician
2 hours ago
I think it is just possible in presentations.
– VÅ© Văn DÅ©ng
2 hours ago
I think it is just possible in presentations.
– VÅ© Văn DÅ©ng
2 hours ago
1
1
Have a look at the attachfile2 package. This allows you to add "pdf attachments", so you could have a pdf file for each page and link them from within the document (in which they are included).
– TeXnician
2 hours ago
Have a look at the attachfile2 package. This allows you to add "pdf attachments", so you could have a pdf file for each page and link them from within the document (in which they are included).
– TeXnician
2 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
Welcome to TeX.SE.! As far as I know, a .pdf
or .dvi
file can not have such a functionality (for whole pages). But it can have it for comments... something that I suppose is not enough for you. If you open any pdf (or dvi) by using any viewer of your system, you will see that all the pages are visible. So, the I don't think you can do it with just a pdf or dvi file. What I think can work for you, is to create the other pages in a site (a free site of wordpress or a google site would be ok for it) and add in your pdf hyperlinks to this site's hidden pages (that the user can't find through navigation in the page -this is possible in both wordpress sites and google sites-)
An example of a latex code using this functionality, is just any simple (or complicated) template for your CV and the links would work with:
usepackagehyperref
in your preamble, andhrefwww.<YourPage>.wordpress.com/<HiddenPageNonFromNavigation>/My Publications
where "My Publications" is the words that will appear in the pdf file and will drive the user in your "Hidden Page".
The problem is that the reader has to read online this pdf in order to "find" your hidden links, but I think it is the only way.
PS: Hyperlinks to other pdfs could be possible too as a second thought and you could sent a zipped file with all the pdfs, but then the user could open them (and may be could chose one of them as his first choice). You could just use dummy names for these pdfs and a clear name for your main file (preferable a name starting with 0
or 1
in order to be shown as first file in most folder settings of any operating system)
1
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
1
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Welcome to TeX.SE.! As far as I know, a .pdf
or .dvi
file can not have such a functionality (for whole pages). But it can have it for comments... something that I suppose is not enough for you. If you open any pdf (or dvi) by using any viewer of your system, you will see that all the pages are visible. So, the I don't think you can do it with just a pdf or dvi file. What I think can work for you, is to create the other pages in a site (a free site of wordpress or a google site would be ok for it) and add in your pdf hyperlinks to this site's hidden pages (that the user can't find through navigation in the page -this is possible in both wordpress sites and google sites-)
An example of a latex code using this functionality, is just any simple (or complicated) template for your CV and the links would work with:
usepackagehyperref
in your preamble, andhrefwww.<YourPage>.wordpress.com/<HiddenPageNonFromNavigation>/My Publications
where "My Publications" is the words that will appear in the pdf file and will drive the user in your "Hidden Page".
The problem is that the reader has to read online this pdf in order to "find" your hidden links, but I think it is the only way.
PS: Hyperlinks to other pdfs could be possible too as a second thought and you could sent a zipped file with all the pdfs, but then the user could open them (and may be could chose one of them as his first choice). You could just use dummy names for these pdfs and a clear name for your main file (preferable a name starting with 0
or 1
in order to be shown as first file in most folder settings of any operating system)
1
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
1
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
add a comment |Â
up vote
3
down vote
Welcome to TeX.SE.! As far as I know, a .pdf
or .dvi
file can not have such a functionality (for whole pages). But it can have it for comments... something that I suppose is not enough for you. If you open any pdf (or dvi) by using any viewer of your system, you will see that all the pages are visible. So, the I don't think you can do it with just a pdf or dvi file. What I think can work for you, is to create the other pages in a site (a free site of wordpress or a google site would be ok for it) and add in your pdf hyperlinks to this site's hidden pages (that the user can't find through navigation in the page -this is possible in both wordpress sites and google sites-)
An example of a latex code using this functionality, is just any simple (or complicated) template for your CV and the links would work with:
usepackagehyperref
in your preamble, andhrefwww.<YourPage>.wordpress.com/<HiddenPageNonFromNavigation>/My Publications
where "My Publications" is the words that will appear in the pdf file and will drive the user in your "Hidden Page".
The problem is that the reader has to read online this pdf in order to "find" your hidden links, but I think it is the only way.
PS: Hyperlinks to other pdfs could be possible too as a second thought and you could sent a zipped file with all the pdfs, but then the user could open them (and may be could chose one of them as his first choice). You could just use dummy names for these pdfs and a clear name for your main file (preferable a name starting with 0
or 1
in order to be shown as first file in most folder settings of any operating system)
1
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
1
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
add a comment |Â
up vote
3
down vote
up vote
3
down vote
Welcome to TeX.SE.! As far as I know, a .pdf
or .dvi
file can not have such a functionality (for whole pages). But it can have it for comments... something that I suppose is not enough for you. If you open any pdf (or dvi) by using any viewer of your system, you will see that all the pages are visible. So, the I don't think you can do it with just a pdf or dvi file. What I think can work for you, is to create the other pages in a site (a free site of wordpress or a google site would be ok for it) and add in your pdf hyperlinks to this site's hidden pages (that the user can't find through navigation in the page -this is possible in both wordpress sites and google sites-)
An example of a latex code using this functionality, is just any simple (or complicated) template for your CV and the links would work with:
usepackagehyperref
in your preamble, andhrefwww.<YourPage>.wordpress.com/<HiddenPageNonFromNavigation>/My Publications
where "My Publications" is the words that will appear in the pdf file and will drive the user in your "Hidden Page".
The problem is that the reader has to read online this pdf in order to "find" your hidden links, but I think it is the only way.
PS: Hyperlinks to other pdfs could be possible too as a second thought and you could sent a zipped file with all the pdfs, but then the user could open them (and may be could chose one of them as his first choice). You could just use dummy names for these pdfs and a clear name for your main file (preferable a name starting with 0
or 1
in order to be shown as first file in most folder settings of any operating system)
Welcome to TeX.SE.! As far as I know, a .pdf
or .dvi
file can not have such a functionality (for whole pages). But it can have it for comments... something that I suppose is not enough for you. If you open any pdf (or dvi) by using any viewer of your system, you will see that all the pages are visible. So, the I don't think you can do it with just a pdf or dvi file. What I think can work for you, is to create the other pages in a site (a free site of wordpress or a google site would be ok for it) and add in your pdf hyperlinks to this site's hidden pages (that the user can't find through navigation in the page -this is possible in both wordpress sites and google sites-)
An example of a latex code using this functionality, is just any simple (or complicated) template for your CV and the links would work with:
usepackagehyperref
in your preamble, andhrefwww.<YourPage>.wordpress.com/<HiddenPageNonFromNavigation>/My Publications
where "My Publications" is the words that will appear in the pdf file and will drive the user in your "Hidden Page".
The problem is that the reader has to read online this pdf in order to "find" your hidden links, but I think it is the only way.
PS: Hyperlinks to other pdfs could be possible too as a second thought and you could sent a zipped file with all the pdfs, but then the user could open them (and may be could chose one of them as his first choice). You could just use dummy names for these pdfs and a clear name for your main file (preferable a name starting with 0
or 1
in order to be shown as first file in most folder settings of any operating system)
edited 2 hours ago
answered 2 hours ago


koleygr
10.6k1836
10.6k1836
1
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
1
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
add a comment |Â
1
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
1
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
1
1
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Imagine I'm a less tech-savvy recruiter. I get a collection of zipped PDFs with funny looking names like that, I suspect he sender of being an unsuccessful phisher in desguise of an applicant. None of those documents will be opened and that sorry donkey's email address is listed as junk company-wide. :D One Trojan down! Neeext!
– thymaro
53 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
Yes @thymaro... You are right, and this is why I left that as a PS. Also had thought about presentations with repeated pages (to protect from left clicking) but the same (your described) reason and the fact that reading in non-presentation mode will be possible... made me not even to add this way (+1 to your comment)... but I am just trying to show some alternatives... and not to recommend one of them.
– koleygr
49 mins ago
1
1
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
I just wanted to lower the chance of any serious applicants to lower their chances of getting hired with a phishy looking setup ;) it might give somebody ideas.
– thymaro
43 mins ago
add a comment |Â
Dominika is a new contributor. Be nice, and check out our Code of Conduct.
Dominika is a new contributor. Be nice, and check out our Code of Conduct.
Dominika is a new contributor. Be nice, and check out our Code of Conduct.
Dominika is a new contributor. Be nice, and check out our Code of Conduct.
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458152%2fhidden-pages-in-latex%23new-answer', 'question_page');
);
Post as a guest
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
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
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
I think it is just possible in presentations.
– VÅ© Văn DÅ©ng
2 hours ago
1
Have a look at the attachfile2 package. This allows you to add "pdf attachments", so you could have a pdf file for each page and link them from within the document (in which they are included).
– TeXnician
2 hours ago