Can I make a JPG of a logo I create in Pages?

Want to make a JPG from a Pages document.
I imported a graphic into my document and put some text over it to create a logo.
I made my document size small (the size of the actual logo), so there's no extra white space all around.
Can I now make this logo I created into a JPG file for importing into other applications? I know how to make a PDF or a PING, but not a JPG.
Thanks for any help or thoughts.

Peter isn't the single one saying that jpeg is the worse format.
When you build a logo with Pages, you use vectorial objects which aren't resolution dependant.
If you save as jpeg, you replace the vectorial object by a compressed version of the bitmap built to display the object at your screen resolution.
Saving as PDF will keep the vectorial attributes.
Here is a script which build the PDF in a single call.
--[SCRIPT chartor_logo_toPDF.scpt]
Enregistrer le script en tant que Script : chartor_logo_toPDF.scpt
déplacer le nouveau fichier script dans le dossier :
<VolumeDeDémarrage>:Utilisateurs:<votreCompte>:
Sélectionner un graphique ou un logo, copier dans le Presse-papiers.
aller au menu Scripts, puis choisir chartor_logo_toPDF
Le script créra un nouveau document TextEdit vierge dans lequel il collera l’objet copié.
Il enregistrera ce document temporaire puis en extraira le PDF contenant l’objet.
--=====
L'aide du Finder explique:
L'Utilitaire AppleScript permet d'activer le Menu des scripts :
Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
Cochez la case "Afficher le menu des scripts dans la barre de menus".
Sous 10.6.x,
aller dans le panneau "Général" du dialogue Préférences de l'Éditeur Applescript
puis cocher la case "Afficher le menu des scripts dans la barre des menus".
--=====
Save the script as a Script : chartor_logo_toPDF.scpt
Move the newly created script file into the folder :
<startup Volume>:Users:<yourAccount>:
Select a chart or a logo and copy it to the clipboard.
go to the Scripts Menu, then choose chartor_logo_toPDF
The script will create a blank TextEdit document in which it will paste the chart.
It will save the doc then open the PDF storing the chart in the TextEdit document.
--=====
The Finder's Help explains:
To make the Script menu appear:
Open the AppleScript utility located in Applications/AppleScript.
Select the "Show Script Menu in menu bar" checkbox.
Under 10.6.x,
go to the General panel of AppleScript Editor’s Preferences dialog box
and check the “Show Script menu in menu bar” option.
--=====
Yvan KOENIG (VALLAURIS, France)
2008/06/08
2010/08/21 -- enhanced. Now, only the PDF is on the Desktop.
--=============
on run
tell application "System Events" to if not (UI elements enabled) then set (UI elements enabled) to true (*
Active le GUI scripting
• Enable GUI scripting *)
set theApp to "TextEdit"
tell application theApp
activate
make new document
end tell
tell application "System Events" to tell (first process whose title is theApp)
keystroke "v" using {command down}
end tell
delay 5 (* Important *)
set p2d to path to temporary items from user domain
set nouveau_nom to (do shell script "date +_%Y%m%d-%H%M%S.rtfd")
set nouveau_document to ("" & p2d & nouveau_nom & ":")
tell application "System Events"
if exists disk item nouveau_document then
if my parleAnglais() is false then
error "There is already a document “" & nouveau_document & "”." & return & "Delete it or rename it before a new attempt." number 8001
else
error "Il existe déja un document « " & nouveau_document & " »." & return & "Veuillez l'effacer ou le renommer avant de répéter l'opération." number 8001
end if
end if
make new folder at end of p2d with properties {name:nouveau_nom, type identifier:"com.apple.rtfd"}
end tell -- System Events
tell application theApp
save document 1 in nouveau_document -- no need to coerce as alias)
close document 1
end tell
set nouveau_nom to "Pasted Graphic" & (do shell script "date +_%Y%m%d-%H%M%S.pdf")
tell application "System Events"
set name of disk item (nouveau_document & "Pasted Graphic.pdf") to nouveau_nom
end tell
set p2d to path to desktop
do shell script "mv " & quoted form of POSIX path of (nouveau_document & nouveau_nom) & space & quoted form of POSIX path of ("" & p2d)
tell application "System Events"
open file ("" & p2d & nouveau_nom)
delete disk item nouveau_document
end tell
end run
--=============
on parleAnglais()
local z
try
tell application theApp to set z to localized string "Cancel"
on error
set z to "Cancel"
end try
return (z = "Cancel")
end parleAnglais
--=============
--[/SCRIPT]
Yvan KOENIG (VALLAURIS, France) samedi 21 août 2010 18:45:29

