Re: pdf reader

2015-04-20 Thread Chris Bannister
On Sun, Apr 19, 2015 at 09:57:04PM +1000, win...@tpg.com.au wrote: > Dear debian-user > How can i install pdf reader for beaglebone debian. Please give me > command line and link.Thanks What have you tried, and what didn't work for you? Have you installed *any* software on it yet?

Re: pdf reader

2015-04-20 Thread Chris Bannister
On Sun, Apr 19, 2015 at 10:40:47PM +1000, Matthew Chong wrote: > If you have dpkg and frontends (apt, aptitude etc) you can easily install > zathura PDF viewer with "sudo apt-get install zathura", which is a > minimalist PDF viewer. You've done that on the Beaglebone have you? -- "If you're not

Re: pdf reader

2015-04-19 Thread Cindy-Sue Causey
ueries like: apt-cache search pdf viewer OR apt-cache search pdf reader For the widest *_CHOICES_*, try several different creative keyword variations because those searches feed off descriptions and such that developers have consciously written into their packages. Good luck! Cindy :)

Re: pdf reader

2015-04-19 Thread Matthew Chong
If you have dpkg and frontends (apt, aptitude etc) you can easily install zathura PDF viewer with "sudo apt-get install zathura", which is a minimalist PDF viewer. On Sunday, April 19, 2015, wrote: > Dear debian-user > > How can i install pdf reader for beaglebone debian. Ple

pdf reader

2015-04-19 Thread wing11
Dear debian-user How can i install pdf reader for beaglebone debian. Please give me command line and link.Thanks Regards Wing

Re: why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread 明覺
2009/3/19 H.S. > 明覺 wrote: > > 2009/3/19 H.S. > > > >> 明覺 wrote: > >>> On Thu, Mar 19, 2009 at 9:29 AM, H.S. wrote: > >>> > >>>> 明覺 wrote: > >>>>> I use the default pdf reader, but I think the display is unusual,

Re: why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread H.S.
明覺 wrote: > 2009/3/19 H.S. > >> 明覺 wrote: >>> On Thu, Mar 19, 2009 at 9:29 AM, H.S. wrote: >>> >>>> 明覺 wrote: >>>>> I use the default pdf reader, but I think the display is unusual, for >>>> there >>>>> are spac

Re: why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread 明覺
2009/3/19 H.S. > 明覺 wrote: > > On Thu, Mar 19, 2009 at 9:29 AM, H.S. wrote: > > > >> 明覺 wrote: > >>> I use the default pdf reader, but I think the display is unusual, for > >> there > >>> are space between letters, not good for reading. h

Re: why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread H.S.
明覺 wrote: > On Thu, Mar 19, 2009 at 9:29 AM, H.S. wrote: > >> 明覺 wrote: >>> I use the default pdf reader, but I think the display is unusual, for >> there >>> are space between letters, not good for reading. how to solve it? thanks. >>> >> Pe

Re: why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread 明覺
On Thu, Mar 19, 2009 at 9:29 AM, H.S. wrote: > 明覺 wrote: > > I use the default pdf reader, but I think the display is unusual, for > there > > are space between letters, not good for reading. how to solve it? thanks. > > > > Perhaps it is a font problem? What are th

Re: why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread H.S.
明覺 wrote: > I use the default pdf reader, but I think the display is unusual, for there > are space between letters, not good for reading. how to solve it? thanks. > Perhaps it is a font problem? What are the fonts that are listed in the document information? I think if your system does

why there are unusual space between letters when view pdf file in pdf reader?

2009-03-18 Thread 明覺
I use the default pdf reader, but I think the display is unusual, for there are space between letters, not good for reading. how to solve it? thanks. -- My platform is debian sid AMD64 gnome.

Re: PDF reader that overrides fonts

2008-06-07 Thread Dotan Cohen
2008/6/7 Florian Kulzer <[EMAIL PROTECTED]>: > #! /bin/bash > # > # pdfstripsfonts: a simple wrapper script that invokes ghostscript > # to remove all embedded fonts from a PDF document (work in progress) > > if [ -z "$1" ] > then echo "Usage: ${0##*/} input_pdf [output_pdf]" > exit 1 > fi > INFI

Re: PDF reader that overrides fonts

2008-06-07 Thread Mumia W..
On 06/07/2008 11:52 AM, Florian Kulzer wrote: On Sat, Jun 07, 2008 at 11:25:10 -0500, Mumia W.. wrote: [...] And the program "pdffonts" tells me that WEFAKP+GuttmanYad-Brush_00 and SWNCWI+GuttmanYadLight_00 are still embedded in the file. Hmm, these two fonts are missing in the /NeverEmbed li

Re: PDF reader that overrides fonts

2008-06-07 Thread Florian Kulzer
On Sat, Jun 07, 2008 at 11:25:10 -0500, Mumia W.. wrote: > On 06/07/2008 07:29 AM, Florian Kulzer wrote: >> [...] >> I would be interested to know if these fonts are still listed as >> embedded if you run pdffonts on the final -NOFONTS.pdf. I will ask >> Dotan to send me his original file; mayb

