Sponsored Content
Full Discussion: Changing fonts with Acroread
Top Forums UNIX for Advanced & Expert Users Changing fonts with Acroread Post 302873959 by DGPickett on Wednesday 13th of November 2013 02:40:44 PM
Old 11-13-2013
If you pdf print it on windows, the result may work better. Usually pdf is platform and local font independent. Can you select all and copy the text?

---------- Post updated at 02:40 PM ---------- Previous update was at 02:12 PM ----------

If you pdf print it on windows to a pdf printer like CutePDF, the result may work better. Usually pdf is platform and local font independent.

Can you select all and copy the text? No word processor on your Solaris CDE menus? You can get the GNOME WP: http://docs.oracle.com/cd/E19683-01/...447/index.html
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Fonts?

NEWBIE HERE...by default, where are the font files located (ttf's) (1 Reply)
Discussion started by: geek01
1 Replies

2. Linux

acroread command giving error

Hi, When I run the command acroread it is giving error ERROR: Cannot find installation directory. When I look at /usr/local/Adobe/Acrobat7.0/bin/ an exicutable file named acroread is there. When i run ./acroread from that directory it is working . What can i do so that I can give... (3 Replies)
Discussion started by: iamjayanth
3 Replies

3. Solaris

Fonts on SunOS 5.6

I work in a SunOS server. I want to check which is the default font. Actually I need to check which font is using right now in Terminal and how to change it. Please help me suggesting the command set ---------- Post updated 08-23-09 at 12:35 AM ---------- Previous update was 08-22-09 at... (5 Replies)
Discussion started by: shoeb
5 Replies

4. Shell Programming and Scripting

Converting secured pdf files to pdf using acroread

Does anybody have idea of Converting secured pdf files to pdf using acroread ? ---------- Post updated at 04:49 PM ---------- Previous update was at 04:44 PM ---------- This file is not password protected. (4 Replies)
Discussion started by: Soham
4 Replies
UNIPRINT(1)							  LINUX COMMANDS						       UNIPRINT(1)

NAME
uniprint - produce postscript output from unicode text for printing SYNOPSIS
uniprint [ -out output-file ] [ -in input-file ] [ -decode encoding ] [ -printer printer ] [ -L ] [ -media media ] [ -us ] [ -nus ] [ -break ] [ -wrap ] [ -left ] [ -right ] [ -size font-size ] [ -hsize header-font-size ] [ -font truetype-font-file ] DESCRIPTION
uniprint is a program from the yudit distribution. It makes a formatted poscript output that can be saved or directly sent to the printer. The program needs a TrueType font that has unicode table in order to operate. If you are running Linux you most probably have unicode truetype fonts, because there are very few vendors, if any. who give discount if you do not buy Windows. If you are running other Unices it is still possible to get a freely available font. I have made ciberbit.ttf a default font for uniprint, mainly because it is freely downloadable from http://www.bitstream.com/. The postcript output contains all drawing information. No extra fonts are needed, and it can be printed on any postscript printer. You may encounter probkems with old ghostview or old printers. I used this program with ghostscript 5.10 because 2.6.2 gave me stack overflow error. OPTIONS
-out ouput-file Do not sent the output to the printer, put it in the file instead. If the '-' character is specified, send the postscript data to the standard output. -in input-file If specified read the document from a file. Read stdin otherwise. -decode encoding specifies the encoding of the input text. All encodings that are available for uniconv can be used. If not specified encoding is set to utf-8. -printer printer Send the postscript output to printer through the 'lpr -P Printer' command. -break option makes this program print a graphical representation of line breaking characters. -us option turns on uniscribe emulation. For some scripts emulation is turned on by default. -nus option turns off uniscribe emulation. For some scripts emulation is turned off by default. -wrap option makes this program do a simplistic line breaking on word boundaries. -left option sets the embedding of the document to Left. -right option sets the embedding of the document to Right. -L Selects landscape printing. The default is portrait. -media media Sets paper size. The default is A4. The following media values are accepted: A3, A4, A5, B4, B5, Executive, Folio, Ledger, Legal, Letter, Quarto, Statement, Tabloid -size font-size sets the size of the font for the text body in points. -hsize heder-font-size sets the size of the font for the header in points. If zero size is specified, no header is printed. -font truetype-font specifies the font to be used for printing. truetype-font is the full pathname of the font, like /somepath/myfonts/cyberbit.ttf or just the name of the file cyberbit.ttf. The fonts are searched using yudit.fontpath property in ~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties. direc- tory where the font files are kept. By default /usr/share/yudit/fonts and ~/.yudit/fonts are searched. This option can be speci- fied multiple times, to create a virtual font. FILES
~/.yudit/yudit.properties or /usr/share/yudit/config/yudit.properties can have yudit.fontpath and yudit.datapath properties. The former is where the font files, the latter is where the map files are kept. By default /usr/share/yudit/fonts is searched. SEE ALSO
uniconv AUTHOR
This program was written by gsinai@iname.com (Gaspar Sinai), using the code of ttf2pfa program that was written by Adrew Weeks. Last Updated Tokyo, 2 November, 2001. LINUX COMMANDS
Nov 25 1997 UNIPRINT(1)
All times are GMT -4. The time now is 11:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy