Skip to main content

All Questions

Tagged with
6 votes
7 answers
3k views

Is it possible to convert Word to PDF without screenshot quality loss?

In Word I have a code screenshot. I tried to convert it using many different ways (save as PDF, export to PDF, Print to PDF (Microsoft, Adobe, CutePDF), Adobe Acrobat (paid) Create PDF / Convert PDF (...
Z0q's user avatar
  • 407
0 votes
1 answer
444 views

How do you convert PSF music files to FLAC without using some "online tool"?

I love the soundtrack to the 1997 PlayStation video game Breath of Fire III. I have its soundtrack as MP3 files on my computer. After hearing what a huge difference it made to go from MP3 to FLAC for ...
Juandavid's user avatar
3 votes
0 answers
2k views

Is it possible to convert TLC SSD to SLC at the expense of cutting out the capacity?

3d TLC SSDs are good for use as daily driver these days, compared to planar TLC. But still TLC is TLC no matter how you call it, writing 3 bits in each cell. A few days ago I heard about P-SLC, short ...
kevin's user avatar
  • 31
0 votes
1 answer
2k views

Convert eps to png with GhostScript on Windows

If I have some .eps files e.g pic00.eps, pic01.eps, ... Then on Linux I convert them to .png files by running the command: gs -dSAFER -dBATCH -dNOPAUSE -dEPSCrop -sDEVICE=png16m -r600 -sOutputFile=pic%...
Stéphane Laurent's user avatar
1 vote
0 answers
1k views

How to Create an ISO Capturing a Windows 10 Installation

I have installed and customized Windows 10 on my desktop computer. I want to create an ISO that captures this installation, including all its settings and installed software. I plan to load this ISO ...
Ray Woodcock's user avatar
0 votes
1 answer
599 views

Windows batch script equivalent of a Windows PowerShell script

Can anyone help me to create a Windows batch script equivalent of Windows PowerShell script that I wrote. I know what first few lines should be, but I am not sure for the rest. PowerShell Code: Get-...
Zoran Jankov's user avatar
0 votes
1 answer
2k views

How to change output names when batch converting with ffmpeg to the same directory?

I have a bunch of mkv files that I'm trying to convert their audio while copying the video with this command: for %i in (*.mkv) do ffmpeg -i "%i" -c:a aac -ar 44100 -b:a 128k -c:v copy "...
BelowAverageUser's user avatar
2 votes
4 answers
1k views

How to convert RTF file to PDF

Looking to convert a simple RTF file into PDF. Is there a way to do this without 3rd party software?
Kalamalka Kid's user avatar
1 vote
1 answer
53 views

Ignoring file extension when running program from Windows context menu?

I have added a "convert to JPG" option to my windows context menu. I have accomplished this by setting the context menu to run magick convert %1 %1.jpg. However, while this works, it will leave the ...
LittleKingJohn's user avatar
0 votes
1 answer
393 views

Add a new ImageMagick command in an existing batch file

I have this batch file: for %%f in (*.svg) do ( "C:\Program Files\Inkscape\inkscape.com" ^ -z ^ --export-background-opacity=0 ^ --export-height=256 ^ --export-png="%%~nf_256x256.png" ^ --...
Gerlof Leuhof's user avatar
1 vote
1 answer
3k views

Is it possible to translate or convert a VBS script to BAT?

I have a visual basic script I found years ago, I would like to know if it can be entirely or at least roughly translated into batch format. The goal is to convert the script to batch format, so that ...
Mr. Mendelli's user avatar
  • 1,269
2 votes
3 answers
318 views

How do I open .ai files on Windows 8.1?

Specifically this file https://stock.adobe.com/stock-photo/flux-vague-de-dollars-illustration/35571058 I tried to rename the file with .pdf extension, but FoxIt would not open it. I tried to install ...
Chloe's user avatar
  • 6,036
0 votes
1 answer
5k views

Convert MKV with DTS audio to MKV with AAC, AC3 or MP3 audio

I have an MKV with multi-channel DTS audio. Using ffmpeg from the command line I want to convert to MKV with either multi-channel AAC, AC3 or MP3 audio. Can someone please tell me command-line for all ...
Caleb's user avatar
  • 1
2 votes
2 answers
12k views

How to convert EPS file to EMF in Windows using a free software? [closed]

I have plot figures generated using matplotlib saved as .EPS files. I want to inset these into MS Word Document. Unfortunately, MS Word only accepts EMF files as vector inputs, so I need to convert ...
Shubhanshu Mishra's user avatar
1 vote
1 answer
2k views

How can I batch convert FLAC to MP3 while retaining the directories, within a different directory?

I have my music organized as Music\Lossless\Artist\Album and Music\Lossy\Artist\Album. I want to convert everything in the lossless folder to MP3 or AAC, have them retain their Artist\Album ...
delz's user avatar
  • 13
0 votes
1 answer
732 views

Make File appear like a Folder

So here's the scenario. My company's network has a "dropbox" (aka scratch drive) on the network which we can use to temporarily store our files. However, IT can choose to, on any given night, delete ...
dberm22's user avatar
  • 113
1 vote
1 answer
328 views

Speex to FLAC in windows command line

I've got a speex audio file (snd.spx), and I've found foobar2000 is the only software I can easily convert it to the more-widely-usable format FLAC (snd.flac) so I can edit it before encoding again to ...
Paul S.'s user avatar
  • 143
1 vote
3 answers
15k views

How to convert a video file to XVID format? [duplicate]

I need to convert existing MP4 files to the XVID format with the .AVI extension. Specifically to something like this: I've tried Camtasia, Handbrake and VLC, but they don't seem to support this ...
AngryHacker's user avatar
  • 18.8k
0 votes
1 answer
141 views

Is there a way to convert FAT16 to NTFS using terminal without convert.exe?

Do you know any other ways of converting filesystems in Windows 7 only by means of the OS itself?
Олег Кривцов's user avatar
2 votes
5 answers
5k views

Batch conversion of smartboard notebook files

Is there any way, how to convert SMART *.notebook (file format to create presentations for Smartboard) to PDF in a batch? I have about thousand of such files to convert to pdf and the software ...
mipe34's user avatar
  • 23
1 vote
2 answers
6k views

How do I convert many text files from <some_encoding> to utf8-no-bom?

I'm looking to convert lots of text files (40+) from ISO-Latin-1 to UTF8-no-bom. How can I accomplish this?
RProgram's user avatar
  • 560
-2 votes
1 answer
2k views

Convert 3D model to video [closed]

I am looking for a free software that I can run via command line under windows to convert a 3D model (stl, ply or 3ds file) into a video format like avi, mpeg or ogv. The object should rotate in the ...
jimbo's user avatar
  • 111
1 vote
0 answers
373 views

Converting a large string of hex to decimal on windows

I have a long string of hex characters which I need to be converted to ascii , decimal and several other formats. The hexcode is separated by brackets and I wanted to know if there is any free tool ...
Sab's user avatar
  • 677
0 votes
2 answers
5k views

Batch video conversion - With subtitle burn-in

I want to convert a folder of .mkv files for online use. By this, I mean burning in the subtitles and if possible, adding two different languages (so Youtube will let the users choose.) Handbrake ...
Apache's user avatar
  • 16.2k
2 votes
2 answers
4k views

Changing the Line Ending from Unix/Linux to Windows from terminal

I have a bunch of text files created in Ubuntu and when I access them on a Windows machine using DropBox they are not properly formatted because of the Line Ending difference between Unix/Linux and ...
Praveen Sripati's user avatar
16 votes
3 answers
50k views

Batch convert *.avi files using ffmpeg

I am trying to convert 20+ .avi files in a batch using ffmpeg. I've got the following @echo off. for file in *.avi do ffmpeg -i "$file" -s 640x480 -vcodec msmpeg4v2 "'basename "$file" .avi'....
Darius's user avatar
  • 2,206
1 vote
1 answer
2k views

Moving windows-2003 hdd into virtual machine - with HDD shrink

Before you vote to close as exact duplicate, please read the full question. I was already read: Can I make a virtual machine out of a Windows XP physical machine? Disk2vhd,convert my PC to Hyper-V ...
clt60's user avatar
  • 877
4 votes
1 answer
27k views

Can I convert a 64 bit Windows to 32 bit Windows?

Is it possible to convert 64 bit Windows 7 to 32 bit Windows 7 keeping the settings and installed software where they were ? I am not interested in virtual machine based options.
steve's user avatar
  • 377
1 vote
1 answer
3k views

LPT port using USB

I have a machine which connects to PC with LPT port. And in the program I am selecting port number on which is LPT port connected, something like etc. ( a326 ). Now I have bought LPT to USB converter....
user123_456's user avatar
31 votes
7 answers
113k views

How to convert Word (doc) to PDF from Windows command line?

Anyone know how to convert word files (.doc) to PDF using the command line in Windows? We were using the service of OpenOffice, but in documents that have many tables and images, it ends up ruining ...
Xosler's user avatar
  • 505

15 30 50 per page