Vector graphics in DW

Dear Friends,
I would like to showcase some of my vector graphics on an
html page built with DW. Can you pls advise if there is any format
- other than rasterizing & optmizing the vector files - that I
could use to load these vectors so that they could remain scalable
- for viewing purposes, by means of something like zoomify - and
retain their vector appearance?
As usual, your advice is greatly appreciated.
Jvmonteiro

You could embed them in flash objects. SVG may be another
option, but I'm not sure that the support is wide enough yet.
http://www.adobe.com/svg/

Similar Messages

  • How do you prevent Acrobat PDFMaker from rasterizing vector graphics?

    I am using the "Create PDF" button (provided by the Acrobat PDFMaker in Acrobat X) to create a PDF from a Microsoft Word 2010 document.
    This works fine, except that vector graphics in the Word document appear in the resulting PDF as raster graphics. (That is, when I zoom in, document text outside the graphics appears smooth, but the graphics are blocky; and text inside the graphics that should be retained as text - it's not converted to curves - is just pixels.)
    The original artwork for the vector graphics is in CorelDRAW X6 (sorry, Adobe!).
    I have exported the following files from the original vector drawing in CorelDRAW:
    - EPS (with TIFF preview)
    - Windows metafile (.wmf)
    - Enhanced metafile (.emf)
    I can insert any of these files into Word okay (Insert > Picture), but the resulting PDF always contains a rasterized (bitmapped) version of the vector graphic ("line art").
    From memory, this didn't use to happen in my previous working environment (Acrobat 8 Pro with Word 2003, using artwork exported from CorelDRAW 12).
    How do you prevent Acrobat X PDFMaker from rasterizing vector graphics? Or is Word 2010 (or CorelDRAW X6) somehow to "blame" here?

    Transparency Flattening is being invoked.
    From the Create PDF button, select Properties, what is your setting for Default Settings? Select High Quality Print

  • How to print a Proe .drw ( Vector Graphic ) file to a printer.

    I am having a drawing model (proe .drw file). I want to print this file to a .tif file using java.The print driver is "Informatik Image Driver 3.20".
    .Can some one help me out with the steps involved in this.
    I understand .drw file are of type Vector Graphic. How to print it.
    I also have a corresponding postscript file generated from the .drw file. Is there a way to print this post scritp file to the printer mentioned above to create .tif.
    Any quick help will be deeply appreciated.
    The postscript file content as below
    %!PS-Adobe-2.0
    %%BoundingBox: 0 0 1190 841
    %%Creator: Pro/ENGINEER
    %%Title: c:/temp/xx.plt
    %%CreateDate: 18-Mar-10 17:29:28
    %%DocumentFonts: Times-Roman
    %%EndComments
    %%EndProlog
    %%Page: ? 1
    %%BeginPageSetup
    systemdict /setpagedevice known
    <</PageSize[1190 841]>> setpagedevice
    } if
    %%EndPageSetup
    newpath
    %90 rotate 0 -11.6929 72 mul translate
    /m {moveto} def
    /l {lineto} def
    /rm {rmoveto} def
    /rl {rlineto} def
    /slw {setlinewidth} def
    /srgb {setrgbcolor} def
    /sd {setdash} def
    /gs {gsave} def
    /f {fill} def
    /gr {grestore} def
    /s {stroke} def
    /np {newpath} def
    0 setlinecap
    2 setlinejoin
    0 0 0 srgb
    72 72 scale
    s
    [] 0 sd
    s
    [] 0 sd
    s
    0.02 slw
    1.21121 0.393701 m
    1.21121 11.2992 l
    1.21121 0.393701 m
    15.3242 0.393701 l
    15.3242 11.2992 l
    1.21121 11.2992 m
    15.3242 11.2992 l
    8.01388 7.69355 m
    5.49708 7.69355 2.5168 0 360 arc
    14.2189 7.69355 m
    10.8812 7.69355 3.33771 0 360 arc
    8.03498 5.85547 m
    7.69023 5.85547 0.344747 0 360 arc
    11.1515 5.53362 m
    7.81378 5.53362 3.33771 0 360 arc
    3.33558 4.07796 m
    7.52551 5.0152 4.29347 192.609 398.596 arc
    7.44242 10.0908 m
    4.1278 2.50717 8.2764 66.3911 106.456 arc
    s
    0 0 0 srgb
    0 rotate
    showpage
    ---------------------------------------------

    I did try google. But could not get a solution. Any idea what is the doc flavor for .drw file.?
    Edited by: ekuriakose on Mar 22, 2010 11:47 PM

  • Loading vector graphics at runtime

    Hi,
    I'd like to know if there is any way or any vector graphic file format that i can load dynamically at runtime on a web-based flash application.
    I have some files in pdf that i want to load in and i can convert them to jpgs at runtime and load the jpgs but then i lose vector graphics so when i zoom in and out they become pixelated.
    I had a look a look at flashpaper to convert pdf to swf and load them in but i can't see anywhere in the documentation about converting the pdf's at runtime rather than manually dragging and dropping them in.
    So far i've looked at pdf, svg and .ai but none of these can be loaded at run time just imported into the .FLA
    So can this be done? Or alternatively is there an application that can do the pdf -> swf conversion from the commandline then i could trigger php to do the conversion at runtime.
    thanks in advance.
    Greg

    Hi All,
    I have a task to save running SWF file to be saved as vector graphics file format and get the same back in the Flex application. Request you to tell me what can be the vector graphics file extension and help me out how to achieve this task.
    Thanks & Regards
    Santosh Kumar G

  • Vector graphics with Photoshop Elements 13

    How can I maintain the vector graphics that are saved for Illustrator (AI or EPS) in Photoshop Element 13.   There are a lot of free typography graphics for Illustrator that I would love to use in Photoshop Elements 13
    Mireille

    if you downloaded both the exe and 7z files to the same directory, double click the exe.

  • How to copy and paste vector graphics

    I have a program that draws curves and I would like to copy and paste them as a path into Adobe Photoshop.
    I am using the Clipboard class (Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard()), but I
    do not know what string I should use for the StringSelection argument in the setContents method. I tried the
    string that describes my curves in PostScript.
    But that didn't even work for pasting into Adobe Illustrator, although Illustrator is capable of opening
    a PostScript file. (However Photoshop only opens a PostScript file as a bitmap, not as a path.)
    With Illustrator, instead of pasting the curves, it just pasted the PostScript text.
    Please help.
    Thanks.

    For me, freehep is the fifth hit when googling "java vector graphics library". But of course I don't get to "[Access hidden information|http://www.copernic.com/en/products/agent/index.html]" without paying up :).
    For a simpler way: since you already say you can save to postscript, make a temporary ps file and export it in a file list (keywords "java drag and drop files"). Perhaps Illustrator then opens the file and the user can copy/paste it there. Otherwise you have to figure out what Illustrator expects on the clipboard and put it there in the same format.
    Another option might be to use some com wrapper to talk to Illustrator directly (but probably need a commercial com wrapper for that).

  • Replacing bitmap text with vector graphic text

    In a layout for an ebook I have some important black and white bitmap illustrations in tiff., 300 dpi. These have appeared ok on print, but on screen, reading the same pdf-file, they´re unacceptable, especially some texts in fontsize 5-6 pt are unclear. People tell me I have to convert the drawings, or at least the texts, to vector graphics.
    Question: Can I open these tiff.s in Photoshop, change only the texts to vector graphics and then save in a format, that can be inserted in the Word2010 layout? (You might wonder why I use Word, but it was a question of economy, when the project was started up). Or are there other ways? Thanks for any answers!

    You are right, there are no layers, some geometric shapes with texts in and around. It´s possible to mark or lassoe the bits of text, since spaces were made in the figures for the texts. And then delete them, and then insert new ones. That will be in another layer, I guess, but from that point I don´t know what to do :-)

  • Novice: Can I add vector graphics to a pdf?

    Have Acrobat Pro 7 but have been using it only for creating simple pdfs from Office documents.
    I'm starting my education on other capabilities.
    Can I add vector graphics (shapes, text) to a pdf or do I need to get the pdf into a tool like AI first?
    We're going to be working with maps (GIS output) and, to start, I'm assuming we'll want the maps as pdfs.  In some cases we'll want to add some markup.
    Thanks
    Tom

    As PDF is, essentially, a "non-editable" format (aside from minor touchups) you'll want to work content in an authoring application.
    Output a PDF, containing the vector graphics, from an authoring application.
    Provide the desired PDF page content in an authoring application as well.
    Be well...

  • Export a PDF and convert the vector-graphics to pixel-graphics

    Hey,
    i want to export a PDF out of indesign CS3 and convert all vector-graphics to pixel-graphics.
    Is there any solution, maybe a plugin, to do this?
    Thanks!!!!

    You could apply a transparency effect to your vector objects that doesn't effect their appearance and make a flattener preset which forces everything to rasters—then export a flattened PDF using that preset. Why do need rasters?

  • Reduce file size vector graphics

    When it comes to imported vector graphics are there any methods to decrease the swf's file size as much as possible?
    So far I have:
    - imported an illustrator ai file (strokes 'expanded' in illustrator and unneeded swatches/brushes etc. deleted and with no raster images embedded)
    - exported the file in illustrator as swf and imported that swf into flash
    - imported ai file and breaking it down to flash shapes
    - optimized those shapes as much as possible
    I rather use vector as much as possible. For a banner for examle, I've imported vector images of trees. I couldn't get it below 40 kb so I exported all illustrator files to png files which helped. Can detailed vector images be optimized just as much? Or is it better to use bitmap files when it comes to more detailed graphics? Does it matter if it is a vector images made in flash or a imported vector file even if both have the same number of paths?
    Any other ideas I might try besides the things I've already tried?

    There is a certain threshold when a bitmap can actually be smaller than a detailed vector graphic. Especially when working on small image sizes, bitmaps can often be quite smaller.
    For a vector graphic, you can't do more than reducing the number of vertexes which may result in a poorer graphic.
    With bitmaps, you can do a lot more:
    Keep in mind that bitmaps with an alpha channel use up much more memory than bitmaps without alpha information. So try to reach your goal without using transparent bitmaps - which seems hard in the beginning, but as Flash provides different blending modes, you can, for example use the blending mode "multiply" for a black logo on a white background with just a grayscale bitmap instead of a bitmap with alpha channel information.
    The same is valid for a white logo on a black background: Use the "add" blending mode instead, then.
    I have also written some Photoshop Plugins to reduce the alpha-channel bit-resolution which sometimes gives me the extra 3-4kb I needed. Instead of using 256 shades of alpha, it reduces them to maybe 8 or 16. Alpha-Channels are comressed like GIF/PNG images inside of flash, so having as few different shades of alpha as possible will make images smaller. I even use dithering sometimes for softer alpha areas.
    In some rare cases, you can also gain some bytes if you convert text to vector graphics (pressing CTRL-B twice), but this only works when there's not much text at all. That's because the metric information for text glyphs take up a bit more space then just the shapes. So you can imagine that this may only work if there is just one text element with all different letters. So you won't get much size reduction by converting "abracadabra". But you will get some reduction if you convert "the quick brown fox jumps" into shapes.
    This all can help if you have restrictions like 30kb or even 20kb to create a full animated flash banner.

  • Jagged vector graphics from Illustrator in Indesign

    Using CS3, Leopard, have all updates.
    I'm having problems with vector graphics created in Illustrator getting jagged when dragged from Illustrator to Indesign (or copied and pasted or placed as Illustrator file). They look jagged (stair stepped) in InDesign, also in Acrobat after exporting a pdf, and after printing. The vector image in question is a rectangle with rounded corners with an "Envelope Distort - make with warp" applied to it. Is the problem that I'm trying to drag an envelope distorted graphic into InDesign? Are there settings to make this work?

    "They look jagged (stair stepped) in InDesign, also in Acrobat after exporting a pdf, and after printing."
    Doesn't sound like a screen preview issue to me.
    If a placed AI file has jagged edges on print and in PDF, but looks good in Illy, then something is amiss. Your transparency settings could be set to rasterize the line art. Make sure you're using one of the canned flattener presets (high, med, low) if there is any transparency in your page (little checkered icon by the page icon in the page palette).
    J

  • How to Use the Scalable Vector Graphics API (JSR 226)

    im doin an Application with Maps and locations...
    i need 2 use the Scalable Vector Graphics API (JSR 226)..
    can anyone plz guide me to get it and use the API.. Im using netBeans 5.0
    it will be great help :)
    Regards
    Muhammedh aka MNM

    Thanks Rohan :)
    i did read some stuff from the URLs u gav me :)
    and I manage 2 solve the prob i had :) (Thank God)
    1. downloaded latest version of netBeans (5.5)
    2. Java SDK 6 :D...
    3. the key thing: Wireless tool kit for CLDC 2.5 Beta
    now when u create a project make sure u set the above given tool kit :)
    when u set it.. u get an option 2 select the APIs frm a List.. Check on SVG API :)...
    Other APIs Such as,
    * wireless Messaging API
    * Location API
    and many more...
    Cheers 2 Every1 :)
    regards
    Muhammedh

  • How can I create this as a vector graphic?

    HI Folks,
    I'd like to create the attached as a vector graphic, can anyone tell me the best way to do this in Fireworks CS3?
    http://www.sandwell.nhs.uk/circles.jpg
    I've tried to draw it using the pen tool, but it doesnt look accurate.
    thanks in advance.

    Hi matthisco
    Go to vector tools and choose the donut tool. Draw a circle and use the yellow spots to adjust the edges minimize the fill area and drag the segment you want to cut so it looks like you want. For the circle choose no fill, and stroke about 20-25px , stroke category 1-pixel soft.

  • Using a vector graphic for a button

    Adobe Photoshop, Illustrator, and Encore CS5, everything is patched, Windows 7 64-bit
    I have been reading various posts, and either not seeing or not understanding something about using a vector graphic as a button on a menu.
    I drew a one-color shape in Illustrator, saved it as EPS and PNG and used it in a menu designed in Photoshop. When I preview it in Encore or burn a DVD, the graphic looks awful. And I'd like to use highlighting with it so it changes color when selected but that is another problem....
    To start the menu, I used the Photoshop preset NTSC DV Widescreen which has a pixel aspect ratio of 1.21. Then I added background graphics and so on. Each button is contained in a layer group named (+)PlayAll, etc. In each layer group is a text layer that doesn't have a prefix (e.g., Play All) and another layer with the vector or PNG named (=1)kv, which is the name of the EPS or PNG file.
    The behavior is fine. The graphic moves to indicate which menu item is selected, the text is constant, never changes.
    In Photoshop, the graphic looks fine but when I preview it in Encore it looks crappy and pixelated. What do I do?

    Part of the problem is I have no idea what some of these terms mean ... "2-bit indexed", ... The first one might mean an object that has one color,
    It is not the same as one color, and yes, it probably means more than any of us intend.  See  Encore help regarding button subpictures, in particular the part regarding using Photoshop to create button subpictures.
    The latter includes "(Technically, the subpicture overlay is a two‑bit indexed image.)," but you don't need to understand the technical meaning (they don't explain it anyway).  You do need to understand the liimitations they explain there,  For example, under "solid colors only," they say "Elements on these layers must use solid colors and sharp edges. Use one solid color per layer. Do not use gradients, feathering, or anti-aliasing on the subpicture layers. Color gradations are not possible in subpictures."
    "sub-picture highlight" ... the second one is probably made up.
    Heh, heh.  Searching that in Encore help (which I often find lacking) finds the page on Button Subpictures.  I agree that some of the terms, whether they are from the DVD specs or Sonic's applications (on which Encore is based), can make it difficult to look things up.
    "vector layer".... I searched Photoshop help for "vector layer" and got nothing. There is such a thing as a vector mask on a layer but I have no clue what a vector layer is.
    You're correct - vector mask.  Within a button group, the vector mask will be part of a layer, so I think of it as the button group "vector mask" layer.  That's part of why I pointed to using a library menu and editing in photoshop so you could compare what you have to what a template looks like.
    Please suggest which Encore library menu I can try. I opened a couple and couldn't figure out how they worked.
    In the General set, pick the Sunset menu.  Edit in Photoshop.  Expand the "(+) play movie" layer.  The "button vector mask" (the dark area) is in the layer called "button."  Notice that it does not have a (=1) or other indicator that it is a highlight.  In other words, it will just sit there, in whatever color is defined, and will not be a highlight.  If you put it in a layer that has one of the highlight indicators (the =1, =2 etc), it will then be subject to the subpicture highlight limitations.
    You might try your graphic in such a non-subpicture layer, and compare its appearance to putting it in a subpicture layer.
    Jeff Bellune's book (he's a moderator here) is still very applicable.  While some things have change, the basics haven't.
    But, hey, Jeff.  Why haven't you updated your book yet?  Inquiring minds want to know!

  • Bringing vector graphics from illustrator photoshop final cut express.

    I'm having a heck of a time getting my logo from illustrator to photoshop to final cut express. It is squishing it. It looks jagged in photoshop. I am cutting and pasting from an eps file to a photoshop doc that is for film and video. I'm not sure what I'm doing wrong.
    Thanks to anyone who has answers.

    If you have a problem with working with Photoshop you probably want to go to the Adobe forums.
    If you're placing the vector graphic in a Photoshop file make it whatever size you need it to be. You're video image is the square pixel equivalent of 720x540. If you need the logo to fill the frame from edge to edge then make it that size. If you need it smaller, make the PSD smaller.

  • Reuse embedded vector graphics

    I wan to reuse embedded vector graphics from FM documents in MS Office and OpenOffice.
    I found the Linux tool mif2xfig which works only for MIF 4.0.
    http://www2.cs.unibw.de/alumni/Ansgar/mif2xfig/
    FrameMaker > Print to PDF > Import PDF in OpenOffice Draw -> Save selection as EPS
    is my current procedure.
    Any ideas?

    What vector graphics formats do those apps support?
    There have been at least 2 FrameScript or plug-in tools for exporting FM graphics discussed here over the years, but the only one for which I found a link, the link was stale.
    For small numbers of such embeds, I normally open the PDF page in Illustrator, and delete all the page content except the image elements of interest. Save as EPS, PDF or SVG, depending on target app support for vector imports.
    Acrobat Pro has the ability to export all images in a PDF, but as of 9.0, only to raster format. We have XI, but I haven't checked to see if that feature's been enhanced.

