Resizing and Printing a .svg File

I have a svg file that's a map that I downloaded from OpenStreetMap.com. 
What I'd like to do is divide map into sections, rearrange them and then increase the size of it up to 6 feet in diameter and print it. 
Is all of this possible to do with an svg file?
And if so, what tools do I use?  Do I use the Scale Tool?  Or resize the Art Board.
Any help or advice would be appreciated.
Thanks

Chris,
When you bring vector artwork into Illy, you may use the tools on it, so it should be possible. Why not try?
Exactly which tools are usable/suitable depends on the actual structure and upon the desired appearance; and how little/much work you are willing to put into it.

Similar Messages

  • How do I download and print a pdf file in osx mountain lion

    How do I download and print a pdf file?

    control click on your PDF to download option
    Open it on your desktop Command-P is the short cut for print option.

  • I am using Numbers app for the ipad and it has been working absolutely fine but now, when I want to email a spreadsheet as a PDF via the 'share and print' option, the file now doesn't appear as an attachment to the recipient. Any ideas please?

    I am using Numbers app for the ipad and it has been working absolutely fine but now, when I want to email a spreadsheet as a PDF via the 'share and print' option, the file now doesn't appear as an attachment to the recipient. Any ideas please?

    Hi mafiose15,
    Thanks for visiting Apple Support Communities.
    Restoring your iPod to factory settings is the best way to try and get it back to working order. You can use the instructions below to restore it:
    How to restore iPod
    Verify that you have an active Internet connection, because you may need to download new versions of the iTunes and iPod Software.
    Download and install the latest version of iTunes if necessary.
    Open iTunes. Connect your iPod to your computer using the USB or FireWire cable that came with your iPod.
    After a few moments, your iPod will appear in the Source panel in iTunes.
    Select your iPod in the Source panel. You will see information about your iPod appear in the Summary tab of the main iTunes window.
    Click Restore.
    If you are using a Mac, you will be asked to enter an administrator’s name and password.
    A progress bar will appear on the computer screen, indicating that stage one of the restore process has begun. When this stage is done, iTunes will present one of two messages with instructions specific to the iPod model you are restoring.
    Disconnect iPod and connect it to iPod Power Adapter (typically applies to older iPod models).
    Leave iPod connected to computer to complete restore (typically applies newer iPod models).
    During stage two of the restore process, the iPod displays an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remain connected to the computer or iPod power adapter during this stage.
    Note: The progress bar may be difficult to see, because the backlight on the iPod display may be off.
    After stage two of the restore process is complete, the iTunes Setup Assistant window will appear. It will ask you to name your iPod and choose your syncing preferences, as it did when you connected your iPod for the first time.
    You can find the instructions in this article:
    Restoring iPod to factory settings
    http://support.apple.com/kb/ht1339
    All the best,
    Jeremy

  • Reading and printing from a file

    I have a method that reads temperatures from a data file and prints them to the monitor. I use a while loop to read each line of the file, but for some reason it doesnt skip the loop when readLine returns null. My question is how do i get the method to stop reading before it returns null...
       public static void printFile(String textFile) throws IOException
            String inputString="";
            BufferedReader inputDataFile=
            new BufferedReader(new FileReader(CENTIGRADE_DATA_FILE));
            while(inputString!=null)
                inputString= inputDataFile.readLine();
                System.out.println(inputString);
            inputDataFile.close();
       

    ok cool thanks for pointing that out guys i appreciate it...now i need to take those temps and convert them from Strings to doubles so they can be converted i tried this but im getting a NumberFormatException error...
    public static void buildReport() throws IOException
            double centigradeTemp=0.00;
            String inputTemp="";
            //Open centigrade temps to be read and converted
            BufferedReader inputDataFile=
            new BufferedReader(new FileReader(CENTIGRADE_DATA_FILE));
            //Open file writer to write report
            PrintWriter outFile=new PrintWriter(new FileWriter("TempReport.txt"));
            //While loop to read a temp, convert it, and write it in the report
            while((inputTemp= inputDataFile.readLine())!=null)
                centigradeTemp=Integer.parseInt(inputTemp);           
                outFile.println(fahrenheit(centigradeTemp));
            outFile.close();
        public static double fahrenheit(double centigrade)
            double fahrenTemp=0.00;
            fahrenTemp=(9/5)*centigrade + 32;
            return fahrenTemp;
     

  • Viewing and printing a PDF file from Java Swing Application

    Hello,
    I need to view and print PDF files from Java Swing Application.How do I do that?I appreciate your help.
    Thank you
    Sumana Somareddy

    If you have a link to the URL pointing to the PDF file, you can allow the browser to open it. Then use the print function of the browser to print the PDF document.
    Regards,
    Tak.

  • Reading and printing the pdf file in  abap reports.

    Hello friends .
    how to read  pdf file and print the contents of the  pdf file in abap reports.?
    Edited by: Shivanand Kalagi on Jan 11, 2008 12:47 PM

    HI Brad Bohn,
      Issue is not only with the file damaged.
      My requirement is to place the PDF file in FTP folder using FTP_COMMAND, FTP_R3_TO_SERVER Function Modules.
      I'm placing the PDF sucessfully in FTP Folder. When i try to open it's showing the  "File cannot be opened because it's damaged....".
    I'm not sure whether i'm placing the PDF file in correct way.
    Regards,
    Saran

  • Resizing and Printing a bufferedImage.

    I have a bufferedImage , and I was wondering if somebody could supply me with a method to resize it to the paper size and print it out with out asking the user anything. Except are you sure you want to print? This would be of great help!

    Use AffineTransformOp.
    Here is my code
    //create an affinetransform (methods to set scale and rotation - I'm setting values directly)
    AffineTransform image_at=new AffineTransform(Trm[0][0],Trm[1][0],Trm[0][1],(Trm[1][1]),0,0);
    //make an imageOp
    AffineTransformOp flip= new AffineTransformOp(image_at,hints);
    //apply the opt to current image and put result in temp_image
    temp_image=flip.filter(current_image,null);
    MArk

  • Resize and print a large image in a report

    A current project I'm working requires that a "report" be printed out for every "part" produced.  
    Each "part" is photographed and a high quality (large) .jpg file is
    generated and cataloged on the hard drive.  A report with this
    image is then printed and shipped with the product as part of a QA
    process.  
    Initially I used a command line argument to have Irfanview print the
    image only.  This was so easy.  Even printing in Landscape
    was simple.  Of course then I realized I would probably need a
    little more information than just the image.  
    Looking at some examples of report generation and reading some of the
    problems others have had in the past, I figured it might be good to ask
    before I go stumbling around in the dark.  
    The original images are 2288x1712 in size.
    Is there any way to auto resize an image to "fit" onto a printed report?  
    The only way I can think to do is to experiment with different sizes
    until I find something that fits and looks alright, then use either
    IMAQ tools or an Irfanview command to resize the image before appending
    it to the report.  
    If anyone has any tricks for this one, I'd love to hear them.  
    Patrick Allen

    Here, but like I said, it's a very stupid VI. It doesn't do any avareging or smoothing and it has no mathematical optimization (assuming that there is any). It just removes some of the elements. This has been good enough for displaying images, but might not be good for anything else, because you lose a lot of details.
    Try to take over the world!
    Attachments:
    Resize.llb ‏98 KB

  • Import and print a PDF file

    I'm using a SAPSCRIPT to printout documents (as production orders).
    And I need to attach a PDF file to this document .
    The only way I found, is to export the PDF file to PCL file and then import it  as a STANDARD TEXT (so to include it in the SAPSCRIPT) using the program 'RSTXLDMC'.
    But I need a way to import direct the PDF file to scapscript, is it possbile ?
    Thanks

    Sorry, I loaded Snow Leopard so had to create a new user temporarily (Yarp001) ...
    I tried the Print as Bitmap option but no difference. I'm looking at a software/hardware colour management solution.

  • Viewing and Printing Acrobat 3D Files

    I'm an Adobe consultant and trainer, and I have a couple questions about Acrobat 3D.
    Most print service providers are not going to have copies of Acrobat 3D. If 3D objects are created or imported into Acrobat 3D, can it be opened and viewed in Acrobat Professional? Can it printed in Acrobat Professional?
    What happens to the 3D? Lonn Lorenz of Adobe told me today at Adobe's Momentum in Print show here in San Francisco that it would be converted to a bitmapped proxy, but he wasn't sure if it would be low-res or high-res. Which is it?
    How does Adobe Reader fit with Acrobat 3D? The data sheet mentioned Reader 7.0.7 for reviewing PDFs from Acrobat 3D files. Will that be available for both Mac and Windows or Windows only? When will it be available?

    I just spent a day looking into various 3D publishing and viewing options and so far have found Acrobat 3D to be the most promising. However, after experimenting with a trial version, I have run into some problems.
    At first I tried the CAPTURE feature thinking this was the best way to create the 3D image. While I was successful, the image was dark and rather large, and my CAD program bogged down badly.
    Then I realized Acrobat 3D could read 3D Studio files which my program can create, and the results were excellent. The original colors were carried over, the file size was smaller and image manipulation in Acrobat 3D was excellent. But when opening the files with Reader 7.0.5 I had the following problems:
    1. If the rendering is set to DirectX, the image is totally white; only setting to "Software" gives the correct results.
    2. With one file, parts of the model were lost when opened in Reader.
    3. The largest file (1.5mb pdf) was very slow to manipulate.
    4. Lighting results are not as good.
    5. Sections are not possible.
    I am producing more and more work in 3D and the possibility of clients being able to view 3D models is very exciting. However, the results with the current Reader are simply not good enough to justify the investment in Acrobat 3D. I understand Reader 7.0.7 will have improved 3D capability; will the above shortcomings be addressed?

  • Viewing and printing a .dwg file

    I am using the pro version of adobe acrobat.  I try opening a .dwg file and it seems to revert to an 8.5 x 11.00 in rather than the original 24.0 x 36.0 in size.  How can I get the file to open to original size?

    Something to try.
    For Windows, get to the Control Panel > Printers.
    Select Adobe PDF, right click to open the Preferences.
    Open the Advanced tab. Now, click on the 'Printing Defaults' button.
    Mid-point in the tab's dialog use the drop-down menu for "Adobe PDF Page Size" to select "Arch D".
    Click the Apply button and 'OK' out.
    Now, with Acrobat open go into Acrobat's Preferences.
    Select the category "Convert to PDF".
    Select the appropriate entry present in the "Converting To PDF" column.
    Click the "Edit Settings" button.
    Use the dialog to provide additional configuration selections.
    From Acrobat, File > Create PDF > From File
    Browse to and select a DWG.
    Acrobat will call up the associated native CAD application to process the file through PDFMaker.
    n.b., will have to have compatible Acrobat / CAD alignment.
    Ought have an Arch D (24x26) page size for the output PDF.
    Be well...

  • Resizing and printing a photo

    Hello all.Could someone please tell me how to use the printer window in Preview to resize a JPG photo.I want to make the photo larger.I have a Mac Pro with Snow Leopard as my operating system.Thank you.

    Use AffineTransformOp.
    Here is my code
    //create an affinetransform (methods to set scale and rotation - I'm setting values directly)
    AffineTransform image_at=new AffineTransform(Trm[0][0],Trm[1][0],Trm[0][1],(Trm[1][1]),0,0);
    //make an imageOp
    AffineTransformOp flip= new AffineTransformOp(image_at,hints);
    //apply the opt to current image and put result in temp_image
    temp_image=flip.filter(current_image,null);
    MArk

  • Help with resizing and import a .psd file

    I have a rather large logo that is a photoshop file. I am trying to scale it down in motion to use on a lower third. when I import the file it is large so I basically drag the handles to resize it. When it gets small the edges are very jagged and lok horrible. Is there something that motion needs to see from the .psd file for a clean import? I have also tried exporting the logo as a smaller file size and the resolution still looks horrible.

    encoding is only for character data.  It is not used for byte data.
    ARQ requires message level transactions which is not supported in UDP. That is the whole point of TCP.  It can bedone but you have to design a message accounting system. Performance is not an issue because Get-Content would usually rad the whole file
    into a buffer and spit it out in pieces. The client would just feed the file to the transport layer so performance for reading the file is not an issue. THe buffer acquisition and design of message accounting is where all performance issues will show up.
    In the past the file could be an issue on a large system with slow disks and limited user memory.  We used stream readers because the system gave special attention to stream IO so it would be fast.  Current systems are so fast and so highly buffered
    that direct block read is actually more efficient.  If you want to control memory footprint with scrolling then use memory mapped IO.   In general, the Internet is till not fast enough to beat the modern computer so that is not usually necessary
    Anyway, good luck with your project no matter what you decide to do.  Remember that encoding is only when you want to translate character data between systems or locales. Unicode to ANSI, ANSI to UTF-8... 
    ¯\_(ツ)_/¯

  • Disable Options (Save a copy and print) in PDF file

    Hello Friends,
    We have a java based web product in which we have enter metadata of a PDF file and upload that file on server with metadata. Now I want to disable save a copy, print, copy and save as text options. Is there any API avaliable please help me i am in deep trouble.
    regards,
    Shambhu Mitra

    Hi,
    This is not possible AFAIK. These features are specific to the browser and you don't have any control over them. If you want to stop people
    from being able to copy/print your data then you might want to consider the following
    * don't make it available in the first place
    * make it available in another form
    * make only some of it available (i.e. what the user needs)

  • I have restricted copy and print on a file, but now i cannot it to attach it to an email

    I have restricted copy and edit on a confidential file i want to email.  However, now i cannot see the file in order to attach it to an email or even by using Finder.  However i can see it on Desktop.  Major problem is now i cannot send the file using Outlook for mac as the file is not visible with the "attach" function

    Hi securityissue,
    Try open the document in Acrobat and try to re-save with different name if you have permission to do so.
    Also you may copy the document on thumb drive/ Flash drive and copy over to another machine and try to check the same.
    Regards,
    Ajlan Huda.

Maybe you are looking for