Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
0
answers
392
views
How do I create and retain bookmarks in qpdfview or qpdf? I was using Ctrl+b and saving my bookmarks but it's not permanent after restarting qpdf
I think the main question is self-sufficient. To add things that I tried: I am on a linux machine so I was trying opensource options, and qpdf was the software I was already using. Tried to seek answer from google but couldn't find my answer from the links google indexed. Tried getting answers from...
I think the main question is self-sufficient. To add things that I tried: I am on a linux machine so I was trying opensource options, and qpdf was the software I was already using. Tried to seek answer from google but couldn't find my answer from the links google indexed. Tried getting answers from chatgpt but it told me to use acrobat instead because qpdf is not as good as acrobat. Being on a linux machine I just installed acrobat using wine, but I still have to use acrobat. I thought of asking the question here while trying the acrobat way, because I would prefer something opensource.
souraj ghosh
(11 rep)
Dec 2, 2023, 01:16 PM
2
votes
0
answers
748
views
How can I install Wine on PureOS?
I have the [PureOS][1] with GNOME3 but am having difficulty installing [WINE][2]. I need Wine in order to be able to use [Adobe Acrobat Reader DC][3] for my job. I am a rank beginner in Linux, so if someone could walk me through the steps as if teaching a baby I´d really appreciate it! :) I tri...
I have the PureOS with GNOME3 but am having difficulty installing WINE . I need Wine in order to be able to use Adobe Acrobat Reader DC for my job. I am a rank beginner in Linux, so if someone could walk me through the steps as if teaching a baby I´d really appreciate it! :)
I tried using instructions for Debian, upon which PureOS is based, but it was too complex for me. I don´t know how to use a text editor in Linux.
**Update**:
I used Nano text editor, and, yes, it was incredibly easy to use! I followed the instructions on the WineHQ website for Debian, but this is the message I got:
q@q-pc:/etc/apt$ sudo apt install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 5.0.0~bullseye)
E: Unable to correct problems, you have held broken packages.
q@q-pc:/etc/apt$
I also tried this command to install Wine:
$ sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install wine wine32 wine64 libwine libwine:i386 fonts-wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine32 is a virtual package provided by:
winehq-staging 5.0.0~bullseye
winehq-stable 5.0.0~bullseye
winehq-devel 5.0.0~bullseye
You should explicitly select one to install.
Trish
(21 rep)
Jan 23, 2020, 04:40 PM
• Last activity: Dec 17, 2020, 11:54 AM
2
votes
0
answers
45
views
How to scroll pages 1,..,N-1 and show page N in PDF viewer?
I want to show two pages of a pdf document at the same time in PDF viewer such that 1. be able to scroll pages 1,..,N-1 at the left-hand-side view 2. show all the time page N at the rigth hand-side view The reason is that I am inputing data on pages 1,..,N-1 from the user, while the page N aggregate...
I want to show two pages of a pdf document at the same time in PDF viewer such that
1. be able to scroll pages 1,..,N-1 at the left-hand-side view
2. show all the time page N at the rigth hand-side view
The reason is that I am inputing data on pages 1,..,N-1 from the user, while the page N aggregates the data on page N.
So I want to show all the time the last page.
Maybe, it is possible somehow in some internet browser.
OS: Debian 9
PDF viewer: any PDF viewer, but preferably Adobe
acroread
with Javascript installed like here
Internet browsers: Firefox 52.2.x, Google Chrome 59.x
Léo Léopold Hertz 준영
(7138 rep)
Aug 7, 2017, 06:08 PM
• Last activity: Aug 10, 2020, 03:03 PM
1
votes
1
answers
573
views
Open PDF files in Firefox or Chrome with Acrobat Reader DC via playonlinux
I'm a professional typesetter and I really need to use `Acrobat Reader DC` on my Ubuntu 16.04 machine. I installed it via `playonlinux`. I call it by command line with: playonlinux --run Adobe\ Acrobat\ Reader\ DC mypdffile.pdf My question is: can I make `Mozilla Firefox` or `Google Chrome` open a p...
I'm a professional typesetter and I really need to use
Acrobat Reader DC
on my Ubuntu 16.04 machine. I installed it via playonlinux
. I call it by command line with:
playonlinux --run Adobe\ Acrobat\ Reader\ DC mypdffile.pdf
My question is: can I make Mozilla Firefox
or Google Chrome
open a pdf file with Acrobat Reader
installed via playonlinux
? On Firefox
I can choose a default reader but I'm not able to see Acrobat Reader
in my options.
(I know I can download the pdf file and open it with the reader... but this is very annoying)
Gabriele
(353 rep)
Mar 14, 2018, 06:11 PM
• Last activity: Aug 10, 2020, 03:03 PM
1
votes
0
answers
44
views
How to accomplish print link action of LaTeX in Linux Adobe?
We can create the action which works in Windows and OSX, based on the thread answer [How to add print link action of specific pages?][1] The reason why only Windows and OSX is supported is that only the recent Adobe Acrobat Javascript [API][2] support `PrintParams`. However, Linux has many PDF viewe...
We can create the action which works in Windows and OSX, based on the thread answer How to add print link action of specific pages?
The reason why only Windows and OSX is supported is that only the recent Adobe Acrobat Javascript API support
PrintParams
.
However, Linux has many PDF viewers so I am thinking if to make such a support for Linux can be possible or if it exists there in any form.
Basically, the LaTeX code uses mediabutton calls to the print()
.
OS: Debian 9
TeXLive: 2017
PDF viewer: Adobe acroread
installed like here
Léo Léopold Hertz 준영
(7138 rep)
Jun 2, 2017, 04:16 PM
• Last activity: Aug 10, 2020, 03:01 PM
1
votes
1
answers
4115
views
How to install Adobe Reader 11.x onto Mint 18 x64 (Ubuntu 16.04) using Wine 1.8
According to this page: https://appdb.winehq.org/objectManager.php?sClass=version&iId=27093 I should first invoke these lines: winetricks atmlib winetricks riched20 winetricks wsh57 winetricks mspatcha My Wine version follows: wine --version wine-1.8 But this or similar I get in every case: winetric...
According to this page:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=27093
I should first invoke these lines:
winetricks atmlib
winetricks riched20
winetricks wsh57
winetricks mspatcha
My Wine version follows:
wine --version
wine-1.8
But this or similar I get in every case:
winetricks atmlib
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call atmlib
Executing load_atmlib
Downloading http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE to /home/vlastimil/.cache/winetricks/win2ksp4
--2016-11-10 07:56:29-- http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE
Resolving download.microsoft.com (download.microsoft.com)... 23.32.120.68, 2a02:26f0:ef:193::e59, 2a02:26f0:ef:190::e59
Connecting to download.microsoft.com (download.microsoft.com)|23.32.120.68|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-10 07:56:30 ERROR 404: Not Found.
------------------------------------------------------
Downloading http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE failed
------------------------------------------------------
If I get it right, these files are no longer available?
Vlastimil Burián
(30505 rep)
Nov 10, 2016, 07:08 AM
• Last activity: Aug 10, 2020, 03:00 PM
4
votes
3
answers
16228
views
How to Install adobe reader-enu in 64-bit Debian 8.5?
Situation: to have Advanced search (like Adobe Acrobat's one) in any pdf reader; search many documents and have integrated view for their review I know the thread about installing Adobe reader by in the thread [How to install Adobe Acrobat Reader in Debian?][1] where I tried - its current accepted a...
Situation: to have Advanced search (like Adobe Acrobat's one) in any pdf reader; search many documents and have integrated view for their review
I know the thread about installing Adobe reader by in the thread How to install Adobe Acrobat Reader in Debian? where I tried
- its current accepted answer is about the installation of the old version (9.0) of Adobe reader here
- terdon's answer about adding Linux Mint's reporisitory of
acroread
in Debian but the source does not work
I know the answer in the thread How to Install Adobe Acrobat in Ubuntu 16.04? about adding a repository, but there is no command add-apt-repository "deb http://archive.canonical.com/ precise partner"
in Debian.
I can recall that you can get Adobe Reader 10 and/or newer by this method.
I would like to get at least the same in Debian.
OS: Debian 8.5 64 bit
Linux kernel: 4.6
Hardware: Asus Zenbook UX303UA
Architecture: amd64
Léo Léopold Hertz 준영
(7138 rep)
Sep 12, 2016, 06:16 AM
• Last activity: Aug 10, 2020, 03:00 PM
4
votes
1
answers
667
views
How to disable/remove Adobe tracker from the taskbar?
Unfortunately I need sometimes the Adobe pdf reader and can not use always one of the [free alternatives][1]. Now I recognized a new icon in the Mate taskbar [![Adobe tracker alert][2]][2] Its tooltip says `Adobe Tracker Alert` and has two menu items * Open Tracker * Open Preferences The latter open...
Unfortunately I need sometimes the Adobe pdf reader and can not use always one of the free alternatives .
Now I recognized a new icon in the Mate taskbar
Its tooltip says
But I could not find a way to disable this function and I have no idea what this tracker does.
I do not want to have more features than necessary from a closed source program.
**How can I remove / disable this tracker and what is it meant to do on my system?**

Adobe Tracker Alert
and has two menu items
* Open Tracker
* Open Preferences
The latter opens a preferences dialog from Adobe Acrobat 9.5.5 which was installed as binary via the official gentoo packages.

Jonas Stein
(4298 rep)
Jan 29, 2017, 11:55 AM
• Last activity: Mar 29, 2017, 08:09 PM
1
votes
0
answers
66
views
Linux / FVWM / Acroread -- don't autoraise
I'm not sure where my problem lies. I'm running Slackware Linux, Xorg 7.5, FVWM 2.6.1, Acrobat Reader 9.5.3 Every time my mouse goes into the Acroread window, the Acroread window auto-raises. I don't want it to do that. When I put another window on top of the Acroread window, I want it to stay visib...
I'm not sure where my problem lies.
I'm running Slackware Linux, Xorg 7.5, FVWM 2.6.1, Acrobat Reader 9.5.3
Every time my mouse goes into the Acroread window, the Acroread window auto-raises. I don't want it to do that. When I put another window on top of the Acroread window, I want it to stay visible and on top.
I have
Acroread*AutoRaise: false
in my
.Xdefaults
file, but that does not seem to do it.
How can I make Acroread not auto-raise on focus?
=====
Edit: I have a longtime .fvwm2rc file that prevents windows from auto-raising. This line is commented out:
#AutoRaise 750
The only other references to Raise
are inside functions, and I'm not using those. Acroread is the only window (that I'm aware of off the top of my head) that auto-raises on focus.
hymie
(1828 rep)
Jan 8, 2016, 01:20 AM
• Last activity: Jan 8, 2016, 01:56 PM
Showing page 1 of 9 total questions