Sponsored Content
Top Forums UNIX for Advanced & Expert Users Changing Unix form to Microsoft Word form to be able to email it to someone. Post 21771 by auswipe on Wednesday 22nd of May 2002 01:21:11 PM
Old 05-22-2002
Check out StarOffice for similiar functionality to Abi-Word. It has done a decent job with Word Documents. I don't know about the new StarOffice 6.0, but 5.2 didn't support TrueType fonts out of the box.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

form where can i get unix?

I want to get unix where can i get the full version? (1 Reply)
Discussion started by: yoni
1 Replies

2. Shell Programming and Scripting

Send email with attachment in form of excel in unix

Hi, I have a shell script which send email with an attachment in the form of an email. However, the when I open the attachment, all the data comes in one column. How do I format the data in the excel sheet while sending the email? Thanks (8 Replies)
Discussion started by: bdebroy
8 Replies

3. UNIX for Dummies Questions & Answers

changing data into matrix form

Hi, I have a file whose structure is like this 7 7 1 2 3 4 5 1 3 4 8 6 1 4 5 6 0 2 6 8 3 8 2 5 7 8 0 5 7 9 4 1 3 8 0 2 2 3 5 6 8 basically first two row tell the number of rows and column but the data following them are not arranged in that format. now i want to create another... (1 Reply)
Discussion started by: g0600014
1 Replies

4. HP-UX

Question form unix newbie