Similar Messages

  • How can I make the popup with empty fileds and create new record?

    I would like to use a popup to create new record.
    I created a af:popup by drag and drop a VO from data control to jsff. then, I created a button and place a af:showPopupBehavior. I was able to popup window by click the button.
    however, the window filled with the information from the 1st record. and when I select a record in table and click popup, the popup is filled with that record.
    How can I make the popup with empty fileds and create new record by saving the popup?
    Thanks

    You can have edit and new buttons, in the PopupFetchEvent identify button source (using popupFetchEvent.getLaunchSourceClientId()) if new button clicked clear the binding using below code.
    If you want to see empty fields, in the popup PopupFetchEvent clear the input component bindings.
    resetBindingValue("#{bindings.<componentid>.inputValue}", null);
        public static void resetBindingValue(String expression, Object newValue) {
            FacesContext ctx = FacesContext.getCurrentInstance();
            Application app = ctx.getApplication();
            ExpressionFactory elFactory = app.getExpressionFactory();
            ELContext elContext = ctx.getELContext();
            ValueExpression valueExp = elFactory.createValueExpression(elContext,expression,Object.class);
            Class bindClass = valueExp.getType(elContext);
            valueExp.setValue(elContext,newValue);
        }

  • Hi, i have finish my professionnal website, now i just want translate it in several languages french,spanish,portuguese and english, did muse can do that option or did i have to create several pages or create other websites thanks

    Hi, i have finish my professionnal website, now i just want to translate it in several languages french,spanish,portuguese and english, did muse can do that option or did i have to create several pages or create other websites because muse don't have this option now thanks

    Hi there,
    There is no option yet to localize the content in Muse.
    If you would like to publish your site to business catalyst then creating different pages in the same Muse site is recommended.
    Else, you can make a back up of this muse site and and create another site using this site, (save the same site with different name to another location) then open that one and edit text in site in another language, and then do the same for third language and so on.
    Thanks.

  • Can not make work custom scope for run time created pages

    Greetings
    i have an application where you can choose a scope where you want to create your page using the create page task flow. the thing is that it is not working my pages are not being created on any new scope, looking through the folders of the MDS repository i only see a new folder where each new scope i create with mi app in runtime has a folder with the same name that the scope and inside of each...is an xml file....the path to those is /webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/<custom_scope_name>/scope.xml
    does any body know why this is happening?

    Hello
    i am using the create page task flow.....here is the task flow configuration, it only has one parameter
    <taskFlow id="pagecreatepage1"
    taskFlowId="/oracle/webcenter/page/view/jsf/fragments/page-create-page.xml#page-create-page"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="oracle_webcenter_page_createpage_scopename"
    value="${adminPagView.scopeName}"/>
    </parameters>
    </taskFlow>
    scope name is a method in my backing bean ..............and here is the method implementation
    public String getScopeName() {   
    ServiceContext sContext = ServiceContext.getContext();
    try {                   
    Scope scope = sContext.createScope("scope_test");
    sContext.setScope(scope);
    } catch (ScopeAlreadyExistsException scopeExistsException) {  
    System.out.println("Scope Already Exists...");
    return scopeName;
    the method executes correctly and in the mds folders y can see a folder for that scope in DefaultDomain/webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/scope_test/scope..xml
    and my page jspx is in this path
    /oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/user/U364DAA907F1311DFAF1145A33DBB364E/Page1.jspx
    as you can see s8bba98ff_4cbb_40b8_beee_296c916a23ed is the defaul scope, maybe i am just creating a scope but no telling to the task flow to
    used it..............no sure what is happening

  • How can I make cable with Apple's logo ?

    How can I become Apple's third-party to produce cable that match with ipone 5 ?

    https://developer.apple.com/programs/mfi/

  • How can you make an image change every time you refresh a page?

    Hi.
    I've recently redone my website and was wondering how I could make the image on my main page change every time you refresh the page?
    Like is there a certain script you can use?
    Here's my website
    www.liamfawcett.com
    Thanks

    Copy & Paste the following JavaScript code between the <head> and </head> tags in your HTML document, in Code View of course.
    <script type="text/javascript">
    <!--//Random Banner image on Page Reload
    //store the images in arrays below
    images = new Array(5);
    images[0] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[1] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[2] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[3] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    images[4] = "<a href='http://www.example.com'><img src='some_image.gif' </a>";
    index = Math.floor(Math.random() * images.length);
    document.write(images[index]);
    //done
    // -->
    </script>
    In the array, change URLs (http://www.example.com) to your own links.  Change images (some_image.gif) to your own images.
    Save page.  Preview in browser.  Hit refresh (F5 or Ctrl+R) to see the images change.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Can I make the slide automatically move on the the next page?

    Like I have media on a keynote presentation and 3 seconds after it finishes I want it to move on to the next slide automatically. Is this possible?
    Cheers.

    No one can help???

  • I have a file that will not let me access it and I can not make myself the owner even though I created it

    I am trying to do something and whenever I try to run it it tells me "The file “start.command” could not be executed because you do not have appropriate access privileges." and if I go to the info about the file and try to make myself an owner it will not let me do it and it is just gray.
    I really would really like someone to help me because I promised my friend I would do this.
    Thank you and sincerly,
                                          Lucas    
    <Personal Information Edited by Host>

    Try this in the Terminal app.
    sudo chown username:admin <path to file>
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • How can I make a pdf book with "camera to pdf" option on phone? I can only convert one pic at a time

    How can I make a pdf book (single pdf file with several pages)  with "camera to pdf" option on phone? I can only convert one pic at a time. ( Or )how can I attach all those pictures converted pdf's into one pdf file which obviously results in to a single pdf file with several pages in it ?

    Adobe Reader on the iPhone is a PDF reading app. It's not a creation app.
    You need to get an app like Pages which is intended for page layout. It can place pictures from the phone and export PDF.

  • Can i make use of same wallet for both Oracle Weblogic Server and OHS

    We have configured an setup where Oracle HTTP Server 11g is configured as proxy server which will loadbalance the request to the cluster managed server.
    We have created the wallet and configured SSL for Oracle Weblogic server. Now we want to configure SSL for OHS (Oracle HTTP Server ) .
    Can we make use of same wallet.
    For creating wallet i have used keytool utility and for certificate Microsoft CA.

    10/04/15 11:47:00 Start process
    /apps/weblogic/Oracle_11g/ohs/bin/apachectl startssl: execing httpd
    Syntax error on line 70 of /apps/weblogic/Oracle_11g/instances/instance1/config/OHS/ohs1/ssl.conf:
    Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server configuration
    When i am using separate wallet and that too using oracle wallet manager it is working fine .. But with keytool utility it is not working...
    When used keytool it gave below error
    [2010-04-13T11:17:22.4873+04:00] [OHS] [ERROR:32] [OHS-2052] [mod_ssl.c] [host_id: dxb01-sol-intellectapp] [host_addr: 10.240
    .245.41] [pid: 22731] [tid: 1] [user: root] [VirtualHost: dxb01-sol-intellectapp:4443] server dxb01-sol-intellectapp:4443 ha
    s an invalid wallet: file:/export/home/weblogic/ohsssl :: 28759
    [2010-04-13T11:17:22.4874+04:00] [OHS] [ERROR:32] [OHS-2171] [mod_ssl.c] [host_id: dxb01-sol-intellectapp] [host_addr: 10.240
    .245.41] [pid: 22731] [tid: 1] [user: root] [VirtualHost: dxb01-sol-intellectapp:4443] NZ Library Error: Failed to open the
    wallet [Hint: incorrect path, incorrect password, bad wallet, ...]
    As per hint , the path was correct , wallet was perferct , no where i was passing the password. So thought of passing password for keytool and used SSLWalletPassword key , but later found that it is depricated ...
    That means we have to use oracle wallet manager where we can enable auto login ...
    Please Advice if i am wrong..

  • How can I make my mac mini run faster? Everytime i try to download a internet page I get the circle with colors. It takes too long. Help

    How can I make my mac mini run faster. Loading internet pages is too slow

    i have the same problem...it can take 10-15 seconds to just switch tabs..i think i will solve it by taking mine back

  • My Iphone 3gs wont charge, turn on, or restore itself in Itunes, but the apple logo still appears when I hold the sleep botton.  How can I make my Iphone work????

    My Iphone 3gs wont charge, turn on, or restore itself in Itunes, but the apple logo still appears when I hold the sleep botton.  How can I make my Iphone work????  I know it is not dead because I can see the apple logo on, and every time I connect it to a USB port to charge, or a wall charger, the battery appears with a bit of red. Still, it wont turn on.  It's been like this for three days now and I haven't stopped charging it.  IT just WONT charge?  Any tips I can use to solve the issue?
    -Esteban

    Hello estebie67,
    Thanks for the question, and welcome to Apple Support Communities.
    It sounds like the iPhone is experiencing issues upon startup, and may not be loading the firmware or operating system correctly. If you have not already done so, try resetting the iPhone while connected to power:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If the above does not resolve your issue, it will be best to restore the iPhone in recovery mode:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Thanks,
    Matt M.

  • How can I make sure under Windows 8 in Explorer to get a real pdf document content file miniature and not the Adobe logo miniature?

    This is not a typical Windows 8 problem, I had the same problem with all my previous Acrobat versions on all previous Windows versions.
    How can I make sure that when consulting pdf files via Windows explorer the pdf file is represented as a genuine miniature of the document content itself and noit just a document icon with Adobe logo?

    Hi Josialaers,
    Turn the 'Preview Pane' ON and you should be able to see the content of the pdf when clicked.
    When 'Show preview handlers in preview pane ON' is checked in 'Folder Options' of Windows Explorer.
    Regards,
    Rave

  • Can I make a url link from my logo in web gallery?

    I'm in LR 1.
    I have a logo in the upper left in web gallery.
    Can I make a url link?
    Pity that clients can see the logo but cannot link to the url. thanks.

    The ability to link html and flash web pages has been in LR since version 1. More specifically 1.4.1, which was the last version of LR 1.
    The link, in the case of Flash galleries is placed in the box called Web or Mail link and will link from the text placed in the Contact info. In Html galleries the link can also be placed in the id plate. Many downloadable galleries have more sophisticated linking systems although some of them will not work in LR 1.4.1 (most will). Do a search for Lightroom Galleries as there are a lot about, or visit the Lightroom Exchange. All are either free or have trial versions (as does LR 3 which you can try for 30 days before buying)

  • Some photos on my iPod are substituted JPG or PNG. I can't make them appear again. What do I do?

    Some photos on my iPod are substituted JPG or PNG. I can't make them appear again. What do I do?

    What does "Some photos on my iPod are substituted JPG or PNG" mean?
    How did they get on the iPod?
    Substituted how?

Maybe you are looking for

  • Impact of Delta Records on Key Figure Summation in DSO

    Hi experts, I have a key figure with aggregation type "summation" in a DSO. I would like to know the impact of delta records on the key figure. E.g. source DSO doc_id (key) | doc_pos | type | amount 4711 | 1 | A | 100 USD 4711 | 2 | B | 20 USD target

  • Security not working on AirPort Express (XP)

    I can set up the AirPort Express so that it runs an insecure connection to stereo speakers and it works fine, but it is, of course, insecure. When I try to secure the connection, I get the following problem: my wireless program (Linksys) recognizes m

  • Ichat, AIM, Adium frequently disconnect using Airport

    Ichat, AIM, & Adium all frequently disconnect when using Airport. I use a Linksys Wireless Router with an Airport extreme card. When directly connected to the router, I have no problem. Using a PC with Windows XP, AIM operates fine. Safari and Firefo

  • Observation: SAP uses swap space even when OS has available unused memory

    Hi Folks,    It is my understanding that any memory not used by the Linux OS itself or the SAP application is available for Linux to use for I/O buffers and file caching.  When the SAP application requires more memory I would expect Linux to take mem

  • Force password reset

    Hello, is it possible to force a user to reset/change their password the next time they log into the site? Thanks in advance. Mike.