Software :: Rotating A Pdf File With Convert Loses Resolution?

Mar 16, 2010

I'm trying to rotate a whole pdf file 180 degrees usingCode:convert original.pdf -rotate 180 final.pdfBut the resolution of final.pdf is quite bad, not like original.pdf's.Is there a way to mantain the original resolution, or another tool that can do that? I use Slackware 13.0.

View 7 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Unable To Use 'convert' In Command Prompt To Convert Image File Format

Jan 19, 2010

I am trying to use 'convert' in command prompt to convert image file format.I get the following error.

convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/589.
convert: NoDecodeDelegateForThisImageFormat `airplane.jpg' @ constitute.c/ReadImage/530.
convert: MissingAnImageFilename `airplane.ppm' @ convert.c/ConvertImageCommand/2838.

View 3 Replies View Related

Ubuntu Multimedia :: Convert An Ogv File To An Ogg Or Mp3 File - Or Really ANY Audio File ?

Jul 16, 2010

I would like to convert OGV files to audio format.

View 4 Replies View Related

General :: Convert Fdf File To Xsf File Or Xyz File On Ubuntu 9.10_32 Bit?

Nov 7, 2010

I want to convert fdf file to xsf file or xyz file on ubuntu 9.10_32 bit .

View 5 Replies View Related

Red Hat / Fedora :: Convert Plain Text File To Html File Without Using Perl?

Jun 9, 2010

I am looking for some source package which will convert plain text file to html file without using perl.

I mainly need to do this on an ARM platform, so if I get sources I can cross compile it.

View 5 Replies View Related

General :: Convert Binary File In To Ascii File Using Shell Script?

May 23, 2011

i am trying to convert a binary file in to ASCII using shell script. this file contains multiple types of data like string, number, bcd, etc.

View 5 Replies View Related

General :: Convert An HTML Email Saved As A Text File To A PDF File From The Command Line?

Aug 23, 2011

I need to be able to convert HTML email messages saved as text files (.eml or .msg) to PDF documents, one PDF per email, retaining formatting and images.

Are there any Linux tools that will allow me to do this from the command line (so it can be scripted)?

View 1 Replies View Related

Ubuntu :: Convert A .avi File To A .iso File Using Devede - Choosing No Menu?

Jul 23, 2011

I get an error when trying to convert a .avi file to a .iso file using Devede. If I leave the "Create a menu with the titles" option as is I get no error. But I don't want any slideshow so I untick that option. I then get this error when the process is almost done; Failed to create the DVD tree Maybe you ran out of disk space I do have enough disk space so that can't be the problem. Anyone know what to do about this problem?

View 4 Replies View Related

Software :: Finding A Tool That Can Directly Convert Mp3 File To A Swf File?

Jan 26, 2009

I'm looking for a tool that can directly convert mp3 file to a swf file. Tried ffmprg - 'ffmpeg -i master.mp3 -ar 22050 -ab 32 -f swf -y -vn new.swf', output is as follows:

Output #0, swf, to 'new.swf':
Stream #0.0: Audio: 0x0000, 22050 Hz, stereo, 0 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Unsupported codec for output stream #0.0

I found a way to perform this task using ffmpeg to convert the mp3 file to a wav file, and converting the wav into a swf file using swftools (wav2swf), although this is not a good option because the output swf file size is very big - for a 12mb input 320kbps stereo mp3 file, the swf file is 25mb. Also downloaded a free direct mp3 to swf conversion software, which had an output swf file - with the same 12mb mp3 file - of ~400kb.

The requirements I have from the tool are:

1. Can be ran from the shell.

2. Direct conversion, or an indirect one that will produce a small output swf file.

3. Suport for multiple file conversion is a plus.

View 6 Replies View Related

Programming :: Convert An Arbitrary Binary File Into A Executable File?

Feb 18, 2010

