How to Import Vector Identified Files into Photoshop Without Losing Quality

Hello,
I am creating a series of music worksheets on photoshop. I have created some music scores in a music writing software called Sibelius 7. It has the capability to export the sheet music graphics in the following forms: .pdf, .eps, .bmp, .tiff, .png, .svg .
However, I have tried to 'place' each of them into my photoshop file to see which one will work. But on saving the photoshop document as a .pdf with any of the graphics formats, the vector quality of the image has been lost, as it pixelates on zooming in. I have also tried to import an .svg file into adobe illustrator to save it as an .ai file and then import that into photoshop, but the image is again pixelated.
I don't really know what is happening, as I am essentially trying to import a file that is a vector (or at least does not pixelate on zooming) into photoshop, hoping for the same qualities to be retained, but it is being lost for some reason.
What should I do?
Thank you.

Thank you for your reply. I opened the vectored pdf into illustrator. I tested illustrator by saving that document as a new pdf and the vector quality was still retained. I the following images, I copied and pasted the vector from illustrator into photoshop. However, on saving this new photoshop document as a pdf, it does not retain the vector format, as you can see with the pixelation that occurs when zooming in on an object.
Thank you.

Similar Messages

  • How to import a .c4d file into Photoshop.

    So far I can only import other file types such as .obj or .3ds  files with ease. But am trying to work with Cinema 4d Lite to create something more elaborate and then send that actual object into PS with out exporting it as a png or tiff.

    Quote from the Reference:
    Open a 3D file
    Photoshop can open the following 3D formats: DAE (Collada), OBJ, 3DS, U3D, and KMZ (Google Earth).

  • How to import a XML file into the document?

    Hai,
    i had created a table using xml file....
    Now i want to import that xml file tabel into the document...
    Can any one tell me how to import the xml file into the document?
    thanks
    senthil

    Hai...
    this is senthil...
    i'm beginner for creating adobe indesign plugins..
    i want to import a html file in the document...
    i want to create a table by using html tags and
    that table will be imported into the document..
    How shall i do it?
    can any one plzz explain me?

  • How to import updated version of APEX app without losing saved IR's?

    Oracle XE 11.2
    Apex 4.1
    Linux Red Hat 5.4
    ============
    Does anyone have suggestions on how to import updated version of APEX app without losing saved IR's?
    Also, I want to maintain app id from update to update (from revision to revision). In fact, I think that that is required in order to keep the saved IR's.
    The only process I have found that seems to "work" (i.e. loads new revision of app over old revision of app) is the following (via SQL*Plus):
    declare
    l_workspace_id number;
    begin
    select workspace_id into l_workspace_id
    from apex_workspaces
    where workspace = 'MYWORKSPACE';
    apex_application_install.set_application_id(400);
    apex_application_install.set_workspace_id(l_workspace_id);
    apex_application_install.generate_offset;
    apex_application_install.set_schema('MYSCHEMA' );
    apex_application_install.set_application_alias( 'MYSCHEMA_ALIAS' );
    end;
    @new_version_of_app.sql;
    but I do not have any saved reports in this app. Will this process keep the saved IR's from the previous version of the app 'intact'?
    Thanks.
    Edited by: user601798 on Oct 11, 2012 7:02 AM

    Hi,
    I cope with the same issue.
    But I've several prod instances and many applications on each of these... and SIR saved by many users.
    Of course each prod application have its own ID, distinct from the dev application ID.
    Is there really not any kind of solution in my case (apart from release the dev app on the dev workspace ; export 50 apps from it and import those 50 times, maybe more in the futur) ?
    I'd be a pity if not, I think there must be a lot of us working in that configuration.
    Thanks !
    Fanny

  • How to import a XFDF file into a PDF?

    I need to import a XFDF file into a PDF through javascript.
    Manually in Acrobat 8.0 we are doing through the following steps.
    Comments->import comments->browser window open(select the corresponding xfdf file and then click select button)->After that save that pdf file. Kindly help me how to automate this process through programmatically.
    Thanks,
    Prabudass

    See your posts in the other forums.

  • How to import an .csv file into the database?

    and can we code the program in JSP to import the.csv file into the database.

    It is better to use Java class to read the CSV file and store the contents in the database.
    You can use JSP to upload the CSV file to the server if you want, but don't use it to perform database operations.
    JSPs are good for displaying information on the front-end, and for displaying HTML forms, there are other technologies more suitable for the middle layer, back end and the database layer.
    So break you application into
    1) Front end - JSPs to display input html forms and to display data retrieved from the database.
    2) Middle layer - Servlets and JavaBeans to interact with JSPs. The code that reads the CSV file to parse it's contents should be a Java Class in the middle layer. It makes use of Java File I/O
    3) Database layer - Connects to the database using JDBC (Java Database Connectivity), and then writes to the database with SQL insert statements.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Keeping the above concepts in mind, first build a simple JSP and get it to work,
    then research on Google , for Java File I/O , discover how to read a file,
    Then search on how to readh a CSV file using Java.
    After researching you should be able to read the CSV file line by line and store each line inside a Collection.
    Then research on Google, on how to write to the database using JDBC
    Write a simple program that inserts something to a dummy table in the database.
    Then, read the data stored in the Collection, and write insert statements for each records in the collection.

  • How to import jar & exp file into the eclipse 3.1 + jcop

    hi, I am new to the javacard technology.
    I have implementing applet by using eclipse 3.1 + jcop plugin.
    recentlly, i got jar and exp file from someone. and I have to import given two files in the my applet.
    Q1. but i don't know how to use(import) two files into the elipse.
    and...
    I have tried to put the export file structure in the build path, but I am still getting the same error:
    Q2. "resolving constant-pool of clazz cash/ccash; failed: no such clazz cash/ccash;", what means?
    anyone help me~plz!
    many thanks..
    lsh.
    Message was edited by:
    neonoble

    1) In the Package explorer right-click the project you want to import the jar files into.
    2) Click import
    3) Select Archive file in the Import dialog box and click next
    4) Browse to the jar file and select it
    Socx

  • How to import a excel file into database?

    hi all,
    How can I import a excel file into database?
    What I need to do first?
    Thanks,
    Amy

    1. Create a conrtol file in your disc(with notepad) ex
    test_loader.ctl
    LOAD DATA
    INFILE='C:\Testcsv.csv'
    into table test_table
    FIELDS TERMINATED BY ','
    TRAILING NULL COLS
    (ID,COL1,COL2,COL3)
    The table descrption is
    scott@ORCL> desc test_table;
    Name Null? Type
    ID NUMBER
    COL1 VARCHAR2(10)
    COL2 VARCHAR2(10)
    COL3 VARCHAR2(10)
    scott@ORCL>
    2 .Create a file testcsv.csv from your excel file you want to load with " save as" csv comma seperated value
    in your hard disc c:\
    3. in dos command mode write
    C:\>sqlldr scott/tiger control=c:\testcsv.ctl log=c:\testcsv.log
    Thats it!

  • How to import Hasselblad fff files into Lightroom 5 keeping 16bit?

    I have a problem importing Hasselblad fff files into Lightroom 5. I have seen articles that I should change them into DNG by Phocus.
    When a photo is converted into DNG file it seems that it becomes 8 bit when I open in photoshop. Since I am shooting with RAW, I'D like to keep it
    in 16 bit. Am I making sense? Or I am missing some information regarding DNG and 8bit business?
    Please teach me the best way.

    If opening directly from LR into Photoshop check your pref settings.
    Edit >> Preferences >> External Editing (Lightroom >> Preferences >> External Editing on Mac OSX)
    The usual choice is to render a 16 bit tiff or PSD file. Make sure it’s not incorrectly set to 8 bit.

  • How to import a PSD file into Indesign WITH layers so it can be edited/saved as an InDesign file?

    How to import a Photoshop file into Indesign CS6 so that it's layers show in InDesign and it can then be edited/saved as an InDesign file?

    MyTienN wrote:
    Someone had mentioned the possibility of saving each individual layer in Photoshop as a png file and importing into Indesign and adjusting it in there
    What do you mean by "adjust"? Editing of Photoshop images should be done in Photoshop.
    Sure, it's possible to save individual layers from an image in Photoshop as inidvidual files in a variety of formats, but what's the point? You could just as easily import the layered file, then copy/paste it into a new layer for each layer in the image and use layer visibility to control which ones show. I don't think that will do you a lot of good, though, if you use adjustment layers or opacity controls on the layer in Photoshop.

  • Importing Illustrator CS6 File into Photoshop - Are they linked?

    I am teaching out of the Photoshop CS6 Classroom in a Book book and Chapter 8 talks about working with vector shapes and smart objects.  On page 227, under the Importing a Smart Object section, the following statement is made: You can import vector objects from Adobe Illustrator as Smart Objects. If you edit the original object in Illustrator, the changes will be reflected in the placed Smart Object in your Photoshop image file. You’ll work with a Smart Object now by placing text created in Illustrator into the toy-store poster.
    Is this a true statement?  I have found the only way you can edit this Smart Object is if your right click the layer, choose Edit Contents, then work on a temporary file that must be saved in a temporary location.  This doesn't edit the original linked document.
    I'm finding no way to edit the original AI file which I would consider the "original object in Illustrator", then see the change in Photoshop.

    Hi Matthew,
    Here's the Help doc that talks in more depth about Smart Objects:
    http://help.adobe.com/en_US/photoshop/cs/using/WS41A5B796-6846-4e95-8459-95243441E126.html
    And here's a section that goes into more detail on Placing files:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-78f2a.h tml#WS634E6022-BC34-4aa8-857B-21D88D4C8D50a
    We have multiple request to add support for externally linked files and certainly see the value. There also are a couple third party solutions that offer linked file behavior (I'm not sure what versions of Ps they work with). You can see and add to the request (and find the third party solutions) here:
    http://feedback.photoshop.com/photoshop_family/topics/please_consider_a_references_tool_to _create_links_to_layers_or_folder_groups
    regards,
    steve

  • How to import multiple XML files into one inDesign document without copy/paste ?

    I use InDesign CS6, and I have several XML files with the same structure. Only the data are different.
    I created  an Indesign layout with some tagged placeholder frames on merge mode, for automated layout.
    Today for each XML file I have to create a new InDesign document to import the XML. Everything works fine. Then in order to have all Indesign layouts one after the other into a single Indesign layout, I have to use the copy/paste function.
    I mean for example, copy the contents of all documents to the first one. Or add pages of other documents to the first one, then delete spaces between each page.
    So my question is the following:
    How to repeat this process without copy/paste function, knowing that the
    number of XML files could be unknown.
    Thank you very much for your answer.

    Yes, effectively I would like to catalogue the files into one collection so i can save as one PDF and Print as one.:)
    I know I could save each AI as a pdf them then merge the pdf's together in acrobat, but I have nearly 100 files so would feel more comfortable seeing them all together before print / saving.
    My concern is that if I insert them in Ai, will the file resolution reduce? and will the ai still be editable and would it update the indesign file?
    Thanks for the quick reply

  • How to import a music file into garage band ?

    Hello everyone,
    I am new to Garage Band, pardon me if my question is too basic.
    I am trying to record a vocal. But friend has sent me a music recording (mixture of guitar & piano, without vocal) in mp3 format.
    I want to put this mp3 file in another track below the track that I am recording the vocal.
    How do I import in this mp3 file into Garage band ?
    Thanks

    HangTime wrote:
    RyanManUtd wrote:
    I want to put this mp3 file in another track below the track that I am recording the vocal.
    drop the file into a blank area of the timeline
    Thanks HangTime, a bit embarrassed here. How do I drop the file ?
    U mean I open another window using FInder, select the file in Finder & then drop on the timeline ?
    Thanks, really appreciate your help.
    Cheers

  • How to import premier xml file into FCP X?

    Hi There,
    Premier has an export to "Final Cut Pro XML" option but how do you import these files into FCP X?
    If I navigate from within FCP X, the file is greyed out and if I right click from the finder and open in FCP X I see the error:
    The document “V1-0008_M07-1538.mov.xml” could not be opened. Final Cut Pro cannot open files in the “XML text” format.
    I'm using FCP 10.1.1 and Premiere Pro CC 7.2.1
    Any pointers in the right direction would be much appreciated.
    Cheers

    Looks like this is the only option: https://itunes.apple.com/us/app/7tox-for-final-cut-pro/id496926258?ls=1&mt=12

  • How to import unix executable files into Final Cut Pro

    A friend wanted me to create a Halo 3 Montage Video for him. He loaded the saved clips onto a flash drive for me but when I put it into my computer the information comes up as Unix Executable Files and I don't know how to import them into Final Cut Pro 7.0.2 or if it's even possible. Any help would be much appreciated. Thanks.

    Ok. Well, I plug in the flash drive. When it opens there's a folder that says XBox360. When I click on the folder there are 9 files listed that say Data0000, Data0001 etc. The preview option shows a gray folder that says Exec on it and the only information I can find is that it's a Unix Executable File. When I click on more info option everything that pops up is what I've already told you. I tried opening it in the VLC Player but nothing played which makes me think there aren't video files on the flash drive. When I click on the file to open it the Terminal Program appears and lists basic information about the file.
    Is there a program that can take these files and covert them into something that can run in Final Cut Pro? Or is that what VLC is supposed to do?