hi, just starting to learn about unix in school. got stuck on shell script chapter and need some help i completed task one but the other four is byond me. Task 1) Write a shell script/program called dow that takes no arguments and displays just the current day of the week in lower case (i.e.... (2 Replies)
Discussion started by: wesleywu
2 Replies

5. Shell Programming and Scripting

how to grep the max length word form a file?

Hi i have a requirement that is extract the max length word from a file ? plz reply (2 Replies)
Discussion started by: vankireddy
2 Replies

6. Web Development

Email Form

Hi everyone, I am glad to be part of this forum. My question is about setting up email on my website. I need to know how would I proceed in order to create a form so my visitors can register directly for email without me assigning them a password. In order words I need them to be able to... (2 Replies)
Discussion started by: jpotea9780
2 Replies

7. Shell Programming and Scripting

changing number in bash (number is in form of string)

I have a txt file as database. when i run my program what it does is it ask me for 3 name and stored in the file as name1:name2:name3:1 when u enter 3 name it add those in file as above format and add 1 at the end. I what i want is if i enter same names again it changes that 1 to 2 and so... (3 Replies)
Discussion started by: Learnerabc
3 Replies

8. Shell Programming and Scripting

Transpose Data form Different form

HI Guys, I have data in File A.txt RL03 RL03_A_1 RL03_B_1 RL03_C_1 RL03 -119.8 -119.5 -119.5 RL07 RL07_A_1 RL07_B_1 RL07_C_1 RL07 -119.3 -119.5 -119.5 RL15 RL15_A_1 RL15_C_1 RL15 -120.5 -119.4 RL16... (2 Replies)
Discussion started by: asavaliya
2 Replies

9. Shell Programming and Scripting

Remove x lines form top and y lines form bottom using AWK?

How to remove x lines form top and y lines form bottom. This works, but like awk only cat file | head -n-y | awk 'NR>(x-1)' so remove last 3 lines and 5 firstcat file | head -n-3 | awk 'NR>4' (5 Replies)
Discussion started by: Jotne
5 Replies
OGONKIFY(1)						      General Commands Manual						       OGONKIFY(1)

NAME
ogonkify - international support for PostScript SYNOPSIS
ogonkify [-p procset] [-e encoding] [-r Old=New] [-a] [-c] [-h] [-t] [-A] [-C] [-H] [-T] [-AT] [-CT] [-ATH] [-CTH] [-E] [-N] [-M] [-mp] [-SO] [-AX] [-F] [-RS] [--] file ... DESCRIPTION
ogonkify does various munging of PostScript files related to printing in different languages. Its main use is to filter the output of Net- scape, Mosaic and other programs in order to print in languages that don't use the standard Western-European encoding (ISO 8859-1). SUMMARY USAGE
Installation instructions are provided in the file INSTALL. Assuming the installation has been correctly completed, save the PostScript output of Netscape or Mosaic to a file, say output.ps. Then print it using % ogonkify -AT -N output.ps | lpr in the case of Netscape, or % ogonkify -AT -M output.ps | lpr in the case of Mosaic. You may want to change the -AT option to -CT in order to use a high quality Courier font from IBM (at the price of slower printing). An alternative way to print from Netscape is to set the printing command in the printing dialog box to: ogonkify -AT -N | lpr For more details, see the USAGE section below. OPTIONS
-p Includes the specified procset in the output file. -e Set the encoding of the output. Defaults to L2 (ISO 8859-2, a.k.a. ISO Latin-2). Other possible values are L1 (ISO 8859-1, a.k.a. ISO Latin-1), L3 (ISO 8859-3, a.k.a. ISO Latin-3), L4 (ISO 8859-4, a.k.a. ISO Latin-4), L5 (ISO 8859-9, a.k.a. ISO Latin-5), L6 (ISO 8859-10, a.k.a. ISO Latin-6), L7 (ISO 8859-13, a.k.a. ISO Latin-7), L9 (ISO 8859-15, a.k.a. ISO Latin-9), CP1250 (Microsoft Code Page 1250, a.k.a. CeP), ibmpc (Original IBM-PC encoding), mac (Apple Macintosh encoding) and hp (HP Roman Encoding). -r Use the font New in place of Old. Will lead to ugly or unreadable output when the metrics mismatch. -a Do the right font remappings for using Courier-Ogonki in place of Courier (the a stands for Adobe Courier). This avoids downloading any fonts to the printer. -c Do the right font remappings for using IBM Courier in place of Adobe Courier. -t Do the right font remappings for using Times-Roman-Ogonki in place of Times-Roman. -h Do the right font remappings for using Helvetica-Ogonki in place of Helvetica. -A Like -a but also downloads the Courier-Ogonki fonts. -C Like -c, but also downloads the IBM Courier fonts. -H Like -h, but also downloads the Helvetica-xxx-Ogonki fonts. -T Like -t, but also downloads the Times-xxx-Ogonki fonts. -CT Equivalent to -C -T. -CTH Equivalent to -C -T -H. -E Add the Euro currency sign to all standard fonts (use with -e L9). -N Do Netscape processing. -M Do Mosaic processing. -mp Do mp processing. Will not work with the -A option (use -C instead). -SO Do StarOffice processing. -AX Do ApplixWare processing. -F Do XFig processing. -RS Recode standard fonts. This is likely to work with applications that leave fonts in AdobeStandardEncoding, typically applications that do not even support printing even of characters. -- End options. USAGE
Let us assume that you want to print a WWW page encoded in ISO Latin-2. Netscape stubbornly insists on printing it as ISO Latin-1. By using the File->Print command, have Netscape send the output to a file, say alamakota.ps. As ogonkify is configured for ISO Latin-2 by default, passing it the PostScript generated by Netscape will correct the encoding of the fonts. It is enough to do: % ogonkify -N <alamakota.ps | lpr However, most printers do not have fonts with the needed characters installed; synthesized fonts will be downloaded and used instead of Courier and Times-Roman with -AT, and a very good Courier font from IBM will be used with: -CT. The command will therefore typically be: % ogonkify -N -AT <alamakota.ps | lpr or eventually % ogonkify -N -CT <alamakota.ps | lpr Typical usage with other programs is: % ogonkify -M -AT <alamakota.ps | lpr % ogonkify -mp -AT <alamakota.ps | lpr % ogonkify -SO -AT <alamakota.ps | lpr % ogonkify -AX -ATH <alamakota.ps | lpr % ogonkify -XF -ATH <alamakota.ps | lpr BUGS
Characters with an `ogonek' should be constructed differently (for instance, the `ogonek' used with an `a' should be differently shaped than the one used with an `e'.) It would be better to patch the programs we have the sources to than to post-process the produced PostScript. The program is written in Perl. NOTES
In order to view the output PostScript with Ghostscript, you might need to run gs with the flag -dNOPLATFONTS, and ghostview with the flag -arguments -dNOPLATFONTS. Netscape, IBM, Adobe, PostScript, StarOffice, ApplixWare and possibly others are registered trademarks. THANKS
Much of the composite character data have been provided by Primoz Peterlin, H. Turgut Uyar, Ricardas Cepas, Kristof Petrovay and Jan Prikryl. Jacek Pliszka provided the support for StarOffice. Andrzej Baginski provided the support for ApplixWare. Markku Rossi wrote genscript and provided many useful encoding vectors with the distribution. Throughout writing the Postscript code, I used the ghostscript interpreter, by Peter Deutsch. Larry Wall wrote perl, the syntax and semantics of which are a never ending source of puzzlement. AUTHOR
Juliusz Chroboczek <jec@dcs.ed.ac.uk>, with help from loads of people. McKornik Jr. 14 May 1999 OGONKIFY(1)
All times are GMT -4. The time now is 02:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy