Illustrator :: Converting Image Into SVG?
Mar 19, 2014
I'm having trouble getting an image successfully into my vinyl cutting program. I open a black and white image into illustrator, I trace it, I paint a few more black lines that I need and then save it into svg or pdf. Once I import the image into my software it show all the brush strokes that I painted making it impossible to cut. Is there a way to make the image in illustrator all one image once painting it and making it decal cuttable?
View 1 Replies
ADVERTISEMENT
Feb 18, 2014
new to illustrator and im trying to convert a digitally generated pdf. into a vector format/file without the pixel data. I have drawn up a logo/font (in autocad as thats what i know) and made a pdf from it to send to a printing company that only deals in vector format. i can import the image and get a trace of it but the frames add radii to corners and im having trouble isolating the vector/trace result to make a seperate file from (to send off)
so, its there an easier way to get a vector file from my pdf image
View 2 Replies
View Related
Jan 24, 2013
I have a color .jpg image that I want to convert to grayscale and then add annotation. Is this easy to do in Illustrator?
View 9 Replies
View Related
Jan 14, 2013
I've created a logo, and I'd like to use it in some PDF documents. I've tried several different methods for converting it into an image, but the image quality really degrades when I do. Maybe I'm expecting too much - since the vector image is essentially perfect - but it seems like there should be a way to come up with a decent looking image. Is there a "best practice" for this process?
View 4 Replies
View Related
Aug 6, 2013
I'm trying to print colour to my epsom inkjet but for some reason Illustrator keeps converting my colour image to greyscale.
Now I've been using Illustrator for years and this is a new problem I've not come across before. Is there something I can do to stop it doing it - maybe there's a setting that has accidentally switched on that converts all to greyscale.
If not then I suppose I'll have to revert to "turning it on and off again"!
View 3 Replies
View Related
Nov 8, 2013
All the JPEG images I have converted from cr2 are grainy. I am converting them by Image Processor.
View 1 Replies
View Related
May 6, 2012
I am trying to create a card, using a standard layout size of 4.25 x 8.25. I have the resolution set to 300 PPI.
While adding layers, I am also adding in some images to the card for a newborn. The image res is 300 DPI, but once I open the image in PS, then pull it down into the new project, it auto commits to a 72 DPI. I can't for the life of me figure out why it is doing this.
I have tried going into the image>image size and changing it to 300 DPI, but even after I change it, when I go to the file information page, it tells me that the image is still set to 72 DPI.
View 4 Replies
View Related
Feb 3, 2006
I've made up a logo in PS. is there anyway i can covert it to a vector shape?
View 3 Replies
View Related
Jul 25, 2013
I recently designed a logo for a client that included both a gradient and transparency. I flattened the transparency, expanded the strokes and embedded the text before saving a copy of it in .eps and another in .pdf (PDF/x-1a:2003)
When I opened both files in Preview, I found these two problems:
I didn't have this problem when I saved the file in other formats (.jpg, .png) Also, while I'm here, is PDF/x-1a:2003 preset optimized specifically for printing?
View 2 Replies
View Related
Aug 17, 2013
I'd like to purchase a website template online which denotes that I'd have to use Adobe Illustrator, Freehand, or CorelDRAW to implement it. There's just one problem - I can't use any of these programs. As a matter of fact, I would like to use the template that I found with a "drap and drop" website builder, as opposed to coding. I was thinking, "What if i could covert an entire Ai file to a folder of PNG's?" ..then I could just manually build my website using those PNG's. Is this type of conversion even possible?.
View 11 Replies
View Related
Jul 31, 2012
I can't seem to figure out why the illustrator file opens blank if photoshop. I tried converting to EPS and PDF and even Ai CS3 but the file is opening blank. The pdf file also saved as blank document.
View 5 Replies
View Related
Mar 15, 2013
I have a logo that I created for test purposes at a lower resolution. Is it possible to take the active selection of the logo and create a vector from it without having to manually trace over it with the pen tool or adobe illustrator (I do not own illustrator). If I could do this within Photoshop that would be my preference.
View 3 Replies
View Related
Nov 11, 2009
I'm doing an internship at school and need to convert alot of .tiff files and .dpf files into drawings. I also experimented with a program that converted the files from raster format into vector format. This is what I've found so far...
Able2Extract – Works very well when it does. Creates everything on 1 layer. Has options to use Autocad 2000 color palette or Autocad 2004 color palette. 2004 palette usual fails. Program works 50% of the time.
Aide PDF to DXF – Worked very well, once. Tried multiple floor plans and it came out chicken scratch.
AutoDWG VectorNow - Terrrrribllleeeeeee.
AlgoLab Raster 2 Vector – Miserable failure.
Any decent programs to convert these files?
View 3 Replies
View Related
Apr 10, 2008
If you are using the new BW adjustment filter, can you control how much of the cyan goes in one part of the image, and how much goes in another part of the image?
View 7 Replies
View Related
Nov 7, 2012
I was told by a printer to convert my paint.net image, I send a jpg to them, to an Adobe RGB1998.
View 4 Replies
View Related
May 24, 2013
I have always used PS to edit my raw images. I am now using elements. I noticed that when I converted all my DNG files to JPS it saved them at 240 dpi is there anyway to change them?
View 1 Replies
View Related
Oct 18, 2012
What would be the best Adobe product to convert AI -> dxf ?
View 2 Replies
View Related
Oct 1, 2012
We create hundreds of large .AI-files (ranging from 10-100 MB in size) every few months, and before we can send them to our suppliers, we have to save them as PDF-files (both in order to reduce the size, but also to make sure our suppliers can open them). Now, the straight-forward answer is of course to open each file and export it to PDF manually.. But that takes way to long.
The files are saved on a server in a folder with several subfolders all containing ai-files.Is there a smart way to convert all the files from AI to PDF?
View 1 Replies
View Related
Jul 27, 2012
I wrote the following AppleScript to open a PDF file and export is as PNG. I am using Illustrator CS5.
The export command gets an error: Adobe Illustrator got an error: Can't get current document.
when it encounters the export command.
set inputFile to (choose file with prompt "Open PDF file to convert to PNG:") as text
set exportFile to inputFile & ".png"
tell application "Adobe Illustrator"
if not frontmost then activate
open inputFile as alias without dialogs
export current document to exportFile as PNG24 ¬
with options {class:PNG24 export options ¬
, resolution:300 ¬
, matte color:{red:0, green:0, blue:0}}
close current document saving no
end tell
View 5 Replies
View Related
May 24, 2012
I made a really awesome logo in Adobe Illustrator earlier today and wanted to share it with my friends, but I didn't know how since none of them had Illustrator. Then I remembered that I once opened a PNG file in Illustrator, so I tried to save it as a PNG.
In case you haven't already guessed, my efforts were in vain. Is there anyway that I can convert an .ai to a .png?
View 2 Replies
View Related
May 23, 2012
I've been trying to export some CS4 Illustrator files to cad for laser cutting. Fab shops here use mostly Solidworks, but can use autocad. I'm selecting dfx/dwg in the export, and scaling to inches, even double checking the scaling is correct from a decimal measurment found on another forum thread, and it is-- but I've tried this about 8 times now with 2 different fab shops and they both say when they open the files the scaling is WAYYYY off, and there are breaks and "splines" all over that are disconnected.
View 11 Replies
View Related
Apr 15, 2013
I am using an image for a contact icon on a business card, but the print quality of the image is bad.
Now will it work if I convert the image to a smart object and print the image like that? (The original image is a much larger png file that i convert to a smart object then resize it to icon size)
View 3 Replies
View Related
Aug 11, 2012
How to convert 100 jpg images into single png using Photoshop in single action?
View 4 Replies
View Related
Apr 14, 2013
I'm, trying to make an animated gif from a png image. I managed to do it, but there's a small problem... when I convert the png to gif (to make the animated gif afterwards) the image gets a strange white border around the edges. I tried to play with the Dithering and Tansparency threshold, but to no avail.
[URL]
How can I avoid this with Paint.NET?
View 9 Replies
View Related
Oct 27, 2004
I have a logo that I need to give to someone else so they can alter it but they don't have a font that is used in the original .ai file.
I know it's possible, but I'm just not sure how, to convert the text in the logo to art so that it won't matter if they have the font or not.
View 3 Replies
View Related
Nov 18, 2013
I'd like to convert a file from RGB to CMYK. Normally, I can go into Assign Profile, and just select CMYK. However, in this case (actually hundreds of files), none of them have CMYK as an option. So, all the files remain in Untagged RGB, when I need them to be CMYK US Web Coated SWOP.
View 1 Replies
View Related
Apr 6, 2013
I have multiple files that I am converting to PDF files to print and all of them converted fine except one. When I convert it to a PDF half of the color changes to black. I can't figure it out and I feel like I've tried everything! And this is what it looks like when I convert it to a PDF.
View 2 Replies
View Related
Jul 16, 2013
I'm woring on a custom textile design that needs to be printed on fabric within the CAD-generated garmet production pattern.
The garmet pattern was created in the CAD progrom PAD.
PAD exports .dxf and .txt files. The dxf file imports into AI as text and code. The .txt file is unusable. It's scale is skewed and important information is missing from the file.
I'm working in AI 5.5 on a Mac. I've imported .dxf files from other cad progrms like Optitex no problem.
PAD exports .dxf AAMA. I need to import this into AI, and the AI forums say Illustrator can read .dxf files.
View 3 Replies
View Related
Jan 7, 2014
I have 14000 Freehand mx file and need to be able to open them in Illustrator cs6.... how can I convert them to ai files ... I do not have CS4 or CS5....
View 1 Replies
View Related
Jul 24, 2013
i'm totally new to scripting. i have a bunch of illustrator cs5 files (actually some of them might be older cs versions). they all have an artboard size of 200 x 200. i need to resize them to 700 x 700 and save them as png24 preserving transparency and keeping the same file name. is this possible? if so, any examples?
View 1 Replies
View Related
Jun 8, 2012
theres this client of mine who accepts work only in corel draw format n I have tried importing expanding and saving saving in different formats etc but nothing seems to work I have a lot of artwork with drow shadow transparency clipping mask and objects filled with patterns I made these are the effects I find extremely difficult to import in corel draw working half in illustrator n half in corel draw is annoyingly time consuming.
View 10 Replies
View Related