How do I create envelopes from my contacts

I am new to the mac and am having a hard time creating envelopes with addresses in my contact list.

Jane,
Sounds like a printer paper feed problem. You can determine this by printing first to PDF > Open PDF in Preview.
If the text shows in the proper places in Preview.app, then the printer is the problem. Are you sure you are enserting the envelopes properly? In the proper feeder opening?
Jerry

Similar Messages

  • How do I create a group in contacts for texting?

    How do I create a group in contacts for texting to several people?

    Create your group on your computer, and sync it on your iPhone. But you cannot use this group for texting. You need an application for this. Easy Group is a free one I have developped.
    http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Remi
    Note: I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • Unable to create envelope from given source:

    Hi all,
    1) actually i have wrote a servlet and i am trying to get a SOAPMessage from input stream...the code is as follows
    public void doPost(HttpServletRequest request, HttpServletResponse response)
                   throws ServletException, IOException      {
              try
              {     InputStream inputStream= request.getInputStream();
                   InputStreamReader ir = new InputStreamReader(inputStream);
                   BufferedReader br = new BufferedReader(ir);
                   String theLine;
         while ((theLine = br.readLine()) != null)
         System.out.println(theLine);          
         MimeHeaders headers = getHeaders(request);
         MessageFactory msgFactory = MessageFactory.newInstance();
         SOAPMessage msg = msgFactory.createMessage(headers, inputStream);
         SOAPEnvelope envelope = msg.getSOAPPart().getEnvelope();
         SOAPBody body = envelope.getBody();
              catch(Exception e)
                   e.printStackTrace();
    public MimeHeaders getHeaders(HttpServletRequest req) {
              Enumeration enum1 = req.getHeaderNames();
              MimeHeaders headers = new MimeHeaders();
              while (enum1.hasMoreElements()) {
              String headerName = (String)enum1.nextElement();
              String headerValue = req.getHeader(headerName);
              StringTokenizer values = new StringTokenizer(headerValue, ",");
              while (values.hasMoreTokens()) {
              try{
              String strValue = values.nextToken().trim();
              headers.addHeader(headerName, strValue);
              }catch (Exception e){
              System.out.println("SAAJ_Simple_Receive getHeaders: " + e);
              return headers;
    2) i have added mails.jar,saaj-api.jar,saaj-impl.jar,saaj-ri.jar,xalan.jar,activation.jar,xercesimpl.jar and servlet.jar
    3)but i am getting following exception
    com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to create envelope from given source:
    13:39:29,986 ERROR [STDERR]      at com.sun.xml.messaging.saaj.soap.EnvelopeFactory.createEnvelope(EnvelopeFactory.java:148)
    13:39:29,986 ERROR [STDERR]      at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.createEnvelopeFromSource(SOAPPart1_1Impl.java:102)
    13:39:29,986 ERROR [STDERR]      at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.getEnvelope(SOAPPartImpl.java:156)
    13:39:29,986 ERROR [STDERR]      at InterceptorServletClass.doPost(InterceptorServletClass.java:88)
    13:39:29,986 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    13:39:30,018 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    13:39:30,018 ERROR [STDERR]      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    13:39:30,018 ERROR [STDERR]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    13:39:30,018 ERROR [STDERR]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    13:39:30,018 ERROR [STDERR]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    13:39:30,018 ERROR [STDERR]      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    13:39:30,018 ERROR [STDERR]      at java.lang.Thread.run(Unknown Source)
    4) can anyone plz tell me how would i resolve this problem... do i need to add any more jar fils?????
    thanks in adavance(waiting for reply)

    Try editing the file and put only the <SOAP-ENV:Envelope> XML into your file.
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Head
    er><edc:transid xmlns:edc="http://www.edc.com">4</edc:transid><edc:cmdid xmlns:edc="http://www.edc.com">50</edc:cmdid><edc:attDataInfo xmlns:edc="http://www.edc.com">.\testdata\FormExample.xml</edc:attDataInf o></SOAP-ENV:Header><SOAP-ENV:Body/></SOAP-ENV:Envelope>
    i.e remove all the "Part", "Content-type: text/xml", "image.jpeg" stuff.

  • How do I create a group in Contacts on my Iphone 5S

    How do I create a group in Contacts on my Iphone 5S?

    You cannot create them directly on the iPhone. You can do it via iCloud:
    iCloud: Create a group and add contacts to it
    or you can look in the App Store to find a compatible app to help you create groups on your iOS device.
    Cheers,
    GB

  • How do you create outlines from strokes in cs5

    how do you create outlines from strokes in cs5

    Sure.
    Roughen effect. This is interesting for some "vintage" look of lines.
    Roughen effect with Outline first.

  • How do I transfer birthdays from my contacts to my calendar?

    How do I transfer birthdays from my contacts to my calendar?

        diehlin1,
    That definitely should show up! Let's get that working. Has anything changed with the computer? What type of phone do you have? Can we try a different USB port on the computer or if possible a different cable?
    AndrewT_VZW
    Follow us on Twitter @VZWSupport

  • How can I delete groups from my contacts?

    How can I delete groups from my contacts? There were three groups added when I was using the iPad on my computer at work and I do not need them know.

    iPhone User Guide

  • How do I make groups from my contacts?

    How do I make a group from my contact list?

    cjexpat wrote:
    I have the same question - I'm running iCloud on my Intel Mac. I'm syncing my contacts to iCloud but I can't see how to use iCloud to create groups in Contacts.
    You don't need to use iCloud to create Groups.
    Create them in the Address Book application on your Mac. They will sync to iCloud
    If you want to create them in iCloud, log into iCloud.com on your Mac. They will sync back to your Mac Address Book.
    It can't seriously be the case that I have to also sync with the Address Book app on the Mac just in order to be able to use that app to create contact groups because the iCloud service can't do it ?!?!
    The Address book app syncs with iCloud syncs with your iDevice.
    Make changes in one and the changes automatically sync to all

  • How to select multiple addresses from the contacts list to send an email?

    How do I select multiple addresses from the contacts list at one time to send an email. Each time I select one, the address book closes and I have to touch the "+" key to open it back to select another address. Is there a way to select all of them at one time instead of making a group? Thanks.

    Yes, once you select a person from your Contacts app, you either need to select more from the '+' button or you can tap in the 'to:' field and type in the first few letters of a contact and select from the list. Kinda bummer but gotta make do.

  • Who know how to reach Create SO from PO Output (IDOC)

    Hi,  experts,
           I have met a problem that need create SO from PO output using IDOC, anyone knows how to reach it? please give me detail steps, thanks very much!
      we need to create an SO in company code XYZ from the PO output IDOC( Message NEU ) of another company code ABC.
    Im trying to create the SO in the same System and same client , but in a Different Company code.
    Edited by: zheng michael on Mar 14, 2011 3:55 AM

    Hi,
    Take help of ABAPer,
    In my project I had done this with help of ABAPer, but not on basis of output.
    When P.O saved in one company code,system create sales order in another company code.
    Kapil

  • How do I create ringtones from iTunes songs with Garageband?

    I have an iPhone 5s.  Is it possible to convert itunes songs into ringtones with Garageband ios?

    Yes, you can, if you sync your iTunes songs to the Music.app.
    See this Help-Page:
    http://help.apple.com/garageband/iphone/2.0/index.html#chs39284d66
    Share a GarageBand song as a ringtone or text tone
    In the My Songs browser, tap the Select button, then tap the song you want to export (or touch and hold the song).
    Tap the Action button , then tap Share Song As Ringtone.The Export Ringtone panel opens, showing the name for the ringtone. By default, the ringtone uses the same name as the song.The maximum length for exported ringtones is 30 seconds. If the exported ringtone exceeds the maximum length, a dialog appears. Tap Continue to have GarageBand shorten the ringtone automatically, or tap Cancel to return to the song so you can shorten it.
    To rename the ringtone, tap the name and type a new name.
    Tap Export.
    In the Ringtone Export Successful panel, do one of the following:
    To return to the My Songs browser, tap OK.
    To choose a use for the ringtone, tap Use sound as, then do one of the following:
    To use the ringtone as your standard ringtone, replacing the existing ringtone, tap Standard Ringtone.
    To use the ringtone as your standard text tone, replacing the existing text tone, tap Standard Text Tone.
    To see a list of your contacts, tap Assign to Contact, then tap the contact you want to use the ringtone with.
    To return to the My Songs browser without assigning the ringtone, tap Done to return.
    The next time you sync your device, the ringtone also appears in the GarageBand File Sharing area in iTunes. You can drag it to the Tones list to add it to your iTunes ringtone library.
    And see this page, how to add a song from the Music.app to a track in GarageBand:
    Import a song from the Music app   http://help.apple.com/garageband/iphone/2.0/index.html#chsb3f15dc4

  • How do I create forms from a scan document

    I work with scans and regular pdf docs which require text boxes to be placed and then text added. Some of the text is repetitive like Name and Address etc but some maybe unique like price and quantity. How do I create a form so all blank spaces or underlined spaces get a text box and is it possible to add a macro which will fill the text boxes with the repetitive stuff. Thanks

    You will need the Professional version of Acrobat because this version provides the Acrobat Forms Tool and LiveCycle Designer program either of which can create form fields. You choice of product will depend upon what you want to accomplish and how well either product will meet that need. Both products can connect to SQL data bases and both can import data from properly formatted files.
    You might want to OCR the scans and add tags to the elements of the OCRed document so you could use the "automatic field recognition" feature of version 8. Not perfect,but it could save work.

  • How do you create new groups within Contacts on the iPad?

    Can you create new groups within Contacts directly from the iPad, iPhone,or do you have to do it on the computer first?

    The easiest way is to get the app called group e mail.  There are a couple of others as well.  There is a way to do it on your computer, and sync it, but I find that personally frustrating.  :).  Save yourself the aggrevation, and get the app, that works pretty well.

  • DACF,BC4J: How can i create RowSetInfo from VO generated by createViewObjectFromQuery

    How can i create and publish RowSetInfo from VO generated by applicationModule.createViewObjectFromQuery()?
    And how can i set named AttributeInfo for
    that RowSetInfo?
    I can't use VO w/o Entity object generated by wisard becouse in generated code my query will be enclosed to SELECT * FROM (...), and rowsetInfo.setQueryCondition
    will add WHERE clause to enclosed select.
    (i need to access to inner WHERE clause)
    null

    I got next exception
    oracle.dacf.dataset.DataSourceOperationException: ResultSetInfo: ResultSet TestRS could not be opened because of problems opening one or more attributes.
    with next message box:
    JBO-25002: Definition SimpleJobber.TestVO of type View Definition not found
    Details:
    DAC-502: ResultSetInfo: ResultSet TestRS could not be opened because of problems opening one or more attributes.
    JBO-25002: Definition SimpleJobber.TestVO of type View Definition not found
    for next test code:
    private void test() {
    final String sql = "SELECT 1+1 X, 1+2 XX FROM dual";
    final ColumnInfo x = new ColumnInfo(java.sql.Types.INTEGER),
    xx = new ColumnInfo(java.sql.Types.INTEGER);
    //at this point session allready has been published
    final ViewObject vo = sessionInfo1.getApplicationModule().createViewObjectFromQueryStmt("TestVO",sql);
    final RowSetInfo rsi = new RowSetInfo();
    vo.remove();
    x.setName("X");
    xx.setName("XX");
    rsi.setAttributeInfo( new ColumnInfo[] {x,xx} );
    rsi.setQueryInfo(new QueryViewInfo("TestVO"));
    rsi.setName("TestRS");
    rsi.setSession(sessionInfo1);
    rsi.publishRowSet();
    null

  • How can I create midi from audio in LPX?

    LPX: How do I create a midi track from an audio track in LPX? I have looked everywhere in documentation and on the web and cannot find anything.
    This was easy in Logic 8.
    Thank you

    Use Flex Time on the Audio Region, go to Audio Track Editor, Open Edit Menu
    Create MIDI Track from Flex Pitch Data
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

Maybe you are looking for

  • Itunes has 111 albums that are not mine...

    My main computer (i.e. where all of the physical files are) is Windows 7.  I've turned on home sharing on that computer. Downstairs is a Macbook Air.  When opening up iTunes there, it doesn't see my library (it's always been iffy at best), but it's s

  • Covers not resizing for thumbnail view

    Hi, How/when/where does the thumbnail png file for ADE get created? I have some epubs ebooks that are not displaying correctly. Instead of the cover being resized for the thumbnail, it is being cropped. On other books, however, it works fine. I can't

  • Error 3194 when trying to update iPad 2 to iOS 5

        I was just trying to update my iPad 2 to iOS 5, and after 'verifying the update with itunes' the updating process stopped. Something popped up that said an error (error 3194) had occurred.     I had previously jailbroken another device on that co

  • APP Store Error when downloading Mavericks

    I am unable to download Mavericks from the App store. I see the following message in my Console: 3/20/14 9:31:54.696 PM com.apple.SecurityServer: Failed to authorize right 'system.install.apple-software' by client '/System/Library/PrivateFrameworks/P

  • Non English alphabet - Hebrew

    this is my first Apple experience (and not a so good one so far). No support for other lenguages in OSX? Safari? cannot read any mails in my in boxes sent in hebrew. please help!!!