Software :: Converting Text To Postscript With Encoding?
Jan 1, 2011
To convert a text file to postscript format is easy with groff:groff -Tps file >file.ps But what if the input file is utf-8 (with non English characters in it)? How can you specify the encoding to groff or do you have to pipe the file through some other command?
View 1 Replies
ADVERTISEMENT
Nov 26, 2010
Why is this happening? Code: root@Matilda:/home/ryan# /usr/bin/mkmp4 ~/Desktop/wonderfuldays.mkv ~/Desktop/wonderfuldays.mp4 Analysing input file No streams found, encoding failed
View 1 Replies
View Related
May 22, 2011
I have Brother HL2250N. This worked out of the box with 13.0 using the Brother drivers. I also have a Brother MFC-7820N which works fine in 13.0 and 13.37. In 13.37 the testpage from CUPS prints fine. However when I try to print anything from kate or libreoffice I just get pages and pages of text starting with
[code]...
I assume this the post script file that is printing out. How do I get this to print properly?
View 3 Replies
View Related
Apr 26, 2010
I have a file of words and want to encode them in a numeric form, based on position.This is best explained by example:
PEOPLE ==> 123152
Reading left to right:
P was first encountered at position 1 so it is encoded as 1.
E was first encountered at position 2 so it is encoded as 2.
[code]...
View 5 Replies
View Related
Jun 24, 2011
There are many plain text files which were encoded in variant charsets.
I want to convert them all to UTF-8, but before running iconv, I need to know its original encoding. Most browsers have an Auto Detect option in encodings, however, I can't check those text files one by one because there are too many.
Only having known the original encoding, I then can convert the texts by iconv -f DETECTED_CHARSET -t utf-8.
Is there any utility to detect the encoding of plain text files? It DOES NOT have to be 100% perfect, I don't mind if there're 100 files misconverted in 1,000,000 files.
View 3 Replies
View Related
Sep 3, 2010
how to search in files text that is one-byte encoding? places - search for files in gnome in ubuntu searches only utf-8 text.i know one way: install wine and total commander, then search with it. what are better ways?[URL]
View 4 Replies
View Related
Mar 23, 2011
I want to convert many text files(copied from windows workstation) into utf-8 encoding file. Yes, iconv is available for it. However, I have to give source file encoding at the command line parameters! The problem is, at most case, I am not sure the source encoding of it. And, I also want to use a script to convert many files recursively.
View 2 Replies
View Related
Mar 3, 2011
I was working on a text file in open office writer last night, and this morning i tried to open it and a little thing popped up saying "ASCII Filter Options," prompting me for which character set, language and default fonts I wanted to use. (only after it asked if i wanted to recover the document, which i just did since it was asking me...) Now the document, which was very important, is a scrambled bunch of random characters! I cannot find the correct character set. Why is it prompting me for which character encoding I am using in the first place?
View 6 Replies
View Related
Feb 7, 2011
I manage to boot with ophcrack 2.3.1 and we were able to see the files, luckilly. Now, we just want to retrieve his passwor to get back into the system. So far I got up to the part where is actually produces the file and this is what is contained in the file:
Quote:
Administrator:500::31d6cfe0d16ae931b73c59d7e0c089c 0:::
Guest:501::31d6cfe0d16ae931b73c59d7e0c089c0:::
SUPPORT_388945a0:1002::881037e0b6909b04b6900f7c806 dca6e:::
HelpAssistant:1004:b209ce7e3ff7aea1131906e9f5df481
[Code].....
View 1 Replies
View Related
Jun 15, 2011
I can view a php page only with links browser (a text browser) But when i use firefox i got an error "Content encoding error"
View 4 Replies
View Related
May 5, 2010
I use Linux for my everyday work but lately I've been faced with a trouble when I send out file printouts from my browser from my Debian system to (normally) window$ systems, where they are not readable. Is there a way for me to convert the postscript files into pdf format? Most window$ users will have some sort of pdf reader installed but I am still to find one user that has Ghostscript and Ghostview installed. where can I find the TTF fonts that are shipped with every standard installation of Debian? I'm sometimes forced to print files through a windows system and because the fonts loaded in that system are not the ones I use in Debian (URW Gothic L, as an example) I end up having my official documents disfigured. If I can carry around with me a ready-to-install fonts package I can get over this obstacle.
View 3 Replies
View Related
Apr 4, 2011
I would like to do something that should be fairly simple but can not find a way for it.
I want to make a page in postscript or pdf format containing four lines of text and two png images.
Would you know an easy way to concatenate my text file with the two images in a ps or pdf file?
I need a solution that works via command line only as this is for a script.
I use redhat 5 for this and would prefer not having to install any extra software.
View 12 Replies
View Related
Aug 9, 2010
I want to crop a postscript poster. it is an A0 size, and I want to crop it into exactly four pieces to print on four A2 pages, pack them in my bag, and go to the conference (actually a long trip). Is there a way to use terminal, to crop this file? I rather use terminal instead of Gimp or other graphical packages.
View 1 Replies
View Related
Aug 24, 2010
When I try converting a pdf in jpeg files, I get this error :
Code:
domino@domino-desktop:~$ convert Foundation.pdf Foundation.jpg
^Cconvert: Postscript delegation failed `Foundation.pdf': No such file or directory. @
[code]....
View 1 Replies
View Related
Apr 29, 2011
I use a Dual core desktop PC with Ubuntu 10.10. A hp-laser- jet 4250 printer is connected to it. I am getting able to print all files except .ps and .eps files. When I send a .ps or .eps file for printing, no job is actually reaching to printer.
View 3 Replies
View Related
Mar 21, 2011
A day or two ago I saw a weird file in my downloads folder, and deleted it. I'm not sure why I deleted it rather than wondering why there was a weird file there, but anyway...another one has shown up.
name: datetime
type: PS document (application/postscript)
It's an image. The top part of the image shows what I was doing in a terminal last night. The bottom part shows a folder I was browsing in Nautilus. I believe the top and bottom parts are from different times. I'm a little weirded out, it's like something is taking screenshots of what I'm doing. Anyone happen to know what program created these or why?
View 8 Replies
View Related
Jun 9, 2010
Updated to CUPS 1.4.3 from printing repository and was getting this while page test printing:
Code:
/usr/bin/lp: Unsupported format 'application/postscript'!
Downgraded to 1.3.11 and it was solved.
openSUSE 11.2 x86_64, KDE 4.4.3
View 3 Replies
View Related
Jul 25, 2010
This is probably more for a OpenOffice forum but maybe you can help me to. I have some postscript fonts that i have to use but cant get it to work in OpenOffice..i have installed Ubuntu 10,04 and its working fine, also this Specimen Font Viewer can see that font but i need it in OpenOffice..Is it that the font is postscript type1, or is it that the font is not unicode(its yuscii) and how to solve it if its possible?Is there an alternative to Word processing that can use a font like that and be free?
View 2 Replies
View Related
Jan 12, 2010
My Ubuntu Karmic install has a very useful Print-to-File Printer configured which allows me to generate Postscript and PDF files.
I have Windows XP running on Virtualbox and I want to be able to generate PDF files using this printer but there appear to be no Printers configured.
View 1 Replies
View Related
Feb 28, 2011
I am using CentOS 5.5 64 bit.
My work requires me to have a lot of postscript files. Hence i have elaborate names for easy identification. For example --- AP-1_Jul-Ctrl-noEqSA_bg25C_precip,U250-150_xy.ps. I am unable to open them using evince. I get a blank evince screen with loading written on it. The same file named as 1.ps opens in a jiffy. As of now evince quickly opens pdf files with long names. But i would not like to convert ps to pdf.
Even kghostview does not open these long-named files.
View 14 Replies
View Related
Mar 14, 2009
Apologies if this was asked before -- I have googled the last bytes out of my Firefox but fail to find anything helpful. Here's my problem:I have a foomatic hpijs cups-driver for a HP Inkjet (Non-PS printer) installed. Printing from UNIX-hosts works. I have cups configured not to allow raw-printing (/etc/cups/mime.types: #application/octet-stream, /etc/cups/mime.convs: #application/octet-stream).I have now installed samba-printing, the cups PS-drivers plus the Windows PS-drivers are populated to /etc/samba/drivers/W32X86/ and get pushed to the WIN-Client.Problem is that when I print from a WINXP client, the printer outputs heaps of Postscript-text instead of my page.I have tried to debug this a bit but fail to find anything really useful. My observations so far:
- The samba-pushed HP_Photosmart_3300.ppd (in both /etc/samba/drivers/... and in the resulting dir on the WINXP client) reads:
*cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
[code]....
View 2 Replies
View Related
Mar 21, 2010
Been using gv and vi to build a postscript file. Now I would like to save the output of the program to a disk file. My problem is I can't figure out how to "print to a file".
View 2 Replies
View Related
Mar 18, 2010
I have installed an HP LaserJet 4250 using the hp 4250 postscript driver. The printing works but when I click on File->Print on any application (Open Office or Document Viewer), the message "Getting printer information" is beside the printer name and the print button is disabled. After 5 or so seconds, the print button becomes enabled and I can print. This happens every time but did not when I first installed the printer. I would prefer to determine the cause rather than delete and re-install the printer.
View 7 Replies
View Related
Mar 29, 2011
I have an older version of ggv on RHEL for viewing PostScript (.ps) files, but the binary I have refuses to open files from AFS. ggv-2.12.0 is able to open these files from AFS just fine on my Mac. I was not able to find packaged binaries for RHEL 5 or 6 for ggv-2.12.0, so I downloaded the source and compiled it. Unfortunately, it fails to start, printing these error messages:
[code]...
Does anyone know the fix? Or alternatively, is there another good and well-maintained PostScript viewer for Linux?
View 3 Replies
View Related
Nov 10, 2009
Anyone know of any programs to convert a postscript file to a gerber file? LinkCAD can do it, but, it is very expensive and I can't get the demo to run.
View 1 Replies
View Related
Dec 8, 2010
I am looking for a method to add new encoding to Gnome Terminal.The encoding i want to add is MIK (Bulgarian DOS cyrillic encoding) and it is not found in Terminal -> Set character encoding -> Add or remove list.Is there a way to add this encoding to the list ? Or is there some other terminal or telnet / ssh client which allows me to add encodings ?
View 3 Replies
View Related
Aug 15, 2010
First and foremost is Avidemux. Somewhere between Fedora 11, 12 and 13 Avidemux lost the capability to encode audio streams in AAC format. I've installed all pertinent packages for it and for AAC, and even though AAC is available to other programs (Banshee, SoundJuicer, etc), alas it is not in Avidemux. I read somewhere that since the newer version of Avidemux now uses a plug-in architecture, support for a lot of formats might be missing as they get ported.
I use Avidemux as usually I rip my DVDs into .mp4 files which I serve up from a Linux box at home and stream them to my PS3, or simply to load a bunch onto my laptop to watch on the move or when I'm on call at the hospital (like I am right now)...
Kind of related to this that I remember not too long ago, I was able to convert a DVD into PSP's mp4 format from DVD::Rip, IIRC directly from the application, but last time I used it, it only seems to have support for AVI, OGM and MPEG container formats. Maybe somthing changed along the way that I'm not aware of.
It looks to boil down to the fact that the package avidemux-plugins from RPMFusion is missing the necessary plugin... I'll go check why is that.
View 3 Replies
View Related
Dec 28, 2010
I'm trying to convert Flac audio file to AAC file using command line. It's working fine. Now I want to do the same using fifo And it's freezing.So could you tall me what I'm doing wrong.
View 2 Replies
View Related
Feb 15, 2010
I have been doing some very basic editing in Pitivi and how to get it to encode to X.264. I'm encoding to 480p and I was wondering how do I change the setting to make make it encode to X.264 and look good at small or ok file sizes. I will be uploading these to ..... and want them to look sexy.
And if X.264 can't encode to X.264 then at lest how do I turn the quality up in the formats that it does support.
View 1 Replies
View Related
Mar 5, 2010
Linux - Ubuntu Karmic 64bit, 2.6.31-19-genericMac OS - Mac OS X Snow Leopard 10.6.2 32bit.
Steps to reprocude
1. Prepare HFS+ filesystem.
- Be sure the HFS+ fs does not have journaling.
[code]....
View 5 Replies
View Related