Displaying 20 results from an estimated 12000 matches similar to: "2 questions..."
2016 Dec 31
2
Adobereader on Centos7 crashes
Hello All,
I can't get Adobe Reader to run stable on Centos7, when trying to edit settings or trying to print, it crashes.
The issue is people need to digitally sign pdf forms. When I open these forms with anything else then Adobereader, I get EM
To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade
to the latest version of Adobe Reader
2001 Sep 13
3
OT: ps -> eps -> MS Word
I've created a bunch of postscript trees (post.rpart), which I subsequently
edit in Adobe Acrobat 4.05 (I need additional labelling that isn't easy to
add with R). After editing the labels and annotations using Acrobat, I
then export the file to Adobe's .eps format so I can insert the picture
into a Microsoft Word 2000 document. The .pdf file distilled from the .ps
file is
2010 Jan 28
3
Adobe Acrobat Reader 9.3 - slightly OT
I've noticed recently that the latest version of Adobe's Acrobat
Reader (9.3) has a really annoying tendency to stop for 30-60 seconds
shortly after it starts up to read/display a PDF file. I don't see
this on my Windows copies, just on CentOS.
Anyone know what's up with that?
Thanks.
mhr
2017 Jan 01
1
Adobereader on Centos7 crashes
Hi Rob
did you ever try sith master-pdf-editor?
http://code-industry.net/free-pdf-editor.php
The functionality you require in AR may be available from
master-pdf-editor as well...
suomi
On 01/01/2017 07:11 AM, Rob Kampen wrote:
> On 01/01/17 04:35, johan.vermeulen7 at telenet.be wrote:
>> Hello All,
>>
>> I can't get Adobe Reader to run stable on Centos7, when trying
2008 Dec 09
3
Adobe plugin for firefox
I'm having an issue with workstation opening pdf's with firefox. I have
the adobe plugin installed and enabled in firefox but firefox will only
let me save the file. Under applications I have tried using the doc reader
and adobe to associate pdf's with firefox with no luck. I am running
firefox 3.0.4. Any help would be greatly appreciated.
Thank you
--
Bo Lynch
2007 May 11
3
shell.exec() on Windows, unexpected behavior
I have Windows XP machines with different software configurations.
My laptop has Adobe Reader 8 and Adobe Acrobat 6.
My desktop has Adobe Reader 8 and does not have Adobe Acrobat.
On both machines, PDF extensions are registered to Adobe Reader 8.0,
and double-clicking a pdf file in Windows Explorer opens Adobe Reader
8.0.
In R-2.5.0, with all Adobe windows closed, the command
2007 May 12
2
Fwd: Re: shell.exec() on Windows, unexpected behavior
Duncan is on the right track.
Thanks.
In the CMD window
start "c:\Program Files\R\R-2.5.0\doc\manual\R-admin.pdf"
opens another CMD window with the quoted string as title.
In the CMD window
start c:\Progra~1\R\R-2.5.0\doc\manual\R-admin.pdf
(with the 8.3 name and no embedded blanks) opens Adobe Reader 8
Windows Explorer shows the Adobe 6 icon by the PDF files.
The Windows
2008 Jul 21
5
ps to pdf
I need a way to convert files that I save with Firefox as a 'print to
file' to 'pdf'
I tried 'convert' but that rendered the text as graphics which grew the
file and wasn't what I wanted.
How would someone accomplish this - or can I just print to a PDF?
Craig
2007 Mar 19
1
abode acrobat professional 7.0 installation problem
Hi all,
When I try to install acrobat pro 7.0, I get the following error and
execution stops:
"fixme:msi:MsiInstallProductW L"Z:\\home\\emre\\tmp\\Acrobat
Professional 7.0\\Adobe Acrobat 7.0 Professional\\AcroPro.msi" L"
SETUPEXEDIR=\"Z:\\home\\emre\\tmp\\Acrobat Professional 7.0\\Adobe
Acrobat 7.0 Professional\""
err:msi:ITERATE_Actions Execution halted,
2003 Mar 26
1
Cryptography Library for C/C++
I need to use a cryptography library extension for C/C++ and I'd like to know if anyone can tell me wich one on ports collection is better (the most complete and "easy" to use).
Is there anyway to use MIRACL on FreeBSD(and how)?
2006 Apr 06
5
Acrobat Reader broken on CentOS 4.3
I have had Adobe Acrobat Reader 7.0.1 installed on my CentOS 4.2 desktop
and it worked fine. After upgrading to 4.3, I can't get it to come up
anymore. I downloaded Acrobat Reader 7.0.5 and it does the same. I'd
appreciate any suggestions on what to look for, since the executable and
the startup scripts are not giving me any useful errors to chase.
--
Ron Loftin
2006 Jan 02
5
How to use MySQL sum() to get total of column?
Easy one: Let''s say I have a table called ''employees'' with a column
called salaries, how can I add Employee.salaries_total to the model?
Thanks!
--
Posted via http://www.ruby-forum.com/.
2017 May 15
1
wanna cry ransomware patch for samba-4.5.5
Hai,
Not really a question for samba technical, but i can share this.
No need for setting things on samba, that wont help a lot.
Below is my setup and its just how you configure your pc's.
This and almost all other "malware" is EASY to block, but it wil have impact on how your work.
First, start with NEVER work/run as user with administrator rights.
If one needs it, then not
2009 Dec 03
2
Formatting of numbers on y axis
Hello all. I have the following:
plot(salaries$yearID, salaries$salary, type='n', xaxt='n', xlab='',
yaxt='n', ylab='')
axis(1, at=unique(salaries$yearID), labels=unique(salaries$yearID), lwd=.25,
tck=-0.05)
axis(2, axTicks(2), format(axTicks(2), scientific = F))
Which nicely creates the Y axis with the raw numbers, which are in the range
of .5 - 7
2008 Dec 25
2
Acessing pdf help files (PR#13419)
Full_Name: Marc Thibault
Version: 2.8.1
OS: Windows XP Pro SP2
Submission from: (NULL) (216.104.125.106)
I had Adobe Acrobat 5 and Adobe Reader 9 installed. The .pdf "open" association
is to Reader.
When I selected "Help | Manuals(in pdf) | An Introduction to R", it brought up
the file in Acrobat instead of Reader. After making sure the default
associations were correctly
2007 Apr 27
4
Unwanted white borders on semi-transparent polygons?
Hey all,
I'm trying to create a plot of two semi-transparent regions. The reason they need to be partially transparent is so that I can see if there's any overlap. Here's some example code:
# BEGIN
pdf(file="test.pdf",version="1.4")
plot(0,0,type="l",ylim=range(-3,3),xlim=range(-1,5))
polygon(c(0,1,2,3,4,3,2,1,0), c(0,1,2,1,0,-1,-2,-1,0),
2008 Feb 28
5
JDF library in wine?
Hello all,
I wonder if there is a way to set up the so-called JDF library
required by several Adobe software? I haven't been able to find out
what it is, nor whether wine has any way to set this up, or even if I
can copy windows DLL's over.
I can get Adobe Acrobat 7.0 to run, for example, but many actions fail
with the error "cannot initialize JDF library".
Any enlightenment
2006 Oct 19
2
Bug in Acrobat Reader 7 (or R?) with translucent text
My setup: R 2.4.0, Windows 2000, Acrobat Reader 7.
When I create a .pdf with translucent colors, the translucency works
correctly for points, but not for text. Below is some R code that
creates a .pdf with this phenomenon.
I was going to report this as a bug in R, but then I tried to view the
pdf with a couple of other viewers and found that at least one of the
viewers correctly displayed the
2009 Dec 02
2
Extracting vectors from a matrix (err, I think) in RMySQL
I have a query which returns a data set like so:
> salaries
yearID POS pct
1 2009 RF 203
2 2009 DH 200
3 2009 1B 198
4 2009 3B 180
5 2009 LF 169
6 2009 SS 156
7 2009 CF 148
8 2009 2B 97
9 2009 C 86
10 2008 DH 234
11 2008 1B 199
12 2008 RF 197
13 2008 3B 191
14 2008 SS 180
15 2008 CF 164
16 2008 LF 156
17 2008 2B 104
18 2008
2007 Mar 19
1
acrobat pro?
had anyone had any luck getting adobe's acrobat 7.0 pro to work under
wine? no matter what i do, i just can't seem to get it going. i'm
running the latest wine on ubuntu dapper and kernel 2.6.17. thanks, in
advance, for any help.