In a project I'm working on with a few other people, I got the task of writing an assembler. The last thing I do is convert the commands into a binary representation, and jam it into a file. Now one of my teammates said he'd like to be able to "reference" the code within another program. He said he'd be able to do this if the file I output is a Linux object file. I'm thinking it'd also work as an executable. Anyway, he said he'd like to be able to grab the file and reference the binary by address. I'm still fuzzy on this, and if you're confused with what I said here, please tell me so I can ask him for better details.Anyway, I'm aware that gcc can compile files to ".o", but that's only for C/C++, and my file is just binary. I'm also aware of "ld", but I haven't seen any use of it to help me. I'm happy to hear suggestions as to what I can do. If anything, I think I'll implement a few functions to grab the bits and hand them to him in an array or something.

View 8 Replies View Related

Ubuntu :: Convert Videos Into Mp4 Videos Of Resolution 320*240 And Frame Rate 25ps?

Jul 10, 2011

i want to be able to convert videos into mp4 videos of resolution 320*240 and frame rate 25ps so that i will be able to play them in my phone..any video converter that can do this job for me?

View 6 Replies View Related

Fedora :: Convert A Postscript File To A Gerber File?

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

OpenSUSE :: Convert Vob / Mpg File To A Flv File Using VLC Media Player?

Mar 28, 2010

I would like to know how to convert a vob or a mpg file to a flv file using VLC Media Player.

View 9 Replies View Related

Ubuntu :: Convert A .ods File To A .csv File Via Command Line?

Oct 28, 2010

I would like to convert a .ods file to a .csv file via command line on a server running ubuntu with no graphical interface.

xls2csv does a perfect job on xls files; is there something similar for ods files?

View 1 Replies View Related

Ubuntu Multimedia :: Convert A Avi File With Subtitles Into An Iso File?

Sep 1, 2011

trying to convert a avi file with subtitles into a iso file ready for burning on to a disc, I am using DeVeDe to convert the file but I keep getting the error SPUMUX when trying to convert. I have no idea on what to do with this, is it because I am trying to convert to ISO? should I just try to convert to MPEG instead would that stop the error?

View 1 Replies View Related

General :: Convert A Html File Into A Text File?

Mar 8, 2010

i'm trying to convert a html file into a text file when i simply run "html2text <filename>" the output displayed is the way we want but when i redirect the same using "-o" or ">>" the file is having extra characters in it. i even tried -ascii,but no much use.

View 4 Replies View Related

General :: Convert Batch File Into A .sh File Will Not Work

Sep 16, 2010

I am trying to convert my batch file into a .sh file and i think i have it perfect but it just will not work, so obviously not perfect. This is the code for my batch file.

[Code]....

This works perfectly on my own computer without any problems. I want to host this on my Linux VPS (CentOS 5) and need it to be converted into run.sh. This is the code for my run.sh.

[Code]....

View 9 Replies View Related

General :: Convert A .flv File To An Mpeg File Using Ffmpeg?

Jan 4, 2011

Recently I tried to convert a .flv file to an mpeg file using ffmpeg. Although I changed directory to the directory in which the.flv file resided FFMPEG said the file did not exist. However when I gave the "ls" command the file was present. Where is my mistake?

View 2 Replies View Related

OpenSUSE :: Convert An Ical File To A Csv File?

Sep 16, 2010

How do I convert an ical file to a csv file??? Is there an application available??

View 4 Replies View Related

Ubuntu :: Convert A Text File To .BIN File?

Apr 13, 2010

i working with a simulator tool that i need to pass to it a file in .BIN format, basically i need to convert from a tex plain file to BIN file How can i do that? there is some command(s) that allow me do

View 2 Replies View Related

General :: Software To Convert The .exe File To .rpm File

Jun 24, 2010

I want to use some applications in linux.But i have the applications only in .exe.Is there any software to convert the .exe in to .rpm.

View 2 Replies View Related

Server :: Convert A Hex File To An ASCII File?

Sep 8, 2010

I have a file of 2GB size in hex form. This is a log file from the server which I converted to hex as the file got corrupted.Can anyone tell how to convert this hex file to ASCII?

