Displaying 20 results from an estimated 700 matches similar to: "pdftotext latest version for CentOS 7"
2017 Aug 10
1
Acroread9 crash in CentOS7
Hello Ian,
On Thu, 10 Aug 2017 02:59:36 +0000 Ian Mortimer <i.mortimer at uq.edu.au> wrote:
> On Tue, 2017-08-08 at 23:13 +0200, wwp wrote:
>
> > I'm getting a crash with acroread on my CentOS7
> > (AdobeReader_enu-9.5.5-1.i486).
> > I install the official rpms from
> > ftp://ftp.adobe.com/pub/adobe/reader/unix/,
> > tried 9.5.5, and former v9, v8,
2004 Jun 30
1
Vampire fails
All,
I'm trying to migrate to samba3 from nt4. Unsuccesfully so far :-(. Instructions are from idealx how-to v1.6. Enviroment is RHFC2/Samba 3.0.3-5/OpenLDAP 2.1.29
Membership to the domain is ok
----------------
# net rpc testjoin
Join to 'NT-DOM' is OK
----------------
The next step would be vampire but it fails with reference to smbtest2-domain. I can't figure out wherefrom
2005 Oct 22
1
reading data from a pdf
> Hi, I'm trying to read data from a PDF file.Is it possible to do it
> with R? Thanks, Marco
If cut and paste to a text file fails, try this:
pdftotext (from the xpdf project)
or
http://pdftohtml.sourceforge.net
pdftohtml is a utility which converts PDF files into HTML and
XML formats
In addition, pdftk, the command line pdf toolkit may be useful
http://www.accesspdf.com/pdftk/
2018 Apr 12
2
Windows PC PostScript printer driver -> CUPS data import fails
Yan Li wrote:
> On 04/12/2018 03:08 AM, Gary Stainburn wrote:
>> The PDF contains:
>>
>> ERROR: invalidfileaccess
>> OFFENDING COMMAND: .findfont
>> OPERAND STACK:
>> r
>> /usr/share/X11/fonts/Type1/UTBI____.pfa
>> --nostringval--
>> true
>> NimbusMonL-Regu
>> Courier
>> --nostringval--
>> Courier
>> 4544317
2018 Apr 12
2
Windows PC PostScript printer driver -> CUPS data import fails
Hi all,
For some years now I have been using a simple system I found online which
allows me to easily import data from Windows Programs.
Hopefully others out there are using the system and already have found the
answer to my problem.
I have installed on my Centos server a virtual CUPS printer which receives a
PS file, and then runs 'ps2pdf' and 'pdftotext -layout' to end up
2018 Mar 02
5
evince
We have some small networks with connectivity to the Internet
through firewall routers.? The smallest has one Windows 7
system and three Linux systems including both CentOS 6 and
CentOS 7 machines.? The Windows 7 systems have full Adobe
packages that are updated regularly and are trouble free.
On the Linux systems, evince has been our go to product for
viewing and printing .pdf documents.? This
2020 May 14
0
Ailing MATE desktop
On Thu, 2020-05-14 at 08:18 +0200, Simon Matter wrote:
> > On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> > wrote:
> > > On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via
> > > CentOS
> > > wrote:
> > > > I'm about ready to run "dnf erase *mate*" and try re-installing
> > > > MATE
>
2008 Jul 30
3
Dealing with image PDF's
Guys,
I was just playing around and added a bit of code to omindex.cc so I
could ocr tiff and tif with gocr which seems to work. Here's what it
looks like:
// Tiff:
} else if (startswith(mimetype, "image/tif"))
{
// Inspired by http://mjr.towers.org.uk/comp/sxw2text
string safefile = shell_protect(file);
string cmd = "tifftopnm " + safefile + "
2008 Jul 30
3
Dealing with image PDF's
Guys,
I was just playing around and added a bit of code to omindex.cc so I
could ocr tiff and tif with gocr which seems to work. Here's what it
looks like:
// Tiff:
} else if (startswith(mimetype, "image/tif"))
{
// Inspired by http://mjr.towers.org.uk/comp/sxw2text
string safefile = shell_protect(file);
string cmd = "tifftopnm " + safefile + "
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> wrote:
>> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
>> wrote:
>> > I'm about ready to run "dnf erase *mate*" and try re-installing
>> > MATE
>> > from scratch from the GNOME3 desktop. Is that possible without
>> > ripping
>>
2013 Feb 27
2
Reading a password-protected PDF
Hello respected developers,
I was wondering if it is possible for xapian to read a password-protected
PDF. Searches in the archives and google had yield 0 results. I also tried
looking at the source code but I could not find the specific one related to
this issue. The characteristic of the set of PDF is as:
1. a set of password protected PDF documents
2. all PDF is set with the same password.
3.
2017 Aug 08
2
Acroread9 crash in CentOS7
Hello,
I'm getting a crash with acroread on my CentOS7 (AdobeReader_enu-9.5.5-1.i486).
I install the official rpms from ftp://ftp.adobe.com/pub/adobe/reader/unix/,
tried 9.5.5, and former v9, v8, v7.
/usr/bin/acroread loads well, but when you click a menu, bang. Same if
you start acroread w/ a .pdf filename in parameter, the window opens up
then crashes.
I modified the acroread script to
2009 Oct 14
2
puzzle using gsub (and encodings maybe)
Hello,
Below is some output that shows my issue.
I have a variable x that I read from a file (more on this below)
> x
[1] "NEW YORK NEW ENGLAND"
> gsub(" -", "-", x) # this does not work!
[1] "NEW YORK NEW ENGLAND"
> Encoding(x) # is x in a special encoding? no
[1] "unknown"
> y = "NEW YORK -NEW
2008 Nov 13
1
readPDF() -- unsure how to install xpdf to make this work?
Dear R-Help,
I need to convert a set of '.pdf' files into an equivalent set of
'.txt' files. This is so that i can do some text mining on the
content.
In the latest R-News letter (http://cran.r-project.org/doc/Rnews/
Rnews_2008-2.pdf), the package 'tm' for text mining is mentioned. In
that lovely package, there is a function called 'readPDF()'. In order
to use
2020 May 20
2
DNS names for AD joined samba server
I'm trying to figure out a puzzling thing that we are seeing with some
recently joined or re-joined samba servers. Our linux servers are in a
different DNS domain than our AD machines (nwra.com or cora.nwra.com vs
ad.nwra.com for the AD machines). Generally when we've joined a machine to AD
the DNS name recorded in AD is their regular linux FQDN. But a couple
machines have ended up with
2013 Mar 04
2
Need Beginner Guide for Matcher Optimisations Project
Hi,
While searching for a project which matches my interest andskill level, I
found this project named Matcher Optimization. This project is really
challenging and excting from my view point and I would like to be a part of
this project.
Optimization techniques metioned in the reference links provided will take
some time for me to have a good understanding about them. But I am trying
to get my
2014 Jul 22
2
Ayuda Error in `colnames<-`(`*tmp*`, value = c(
Buenas tardes, grupo.
Estoy tratando de hacer la comparación de dos archivos de una misma
organización para encontrar las diferencias entre su informe del tema
edl año 2005 y el del año 2013:
Todos los comandos van bien, a exepción del último "colnames", como se
ve en la siguiente secuencia:
> pdf1<-"./PLAN de INSPECCIONES/05_seguridad_ciudadana.pdf"
>
2018 Dec 05
2
Error: Corrupted record in index cache file
With dovecot-2.2.36-3.el7.x86_64 we had a couple hours where mail_plugins did
not properly include zlib for all of the needed services. This seems to have
led to some corruption in our mdbox mailboxes.
I've run doveadm force-resync on a number of users, but I'm still seeing
messages like this:
dovecot[13563]: imap(USER): Error: Corrupted record in index cache file
2009 Oct 15
1
"Complex?" import of pdf files (criminal records) into R table
Hi there,
I'm facing the decision if it would be possible to transform several
more or less complex pdf files into an R Table-Format or if it has to be
done manually. I think it would be a impudent to expect a complete
solution, but I would be grateful if anyone could give me an advice on
how the structure of such a R-program could look like, and if it's
possible in general.
Here
2020 May 05
2
Ailing MATE desktop
On Tue, 5 May 2020 05:30:26 -0400
Eddie O'Connor wrote:
> Are there .conf files for the desktop?....what about logs?....something's
> got to be amiss somewhere....and Linux always complains when it is.....in
> logs. Just wondering out loud...
What happens if he sets up a new user? Does the desktop work then?
--
Can we uninstall 2020 and install it again? This one has a virus.