Questions tagged [attachfile]

40 questions
2
votes
1 answer

Attaching a file with attachfile2 does not work in macOS Preview

Attaching a file with attachfile2 and the following code: \documentclass{article} \usepackage{attachfile2} \begin{document} \attachfile{test.txt} \end{document} generates a .pdf-file, which can be opened with macOS Preview (Version 11.0).…
manu
  • 123
  • 4
2
votes
0 answers

Attachfile or attachfile2 in landscape mode

I want to use attachfile or attachfile2, with Paperclip icon, inside a \begin{landscape} section. Everything is ok, but the icon showed is not rotated, so it has a strange looking. Anyone knows how to get it correctly? Another option could be using…
Carlos
  • 21
2
votes
1 answer

attaching a file to latex

I have a "trilogi" simulation software file. Consider it as a file of random simulation software. I want to embed it in pdf document at the place of my choice so that if I click on it in pdf document,it opens. How should I do it? My simple working…
shivam
  • 53
1
vote
1 answer

How do I make an attached file display like a link's title (no icon) when using the attachfile2 package

I want make a string in the text clickable. When I click it (the string is an attachfile name or another custom name),then it should download the attachfile. attached file.How can I do that?
1
vote
1 answer

How to create a link to open attached PDF in an specific page?

I want to click on the link and open an attached PDF in a specific page.
Vitor Abella
  • 1,158
0
votes
0 answers

Why a file attached by means of attach/attach2 package isn't open with same name?

When a file is attached thanks to \textattachfile{⟨file⟩}{⟨text⟩} provided by attach(2) package, the file open by the link has same content but not same name as ⟨file⟩. For instance, in the following MWE, I pretend the link will open foo.tex but it…
Denis Bitouzé
  • 9,652
  • 4
  • 27
  • 85