View 1 Replies View Related

Software :: Convert An .iso Video File To An .avi File?

Feb 1, 2010

I want to convert an .iso video file to an .avi file. Google searches suggested using dvd:rip. Dvd::rip didn't work for me because I am using a netbook that doesn't have a DVD drive. I'm using eeebuntu on an Asus eeePC 1000HE.

View 4 Replies View Related

Slackware :: USB Disk Always Rotating?

Jul 23, 2010

I have a USB 500 GiB Disk, but when I connect it to my computer it start spinning at full speed without me trying to access it, is it normal?

View 3 Replies View Related

Fedora :: Set Rotating Display 90 Degree

Jan 17, 2010

Fedora 12 64-bit
Asus mobo M4A78-E
Samsung 2494HM display

The captioned display support 90 deg rotation. Which software do I need to install? Tried editing /etc/X11/xorg.conf as;

Code:
Section "Device"
Identifier "Videocard0"
Driver "radeon"
Option "Rotate" "90"

Restart X and rotate the display 90 deg. It doesn't work.

View 3 Replies View Related

Software :: Rotating An Image In GIMP

Aug 1, 2011

In GIMP, can I rotate an image by only a few degrees? It's a scanned image of a crooked xerox copy, and I want to straighten it. I see options only for rotating by 90 or 180 degrees.

View 6 Replies View Related

Debian Multimedia :: Rotating Images On Linux

Oct 21, 2015

I have been using Debian 8 with XFCE for the past 9 months.

Recently I had a simple job of going through a bunch of receipts (several hundred) and rotating them so that they were all portrait. Easy you may say? Linux fails dramatically.

My only requirements are a visual tool where I can see the image and then a button or even better a keyboard shortcut so I can rotate clockwise/anti-clockwise and move onto the next.

Here are my attempts at this:

ATTEMPT 01 - GIMP

GIMP works but you have to load it up everytime, and the save as feature tries to push XCF format onto you. I just want to overwrite it.

ATTEMPT 02 - GTHUMB

GThumb works as well, but its horribly slow, pops up an annoying image distortion prompt everytime you do it, and it moves the image you've just rotated to the end of the filmstrip and takes you there with it. Unworkable in reality.

ATTEMPT 03 - Nautilus

Nautilus simply fails altogether with a GTK error in the background.

ATTEMPT 04 - Ristretto

This is the default viewer with Debian 8 and it works. Or so I thought. When you rotate in Ristretto it just rotates it within the software and doesn't persist it within the image. So I went off and did 50 of them, thought I had and when I went to view them in other software they were still landscape. Incredibly frustrating.

ATTEMPT 05 - Windows 7 - Standard Image Viewer

This just works. I click one button, rotate left/right and then click next and it's saved. Ristretto could do this if it actually persisted the changes but it doesn't. So I find myself doing this job in a Windows 7 Virtual Machine because Linux just simply doesn't provide a working tool for me.

Any software that does the above simple task well in Linux?

View 14 Replies View Related

Ubuntu Installation :: Image Behind The Rotating Cube?

Mar 15, 2010

i've got the compiz rotating cube working but now i want a picture behind that cube......

View 1 Replies View Related

Ubuntu Servers :: Apache2 Log Files Not Rotating?

Mar 29, 2010

I can't get my apache2 log files to rotate on an Ubuntu 8.04 64-bit server install.

Does anybody know of logrotate creates an error log somewhere by default?

Here's my /etc/logrotate.d/apache2 file if someone has any insight if I am doing something wrong.

/var/log/apache2/*.log /var/log/apache2/portal/*.log {
weekly
missingok
rotate 52
nocompress

[Code].....

View 9 Replies View Related

Ubuntu :: Rotating Intuos4 Graphics Tablet?

Nov 2, 2010

From what I understand, it is possible to do via editing xorg.config. As my screen is currently rotated to portrait I want the graphics tablet to rotate accordingly. I am novice with coding, so please keep it simple.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved