Edit Button Not Working in PDF Portfolio

The Edit function is greyed out whenever I try to create a PDF portfolio directly from an Outlook mail folder. We are using Adobe Pro X.  Any suggestions on why this is and how to fix?  I've been able to create other portfolios and use the Edit button, but not when it is created directly from Outlook.
Thanks!

[discussion moved to Creating, Editing & Exporting PDFs forum.]

Similar Messages

  • Edit button not working in advanced mode

    When I choose a page layout that is pre- made in the options, I can then switch to the advanced mode, but can't get my edit button to work so I can edit the frames or pictures.  Any ideas why?

    Hi sewloco,
    I order to edit the picture/image when in Create mode, you can directly use the toolbar present on the left side in PSE10. You don't need to switch to Edit mode.
    You can also add a new frame/background/graphic from the Artwork Panel. You have a complete set of Effects and layouts available as well. If you want to add text, use the Text tool (press 'T').

  • Edit button not working on a publishing site on sub-level pages only (SP 2010)

    When I create a top level page, the Edit button/edit page works fine with checkout and checkin.  However, once I create a sub-level page - that is I create a second page within the first page then the edit button does not work and there is a message
    displayed on the ribbon in yellow background: 
    Status:
    Published and visible to all readers 
    I have read all responses to similar posts and tried them but problem is not resolved. 
    I don't have workflow turned on, I don't have content approval, yet, issue is still there. 
    Please help. 

    Hi Wynnit,
    Pinning will not work in most devices - desktop only. To do the same in your device layouts you need to use the scroll motion tools.
    To add code to the <head> tags in Muse you go to your page properties and under the meta tab you will see a section you can paste your code.
    When  you do push live with Business Catalyst you will be given prompts as to how to go about it.

  • Edit button not working on ipad

    I just downloaded the adobe reader app and the edit button doesn't give me options to organize, etc. Any suggestions?

    How it works for me:
    Select the Documents list, then click Edit, and there will be five organizing tools (add folder, duplicate, etc.)
    If that doesn't work, try force-quitting your application. Click the Home button to return to the Home screen. Double-click the Home button to go the row of recent apps at the bottom of the screen. Click and hold down the Adobe Reader icon and the red "delete" icon appears. Click the delete icon and Reader is removed from the list. Return to the Home button and relaunch Reader.

  • Pdf buttons not working when pdf loads in browser

    hi
    I have a pdf with buttons which work fine. Once pdf is put on our website and you click on it, it opens in firefox ok but none of the buttons work.
    Safari, chrome - work

    The road to hell is paved with good intentions... FF wanted to provide their users an easy-to-use, built-in PDF viewer, which is good. Problem is that developing a fully compatible PDF viewer is a very complex task that requires a lot of time and effort, so they decided (it seems) to settle for something that's "good enough". So now users are stuck with something that usually does an OK job when it comes to just displaying a simple PDF file, but as soon as you have a more complex file (for example, one with form fields) it breaks down entirely and either fails to load the file at all, or does so incorrectly, and the developers are left sorting out the mess...

  • Button not working on PDF

    I've a button which should add instance of a subform on click event using following script -
    xfa.host.messageBox("adding instance", "Warning", 3);
    Detail.Blank_Page.ItemSet.instanceManager.addInstance(1);
    Detail.Blank_Page.execInitialize();
    When I click the button, the script is getting executed as I put Messages to see that, but the subform instances do not get added :-(.
    I've also added following code to the wdDoModify event of my Web Dynpro view-
    IWDInteractiveForm form = (IWDInteractiveForm)view.getElement("InteractiveForm2");
    form.setDynamicPDF(true);
    In one of the threads I read that, if we open the XDP file in designer and check the "Dynamic Form" property, it might help.
    File -> Form Properties -> Default tab -> Dynamic Form
    I set this property and save the XDP form. Now, when I rebuilt and deploy my Web Dynpro project again, I went and checked this property-
    it was re-set.
    I am near frustration as I've done possibly everything that I read on this forum.
    Please help me to get this working.
    My platform is as follows-
    NWDS4 - SP18
    Adobe LifeCycle Designer - 7.0
    Adobe Reader - 7.0.9
    Internet Explorer 6.0
    Server has SP21
    Thanks,
    Vimukta

    Hi Vimukta,
    Little late in replying to your post. I tried to generate the PDF using the same XDP template sent by you.
    It is working perfectly fine for me. 
    Can you please verify the code you have written on the WDDoModifyView method ? Just check the form element name once again.
    I know you might have done it but just double check on this.
    //@@end
    public static void wdDoModifyView(IPrivateCreateView wdThis, IPrivateCreateView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
    if(firstTime){
       IWDInteractiveForm iForm = (IWDInteractiveForm)view.getElement("InteractiveForm1");
       iForm.setDynamicPDF(true);
        //@@end
    Step to debug :
    1. Try in another desktop, try to access the same URL where you have adobe reader 8.1 is installed.
    2. Just create one sample PDF with 2/3 fields and try to hide those fields on click of checkbox throgh java script. let me know if that is working or not.
    3. May be you have problem with the "ReaderRights" Please check your Adobe credentials.
    Actually i have tried with WebAS versiion 7.0 SP10.
    I just think there is mnor problem with ADS configuration.
    Cheers
    Satya

  • PSE 8 ... Welcome screen Edit button not working

    I had this installed on another computer prior to it being stolen, got a new laptop and installed on it.  I am running windows 7.  When at the welcome screen i click on Edit and the little bar changes and acts like it is going to start but then does nothing, it just takes me back to the welcome screen.  I did find one thread on here and tried those recommendations by holding down the ctrl, alt, and shift while clicking edit and then choosing yes .. but that didnt help. 
    any thoughts or ideas on what I could try ... hate having spent money on something I only used a handful of times
    Thanks!

    Have you tried installing the product again to see if it corrects itself?  The thing is PSE8 is very old to run on Windows 8.  The alternative solution could be to start in Windows XP mode.  This is normally done by reading this official Microsoft article:
    <http://windows.microsoft.com/en-GB/windows7/install-and-use-windows-xp-mode-in-windows-7>
    Good luck.

  • Button not working in browser

    I am coding a video player in Netbeans 6.8. just find two problems:
    1. the browser button not working in browser when I run the project from Netbeans under "run in browser" mode. however under "standard execution" mode, everything is fine.
    2. can not run the jar file in the project's dist directory directly. in other word, I can not run the jar file outside of Netbeans.
    I appreciate any help. thanks.
    Main.fx:
    package gui;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.paint.Color.*;
    * @author Jethro
    var face=Face{};
    function run(){
        Stage{
            title: "player"
            resizable:false
            scene: Scene{
                width:800
                height:600
                fill:DARKBLUE
                content: [face]
    }Face.fx:
    package gui;
    import javafx.scene.CustomNode;
    import javafx.scene.Group;
    import javafx.scene.Node;
    import javafx.scene.control.Button;
    import javafx.scene.layout.VBox;
    import javafx.scene.media.Media;
    import javafx.scene.media.MediaPlayer;
    import javafx.scene.media.MediaError;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.media.MediaView;
    import javafx.scene.control.ProgressBar;
    * @author Jethro
    public class Face extends CustomNode {
        public var lbf=LBF{};
        public var enable=true;
        public var mark="play";
        public var sourceOfMedia:String;
        public def player=MediaPlayer {
            repeatCount:MediaPlayer.REPEAT_FOREVER
            onError:function(e:MediaError){
                var er=e.message;
         media : bind Media {
              source: sourceOfMedia
        public def view=MediaView {
                mediaPlayer:bind player
                preserveRatio: true                    
        public def bar=ProgressBar {
                height:10
                width:bind scene.width
                progress: bind
                    if(player.media !=null){
                        player.currentTime.toMillis()
                            /player.media.duration.toMillis();
                    }else{
                        0.0
        public var play=Button {      
            onMousePressed:function(e:MouseEvent){
                if(enable and player.media != null){
                            mark="pause"; println("playing...");                       
                            sourceOfMedia=lbf.uri;
                            player.play();
                            enable=false;
                }else{
                    mark="play";
                    player.pause();println("paused...");
                    enable=true;
         text: bind mark       
        public override function create(): Node {
            return Group {
                content: [
                    VBox{
                        content: [
                            lbf,
                            bar,
                            play,
                            view,
    }LBF.fx:
    package gui;
    import javafx.scene.CustomNode;
    import javafx.scene.Group;
    import javafx.scene.control.TextBox;
    import javafx.scene.layout.HBox;
    import javafx.scene.paint.Color;
    import javafx.scene.shape.Rectangle;
    import javafx.scene.text.Font;
    import javafx.scene.text.Text;
    import javafx.scene.Node;
    import javafx.geometry.HPos;
    import javafx.geometry.VPos;
    import javafx.scene.control.Button;
    import javax.swing.JFileChooser;
    * @author Jethro
    public class LBF extends CustomNode{
        public var uri:String;
        public var whereis=Text {
            fill:Color.BLUE
         font : Font {
              size: 20
         x: 10, y: 30
         content: "location: "
        public var location=TextBox{
            text:"the song's location"
            columns:40
            selectOnFocus:true
        public var browser=Button {
         text: "Browser"
         action: function() {
                    var jfc=new JFileChooser();               
              jfc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
                    var val = jfc.showOpenDialog(null);
                    if(val == JFileChooser.APPROVE_OPTION) {                   
                        location.text = jfc.getSelectedFile().getAbsolutePath();
                        uri=jfc.getSelectedFile().toURI().toString();
                        println(location.text);
        public var face=Group {
         content: [
              Rectangle {
                        x: 0, y: 0
                        width: 800, height: 50
                        fill: Color.SILVER
                     HBox{
                         width:800
                         height:50
                         hpos:HPos.CENTER
                         vpos:VPos.CENTER
                         spacing:5
                         content: [whereis,location,browser]
        public override function create():Node{
            return face;
    }

    thanks for your reply but I need more specific operation.
    maybe I am not very clear about the problem one. I mean when I run the code in standard mode, if I click the browse button, a window will pop out and I can choose a video file from my local harddisk. but if I run it in "web start execution" mode and "run in browser" mode. the browse button make no response when I click it.
    Edited by: Phoenix2006 on Feb 8, 2010 2:35 PM
    Edited by: Phoenix2006 on Feb 8, 2010 2:37 PM
    Edited by: Phoenix2006 on Feb 8, 2010 2:42 PM

  • Buttons not working, all of a sudden?

    Nothing has changed, no editing was done, and all of a sudden, buttons not working.  I trued exporting from Flash again, with the same pblish settings.  Bit Action Script seems to give me a message now saying it wont export as a button.  Tried AS 2.0 and 3.0, but i made original files in 3.0
    thoughts???
    thank you!

    Either convert that symbol to a button symbol so that you can use the code you showed, or assign it an instance name and place the following code in the timeline...
    yourMCName.onRelease = function(){
         getURL("page2.html","_self","GET");
    Where yourMCName is whatever instance name you assign

  • Why does my edit button not show in Address Book?

    I have installed Lion on my laptop; however, I am not able to edit any Address Book entries. After doing some research, I have learned that I am missing the "Edit Button" that is supposed to appear on a contact that will enable editing.  My Edit button does not appear - I have only "Add Contact" and "Share" buttons.  Why does my edit button not appear?
    I have not noticed any other issues with Lion.
    Thanks!

    Try this:
    Select "Go" from the finder whilst holding down the Alt key and "Library will drop down in the list.
    Library/preferences/ and delete this :  com.apple.AddressBook.plist
    re-start your comp and it should work.
    This . plist will re-create itself when re resart all nice and clean and fresh.
    Should work, it does for most things.
    Good Luck

  • Print button not working with Xerox pluggins installed

    Thanks to the wonderful people here I found that if you have any Xerox plugins in /Library/Printers/PPD Plugins you can experience the print button not working.
    Removing them fixes it which is nice but I need the plugins, anyone know a work arround?

    I've seen this happen with some of our Xerox PPD's on PC's. The cause in this case, is their reference to virtual memory with older OS systems.
    I instead used an older PPD or a PPD I had edited to support 200"x200" custom pages sizes, supporting full color.
    All I needed was a clean postscript file.
    The Adobe 7 PPD writes clean PS.
    If you need some kind of VIPP instructions in your PPD for the Xerox, I'd look at getting a newer PPD form Xerox made for OSX.

  • Logitech mouse buttons not working in photoshop cc 2014

    logitech mouse buttons not working in photoshop cc 2014 winds 8.1. Is this a common problem?
    I have updated the latest drivers and have a few buttons programmed with keyboard shortcuts that used to work in previous versions of Photoshop but don't work now.
    Scrolling with mouse in bridge stopped working in cc butI see it is now working.
    any ideas?

    Many Photoshop extensions are not compatible with Photoshop CC 2014 for Adobe removed support for Flash Panels in CC 2014. Many extensions panels are flash based.  Check with the developer to see if their blendmein extension works with CC 2014.
    Adobe does not maintain Photoshop so it backward compatible with prior versions of Photoshop.  This brakes things like action scripts plugins extensions etc. Keep old version of Photoshop installed....

  • IPhone 4 middle button not working

    Having problems with the iPhone 4 middle button not working anyone else with the same problem ?
    Thanks

    i have the same problem. since you're software is already iOS 5.1 go to settings>general> accessibility>the settings after triple click home, i forgot what is it called but that would help.

  • Iphone 4 Home button not working after upgrade to OS 4.3.5

    Iphone 4 Home button not working after upgrade to OS 4.3.5.Please help!!!!!!!!

    It seems that settings of mail accounts have something to do with it. I've delete my gmail account and am now using Microsoft Exchange. It seems better, yet not perfect. The issue is definitely due to OS 4.3.1
    Apple answer is - no answer. It is a shame that the quality of their products, in terms of design and concept, is not match by a care for customers. It is not normal that I, as a customer, have to spend hours reading Apple Discussions forum to try to understand what the problem is. A little more respect for a customer that spend big $$$ buying their products wouldn't hurt.

  • Iphone 4: Home Button Not Working. The home button only works when it is connected to iTunes, once i disconnet it does not work, i have tried a restore to factory settings but it still is not working. Any suggestions?

    iphone 4: Home Button Not Working. The home button only works when it is connected to iTunes, once i disconnet it does not work, i have tried a restore to factory settings but it still is not working. Any suggestions?

    Apple, as I said, does not repair your iPhone. All hardware service issues are handled by replacing the unit. So they can't handle the home-button issue without also addressing the issue of the cracked screen, for which they'll almost certainly charge you. But you can make an appointment at an Apple Store or call Apple tech support and plead your case.
    Regards.

Maybe you are looking for