Re: PDF reader that overrides fonts

2008-06-07 Thread Mumia W..
On 06/07/2008 07:29 AM, Florian Kulzer wrote: [...] I would be interested to know if these fonts are still listed as embedded if you run pdffonts on the final -NOFONTS.pdf. I will ask Dotan to send me his original file; maybe there is some document security option which has to be overridden.

Re: PDF reader that overrides fonts

2008-06-07 Thread Florian Kulzer
On Fri, Jun 06, 2008 at 21:48:32 +0300, Dotan Cohen wrote: > 2008/6/6 Florian Kulzer: > > You can select which page is opened, but you cannot edit more than one > > page at once. > > That's going to be a problem 20 documents (10 pages each) a week > before the final exam! > > > Here is an extreme

Re: PDF reader that overrides fonts

2008-06-07 Thread Florian Kulzer
On Fri, Jun 06, 2008 at 13:30:17 -0500, Mumia W.. wrote: > On 06/06/2008 12:02 PM, Florian Kulzer wrote: >> [...] >> Here is an extremely quick-and-dirty, I-guarantee-for-nothing (!) bash >> script to remove embedded fonts. It takes only one argument, the name of >> the original PDF file, and it ge

Re: PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
2008/6/6 Johannes Wiedersich <[EMAIL PROTECTED]>: >> If I had the time to learn shell scripting now, I would figure out how >> to do this for 20 documents of 10 pages each. But I have a Materials >> Engineering exam next week. > > Oh, come on, you don't have to do shell scripting for that: > > pd

Re: PDF reader that overrides fonts

2008-06-06 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2008-06-06 18:41, Dotan Cohen wrote: > 2008/6/6 Sjoerd Hiemstra <[EMAIL PROTECTED]>: >>pdftk in.pdf burst > > If I had the time to learn shell scripting now, I would figure out how > to do this for 20 documents of 10 pages each. But I have a Ma

Re: PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
2008/6/6 Florian Kulzer <[EMAIL PROTECTED]>: > You can select which page is opened, but you cannot edit more than one > page at once. That's going to be a problem 20 documents (10 pages each) a week before the final exam! > Here is an extremely quick-and-dirty, I-guarantee-for-nothing (!) bash >

Re: PDF reader that overrides fonts

2008-06-06 Thread Mumia W..
On 06/06/2008 12:02 PM, Florian Kulzer wrote: [...] Here is an extremely quick-and-dirty, I-guarantee-for-nothing (!) bash script to remove embedded fonts. It takes only one argument, the name of the original PDF file, and it generates "...-NOFONTS.pdf". I only tested this on one PDF file that I

Re: PDF reader that overrides fonts

2008-06-06 Thread Florian Kulzer
On Fri, Jun 06, 2008 at 18:37:35 +0300, Dotan Cohen wrote: > 2008/6/6 Florian Kulzer: > > I think inkscape is by far the best tool for this job, provided that you > > use version 0.46 (available in Lenny and Sid). It can read PDFs directly > > and convert their content to fully-editable text blocks

Re: PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
2008/6/6 Sjoerd Hiemstra <[EMAIL PROTECTED]>: > Dotan Cohen" wrote: >> 2) Can Inkscape work with more than a single page? I have 20 >> documents, 10 pages on average each, and the test is next week! > > At least you can use pdftk to split the pdf into its individual pages. > >pdftk in.pdf burst

Re: PDF reader that overrides fonts

2008-06-06 Thread Sjoerd Hiemstra
Dotan Cohen" wrote: > 2) Can Inkscape work with more than a single page? I have 20 > documents, 10 pages on average each, and the test is next week! At least you can use pdftk to split the pdf into its individual pages. pdftk in.pdf burst BTW, KWord, part of KOffice, used to be able to open

Re: PDF reader that overrides fonts

2008-06-06 Thread Douglas A. Tutty
On Fri, Jun 06, 2008 at 06:37:35PM +0300, Dotan Cohen wrote: > 2008/6/6 Florian Kulzer <[EMAIL PROTECTED]>: > > I think inkscape is by far the best tool for this job, provided that you > > use version 0.46 (available in Lenny and Sid). It can read PDFs directly > > and convert their content to full

