Posts

Showing posts with the label Eps

Converting From EPS To SVG Format

Answer : Currently what's working best for me on linux is the following: epstopdf foo.eps pdf2svg foo.pdf foo.svg I believe the first command is a wrapper for ghostscript, and the second is a wrapper for calls to the Poppler and Cairo libraries. On ubuntu, they're in the packages texlive-font-utils and pdf2svg. Gradients come out looking right, but don't seem to be editable in inkscape. I tried using inkscape and uniconverter for this purpose, and as of Jan 2013, both seemed broken when tested on an example containing nothig but some very simple line art. Inkscape throws errors and can't open the eps file. Uniconverter crashes. Scribus and sk1 may work, but seem awkward and not really suited for this task. Uniconvertor is currently the most convenient option. It's a command-line tool that shares code with the sK1 Project. You won't have to bother cropping the image in sK1 if you use uniconvertor, so it's more automated. Run it like this: uniconvertor befo...

Can I Safely Use A PSU With An ATX 12v 4-pin For A Board That Has A EPS 12v 8-pin?

Image
Answer : Information: Page 16 of the manual to the motherboard says that the 8-pin connector is for supplying power to the CPU. Method 1: If you look at the pinout of the 8-pin socket and the 4-pin cable (figures 1 and 2 below respectively), you will notice that physically, it should be compatible. I found a page (figure 3) that indicates that it can be done, but strongly advises using a proper 8-pin cable. This makes sense because the connector is generally for providing the CPU with extra power (as opposed to any power), so while it may work, the system may suddenly shut down if CPU usage goes up to 100% (eg while doing a virus-scan, watching YouTube videos, etc.) Method 2: Another option I have found is some discussions (like this one) about using an adapter (figure 4) to connect the 4-pin cable to both halves of the 8-pin connector. In fact, there are plenty such adapters on eBay for as little as $1 (and free shipping). Newegg also has a couple. Of course the probl...