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
440 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
598 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
52 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

15 30 50 per page
1
2 3 4 5