Re: PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
2008/6/6 Florian Kulzer <[EMAIL PROTECTED]>: > I think inkscape is by far the best tool for this job, provided that you > use version 0.46 (available in Lenny and Sid). It can read PDFs directly > and convert their content to fully-editable text blocks, vector graphics > or embedded bitmaps (depend

Re: PDF reader that overrides fonts

2008-06-06 Thread Florian Kulzer
ages, as I've been able to copy the text and > > paste to OpenOffice successfully. However, the documents are Materials > > Engineering documents with charts and diagrams, so simply copying and > > pasting the whole thing is unacceptable. Is there a PDF reader that > > lets

Re: PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
2008/6/6 Mumia W.. <[EMAIL PROTECTED]>: > Unless you're a Postscript programmer, this is not for the faint of heart, > but it is possible to replace one PDF (or Poscript) font with another. I'm not a postscript programmer... but I'm not faint of heart either... > Read the debian-user thread that

Re: PDF reader that overrides fonts

2008-06-06 Thread Mumia W..
On 06/06/2008 08:53 AM, Dotan Cohen wrote: 2008/6/6 Johannes Wiedersich <[EMAIL PROTECTED]>: If it's just that they look unreadable on screen, you could try a different pdf reader. I've had the experience that some strange bitmapped fonts look better on acroread (from [1]) th

Re: PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
2008/6/6 Johannes Wiedersich <[EMAIL PROTECTED]>: > If it's just that they look unreadable on screen, you could try a > different pdf reader. I've had the experience that some strange > bitmapped fonts look better on acroread (from [1]) than on kpdf, xpdf. > No, the p

Re: PDF reader that overrides fonts

2008-06-06 Thread Johannes Wiedersich
text and > paste to OpenOffice successfully. However, the documents are Materials > Engineering documents with charts and diagrams, so simply copying and > pasting the whole thing is unacceptable. Is there a PDF reader that > lets one override the embedded fonts? If it's just that

PDF reader that overrides fonts

2008-06-06 Thread Dotan Cohen
ith charts and diagrams, so simply copying and pasting the whole thing is unacceptable. Is there a PDF reader that lets one override the embedded fonts? I cannot ask for the documents to be recreated in an accessible manner, as I already tried that route. Thanks in advance. Dotan Cohen http

Re: Looking for a PDF reader | gs-aladdin

1998-04-25 Thread shaul
> non-free/gs-aladdin-4.03 for Aladdin Ghostscript ... I think that someone posted couple of weeks ago that he had debianized gs-aladdin-5 for Debian 1.3.x (I don't remeber the URL for it). If I am not mistaken, it was mentioned when discussing problems with xpdf and/or problems with printing

Re: Looking for a PDF reader

1998-04-24 Thread Hamish Moffatt
On Fri, Apr 24, 1998 at 11:20:09AM +0300, Heikki Vatiainen wrote: > If you try to view an encrypted PDF file with Ghostscript (using gv or > ghostview as a front end) and get an error message, see > http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/. There are now PDF decryption patches for xpdf. I

Re: Looking for a PDF reader

1998-04-24 Thread pignon . p
Andreas says : >oooppssforgot to say there's a package for acroread ( the acrobat reader) on >the debian ftp server,but i think you should be better to use a >mirror from France,check in the contrib section,it's there: >*** Opt contrib acroread 3.0-1 3.0-1 Adobe Portable >D

Re: Looking for a PDF reader

1998-04-24 Thread Heikki Vatiainen
Hello again, Correcting myself ... I just noticed that I was talking about packages in the unstable distribution. The same readers are available for the stable distribution but in different locations. For the stable (1.3.x) distribution, see text/xpdf-0.6 for xpdf, non-free/gs-aladdin-4.03 fo

Re: Looking for a PDF reader

1998-04-24 Thread Heikki Vatiainen
Hi, There are several PDF readers available. I have Aladdin Ghostscript 5.10, xpdf 0.7a and acroread (Adobe Acrobat Reader) 3.01 installed. They are all available as Debian packages in non-free/text section at the Debian mirror sites. If you try to view an encrypted PDF file with Ghostscript (

Re: Looking for a PDF reader

1998-04-24 Thread Alain Toussaint
> Hi ! > > Does anyone know where I could find a PDF reader for Linux ? > > Thanks. oooppssforgot to say there's a package for acroread ( the acrobat reader) on the debian ftp server,but i think you should be better to use a mirror from France,check in the contri

Re: Looking for a PDF reader

1998-04-24 Thread Alain Toussaint
> Hi ! > > Does anyone know where I could find a PDF reader for Linux ? > > Thanks. adobe has one for X,you can get it at: http://www.adobe.com/ Alain > > -- > > Andreas Saudemont > email: [EMAIL PROTECTED] > > > > > -- > To UNSUBSCRIBE

Re: Looking for a PDF reader

1998-04-24 Thread Art Lemasters
> Hi ! > > Does anyone know where I could find a PDF reader for Linux ? C' est acroread. Follow the "packages" link from the Debian LINUX front page at http://www.debian.org/ It is in "text processing," non-free. Arthur ***Reach me at [EMAIL PRO

Re: Looking for a PDF reader

1998-04-24 Thread Tim Metz
> Does anyone know where I could find a PDF reader for Linux ? > > Thanks. > > Andreas Saudemont > email: [EMAIL PROTECTED] Hi Andreas, I use gv for viewing pdf (and postscript) files. I believe it is under the "text" directory of the

Looking for a PDF reader

1998-04-24 Thread Andreas Saudemont
Hi ! Does anyone know where I could find a PDF reader for Linux ? Thanks. -- Andreas Saudemont email: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]