Maybe you are looking for

  • Error in Installation of SAP R/3 4.7 - Urgent Help Pls !!!

    Hi All, I have a problem while installing SAP R/3 4.7. The Central instance has been successfully installed. Error occurred while installing the database instance. I am using SAPDB as the database. The error I get is the following: **INFO 2008-03-01

  • Error in shared lib on Suse 6.3 (Oracle 8.1.5)

    Hello everybody, after several attempts and studying the SuSE-Howto on installing Oracle 8.1.5 I finally suceeded. But whenever I want to connect to my database using sqlplus I get the following: sqlplus: error in loading shared libraries: /opt/oracl

  • GPS very slow and GPS question

    Hello, Is this happen only with my X6? Its take the GPS more then two minuts to get the location even when I see that it found 5 satellites with good sign. Also, I wanted to know - I have a ploar sport tracker program that use the GPS. If I start the

  • HT204150 All my contacts have disappeared from icloud and all my devices

    I've just tried to use contacts on my iPhone (4S) to discover they have all disappeared. Checking my other devices, I discover they have disappeared from them also. Is there any chance of getting them back? I have tried recovering from Time Machine t

  • ITC Garamond Bold not showing in InDesign but OK in Photoshop/Illustrator

    ITC Garamond not showing in Indesign CS4, Mac 10.5.8. But OK in Photoshop and Illustrator. I removed the font cache and even used Fontnuque to remove all the fonts cache on my Mac to no avail. Any idea? Thanks Tobyfood