Maybe you are looking for

  • Messy code problem while translating XString to String in OfficeControl

    Hi Expert,     I have messy code problem while translating XString to String in XML-Format Word Doc in OfficeControl. I upload an XML-Format template Word Doc to server as a MIME Object. When OfficeControl is started in Web Dynpro, OfficeControl auto

  • Since downloading 5.0, my add-ons icons no longer show at bottom of page.

    The icons for my add-ons no longer appear at the bottom of the page. This happened when I downloaded Firefox 5.0. How do I correct this so that the icons show. '''bold text'''

  • Arturia Minibrute bpm sync to GB

    hi, thinking of getting the minibrute synth. One question . How do i sync the minbrute to a drum loop in GB . Does it happen automatically or do I have to open some menus. I tend to play free and not sequenced up until now so dont know about MIDI rea

  • Modvat credit

    hello gurus if bill to party and ship to party are different so who will be taking modvat credit bill to party or ship to party.as invoice will be raised on name of bill to party and material wil be moving to ship to party. plz tell me regards saproc

  • Facetime does not recognize my apple id?

    I cannot get FaceTime to work on my Macbook Pro using OS 10.7.5. I can sign in with my Apple ID and password, but then FaceTime says it cannot verify my email address (the same as my Apple ID that it already accepted) and says it's sending a test mes