I want to create a newlsetter that can be printed, emailed and downloadable on a website.

Is it as simple as saving the newsletter in different formats? What are the steps I need to take so that the newsletter can be printed, emailed and used on a website?
Thanks

A PDF will fit the bill.

Similar Messages

  • I want to create fillable PDF that can be used by many people running on both MAC and PC.  What Adobe product should I use?

    want to create fillable PDF that can be used by many people running on both MAC and PC.  What Adobe product should I use?

    Hans-Gunter
    Thanks so much.  I downloaded Acrobat XI.  It's been "extracting" for the past 30 minutes (even with a fast wi-fi).  Hope this is not a problem.
    Anne

  • Create a form that can be filled out and e-mailed from a browser

    Looking to create a fillable form for my website that can be sent directly from the browser without having to printed out ad mailed. How?
    Thanks

    In Acrobat you can Reader-enable the file. For Acrobat 11, the menu item to do this is: File > Save as Other > Reader Extended PDF > Enable More Tools
    Do this as the last step before you distribute the form. Note that this isn't needed for Reader 11 since it is capable of saving a non-enabled PDF form that was created with Acrobat (as opposed to LiveCycle Designer).

  • I want to create a slider that can scrub through an animation...

    ...but I can't figure out  how the draggable slider would be put together. Does anyone know how this could be accomplished? Or are there any examples of how this would work?

    In the interest of community code sharing, here's how I modified Darrell's code...
    I had a 4-second animation, which I converted to a Symbol named "engine_anim". I also had a horizontal rectangle as the scrub bar, named "bar", and a scrub handle, also a rectangle, named "scrubber". The link to Darrell's code is in the Image Slider link above. This is how I changed it to do what I wanted, which is to scrub back and froth through my animation:
    The following goes in the document.compositionReady Action:
    var dragme = false;
    $(function () {
       var scrubber = sym.$("scrubber");
       var bar = sym.$("bar");
        scrubber.mousedown(function() { dragme = true })
        $(document).mouseup(function() { dragme = false })
        $(document).mousemove(function(e) {
            if(dragme){
               var possibleX = e.pageX;
               var leftX = bar.offset().left;
               var rightX = (leftX + bar.width()) - scrubber.width();
               var scrubWidth = rightX - leftX;
                // confine it to the scrub bar width
                if(possibleX < leftX) {
                    possibleX = leftX;
                if(possibleX > rightX) {
                    possibleX = rightX;
                scrubber.offset({
                 left: possibleX
                var relativeX = possibleX - leftX;
                var perc = Math.ceil((relativeX/scrubWidth) * 4000); // multiplying the ratio by 4000 milliseconds, the length of my animation
                sym.getComposition().getStage().getSymbol("engine_anim").stop(perc);

  • How do I create an application that can be printed AND filled out online via my website?

    Is InDesign the best program to do this in?

    Webform with HTML would be best.
    But depends on a lot of things...
    InDesign is not a web authoring program.
    But it can produce fillable forms ... which are PDF.
    So if you want it on your site - a webform is best.
    If you want it as link they fill out and submit then InDesign.

  • How to create a user that can login the LDAP?

    I want to create a user that can login the OID/LDAP. I know how to create a user, it is allowed to login OIDDAS, but I also want the user to grant access to ldap directly. How do i do that?
    And how can I give it read rights and or update/delete rights on a specific tree?
    Regards
    Eelco

    Eelco,
    did you see the OiD developers guide? Here you find some examples how to create users in OiD using pl/sql or java.
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95193/smplcode.htm#637294
    how to use directory access control can be found in
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95192/access.htm#1054232
    --Olaf

  • How do i create a stensil that can be added into diffrent files of adobe reader?

    I want to create a stencil that can be used in multiple adobe files for quality check purpose. Will be helpfull if somebody helps me out on this.

    why are you saying
    Pat Willener wrote:
    Please stay in your own topic, and answer the questions asked!

  • How do I make PDF with layers that can be turned on and off?

    I am creating a map in Indesign CS4 and I want to have different layers that can be turned on and off.  Layers like different places and names that can be controled in Acrobat (and Reader).  Im not sure how to go about this and if this is something created through Acrobat or through InDesign.  I didnt see anything in ID when converting to a PDF that would save layers in that way so I assume its done in Acrobat Pro?  Just need and idea of where to start

    InDesign CS5 to Acrobat 9 Multimedia and Interactive Workflows by Dona Baker
    Creating and Using Layers (OCGs) with Acrobat JavaScript by Thom Parker

  • I want to create a form that I can change at an instance that will store the information without replacing it

    I want to create a form that I can change at an instance that will store the information without replacing it: Here are examples of what i have:
    This is the form:  The True/False in column B are actually check boxes
    Date
    Job Name
    Start
    End
    Hours Worked
    Per Diem
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    Arellano, Paul
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Blackwell, Zach
    FALSE
    Christian, Charles
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Christian, John
    FALSE
    Currence, John
    FALSE
    Curtis, Brandon
    FALSE
    Hawkins, Tyre
    FALSE
    King, Corey
    FALSE
    Nunez, Jose
    FALSE
    Rangel, Antonio
    FALSE
    Rice, Eric
    FALSE
    Salgado, Ricardo
    FALSE
    and the sheet that the index to looks like:
    Saturday, Mar 15, 2014
    Rice, Eric
    Providence College
    9:00 AM
    7:30 PM
    10.50
    1
    Saturday, Mar 15, 2014
    Rice, Eric
    Virginia Beach
    7:30 PM
    2:30 AM
    7.00
    Saturday, Mar 15, 2014
    Salgado, Ricardo
    0.00
    Sunday, Mar 16, 2014
    Arellano, Paul
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Blackwell, Zach
    0.00
    Sunday, Mar 16, 2014
    Christian, Charles
    0.00
    Sunday, Mar 16, 2014
    Christian, John
    0.00
    Sunday, Mar 16, 2014
    Currence, John
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Curtis, Brandon
    0.00
    I want to be able to fill out the form and it place itself into Sheet 1 without changing everytime.  I can index the array from the form, but it changes everytime.

    You think it would be the other way around.
    Just speculation, but forms probably came to iOS first because of likely use for data entry in the field that syncs back to the Mac.  On a small screen with a touch interface, forms make inputing values easier.
    On the Mac, with its bigger screen, typing directly into a data table often works well enough.
    SG

  • I want to create a form that i can drop pictures in a certain place

    i want to create a form that i can drop pictures into

    Unfortunately Formscentral does not support drag and drop pictures into your form. If you want to form filler submit their images with other form data, you can use file attachment field. Add an file attachment field when design form, so that form filler can add their image file into it and submit with other form data.
    Thanks,
    Pengpeng Sun

  • I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc?

    I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc so I don't lose all of that information and can easily switch to a singular apple id?

    Apple does not transfer content bought with one Apple ID to another Apple ID. Apple will not merge two Apple IDs.
    If most of your content was bought with the Yahoo! Apple ID but you now want the Gmail address for your Apple ID, the trick will be to change the address used for the Yahoo ID with the Gmail address. However, to do that you must first free the Gmail address from that other Apple ID. Use the instructions from Apple to substitute another address that is not used as an Apple ID for your Gmail address in the Apple ID with the Gmail address. Then, when the Gmail address is no longer used in an Apple ID, you can use the same instructions to substitute the Gmail address for the Yahoo address in the Apple ID with the Yahoo address.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

  • How can I create an icon that when clicked will open and maximize an image file?

    How do I create a icon that when clicked will open and maximize an image file?  I have tried to use the simple image widget with maximize upon tap/click - however I am can only size the image really small and put on the page.  I'd prefer to have a graphic that when clicked it simply opens up the image.  This is for a very simple question/answer book.   The user is suppose to look at a picture and locate something.  I want to put an 'Answer' graphic on the image and then the user can click the 'answer' graphic and it will open up the picture with the answer identified. 
    Is this possible?

    Have yiu tried the PopOver widget?  You can drop an image into it, maximise the image and the widgets window...But, you cannot get it full screen.
    With iBooks Author, you either learn to use what is available within the app, or look online for third party widgets to purchase which suit your project.

  • I want to create an array that goes into a case structure where each element in the array is an individual case and gets done in order

    I want to create an array that goes into a case structure where each element in the array is an individual case and gets done in order. Any ideas, I've been playing with the idea but have had no luck, is this even possible?

    Hi,
    Please check it out the attached Vi.. Is this you need?
    Sasi.
    Certified LabVIEW Associate Developer
    If you can DREAM it, You can DO it - Walt Disney
    Attachments:
    Event.vi ‏11 KB

  • How to create a JButton that can run other Apps?

    Hi, Every1
    i want to create a JButton which can let the user click it and it runs a
    specified installed app in the system ( say, a JButton that fires up MS
    Outlook). how can i do that?
    thank you very much.
    Yu.

    hi, if i want to execute some kind of the following, how would i handle it?
    mailto:[email protected]
    i tried: Runtime.getRuntime().exec("mailto:[email protected]");
    but it gave me java.io.IOException: CreateProcess: mailto:[email protected] error=2
    i think this problem would be relatively easy but i just cant figure out.
    thanks

  • If i have an Apple account with monay in it and i want to creat a new account can i transfer the money from the old account to the new account ?

    if i have an Apple account with monay in it and i want to creat a new account can i transfer the money from the old account to the new account ?

    If the money contains a completely unspent balance from an iTunes gift card, the iTunes Store staff can put that money back onto the card.
    (89393)

Maybe you are looking for

  • Development of alv tree report using classes from basics

    Hi, Need a simple ALV tree report by showing the reason for why we are using the classse so that i can build a ALV report in the same manner. i have the data from MARA for given materials and their descriptions.Now in the basiv out put MARA informati

  • IPhoto 6.0.6 will not launch using 10.4.11

    I ran Disk Utility which could not repair my hard disk so I took everything off, erased and re-installed, and copied everything back and updated software (to system 10.4.11). Now everything is fine EXCEPT iPhoto 6.0.6 which will not launch. I set up

  • Missing the entry "BI Document Repository" in KM

    Hi, I installed an nw2004s java with ep7.0. Later I deployed the components for BI via JSPM and patched all to the sp5. I want to integrate BI into the Portal to run Bex-Reports on Portal. At step "Install Repository-Manager for BI-Documents and BI-M

  • I can not get my iTunes to work, please help

    ok when i click to open itunes, i get the window asking me whether or not I agree to the Itunes software license agreement. I click agree and then i get an error message stating that "The itunes application could not be opened. An unknown error occur

  • One Saprouter for two Systems

    HI, i need help with this situation: I have 2 servers A and B -A has a Solution Manager and a Saprouter -B has an ERP 6.0 Ides A has a public IP but B doesn´t Today I can use Solution Manager outside the office addressing to A´s public Address, but i