Buttons disappear after interactive pdf exported idCC 2015

I saw this question in the older previous discussions but no solution.

My client says that they cannot see buttons (but all along he saw them and nothing has changed).

I can see the buttons. We all have two display in Acrobat Pro.

Clues? The PDF is exported as an interactive PDF.

Your customer uses Acrobat on a computer or on a mobile device? Acrobat for mobile does not support buttons.

Tags: InDesign

Similar Questions

  • Preference of interactive pdf export

    Dear friends,

    My work: I need to create interactive pdf and including some value is preferably below I have screenshot of the place.

    I need "interactive pdf export preference setting" only. I try a code but does not work. What I need interactive pdf parameter in the screenshot below. Otherwise, I put my code also. Please suggest friends.

    My code:

    
    var myDocument = app.activeDocument;  
    var myFileName;  
    if (myDocument.modified == false) {  
        myFileName = myDocument.fullName + "";  
        if (myFileName.indexOf(".indd") != -1) {  
            var myRegularExpression = /.indd/gi;  
            myFileNamePDF_Web = myFileName.replace(myRegularExpression, ".pdf");  
        }  
        with(app.pdfExportPreferences) {  
            
    //************************* Need help ********************************      
            InteractiveElementsOptions.APPEARANCE_ONLY        
            PDFJPEGQualityOptions.HIGH;  
            PdfMagnificationOptions.FIT_PAGE;  
            PageLayoutOptions.SINGLE_PAGE;  
            colorBitmapCompression = BitmapCompression.AUTO_COMPRESSION;
            colorBitmapCompression = BitmapCompression.zip;  
            colorBitmapQuality = CompressionQuality.MAXIMUM;  
            colorBitmapSampling = Sampling.BICUBIC_DOWNSAMPLE;  
            colorBitmapSamplingDPI = 300;  
    //************************* Need help ********************************      
    
    
        }  
    
    
        myDocument.exportFile(ExportFormat.INTERACTIVE_PDF, new File(myFileNamePDF_Web));  
    } else {  
        alert("Save your file before continuing");  
    }  
    

    Screenshot:

    pdf.png

    Please help very urgent process of a friend

    Thanks in advance.

    Optimize the creation of large INDB exported as an interactive PDF

  • You can create a search button in an interactive PDF?

    Is it possible to create a search button in an interactive PDF? Our client does not want to use the adobe reader search (CTRL F) and instead want a personalized with in the actual PDF search bar. We use Indesign 5.5 and that you do not have adobe acrobat X.

    Any ideas / help would be greatly appreciated!

    You can use the built-in search window and use something like this:

    var textToSearch = app.response ("enter the search term :");

    If (textToSearch! = "" ") search.query (textToSearch,"ActiveDoc");

    Or you can use a text field (let's call it the search term) and a button that runs this code:

    var textToSearch = this.getField("Search_Term").valueAsString;

    If (textToSearch! = "" ") search.query (textToSearch,"ActiveDoc");

  • Interactive buttons disappear on PC interactive PDF export

    Hi guys, I have a big problem, export an interactive file:

    I have a big file of content (made with margin of data and uses some script codes) and design include navigation buttons. When you export from my MAC to interactive PDF navigation appears to work very well - both on Mac and PC.

    But when I export the file from a PC - after 3 clicks of the navigation buttons disappear and are more functional.

    Any suggestion? Help, please!

    Eugene Tyson wrote:

    In addition, are Mac and PC on the same version of InDesign? They are both completely updated to the last?

    yekutiely ROMA wrote:

    It seems that my indesign for PC on my side and the client was not updated.

    There are go...

  • Button nail in interactive PDF from InDesign CC

    I designed an interactive PDF in InDesign CC. When I export and open it with Acrobat the 'buttons' have a blue fill (see them the color for the border of stationary fields).

    I know that I can go into my Acrobat preferences and disable this option however when sharing with other users the PDF I don't want that they have to make those changes in their Acrobat preferences or devrais I must. I understand the highlight color is important when creating text fields for forms, but it's a boring and useless feature for the "buttons".

    It also makes my custom buttons look crap. Is it possible in InDesign to turn off the highlight color before exporting to interactive PDF?

    See my screen capture below, you can see how it destroyed my design.

    PDF problem.jpg

    Geigreg I am a designer as well and understand try this with my code above:

    `

    Acrobat X Pro, you will use the JavaScript Panel in the tool pane. You may need to display the JavaScript in the dropdown at the top right of the Tools pane.

    To add the script to the Document level, you then click Document JavaScripts. An opening of dialogue where you enter the name of the script (for example "highlighted". Then, a text editing box opens, where you can enter the code. Select the entire document and delete it. Then add the code as described above. Confirm and close the dialog boxes.

    For the willClose script, click the value of the Document Actions. Opens a dialog box where you can choose the events. Select close document. An edigint text box opens, where you can enter the code. Enter the code as described above. Confirm and close the dialog boxes.

    Save the document and reopen it.

    I hope this can help.

  • Interactive PDF export

    When I export my InDesign file as an interactive PDF does not play the movie that I placed in the document, but all the buttons do not work properly. The movie file is a mp4. What would cause my video not playing?

    Unfortunately none of the paths of the files they work, and I'm not fast enough to get the "ctrl + alt + shift" thing to work.

  • InDesign | Mystery / unwanted make appearing in interactive PDF export function

    I'm working on a project for a client who is a big PDF interactive with navigation, built in InDesign.

    On a recent version, exported a PDF file on the opening to say "this document has form data must be met" even if we have built no form function in the document of the DLI. When I click on "highlight fields" in the PDF file, and the analysis of all pages, nothing no is highlighted.

    Anyone know what is happening and how I might be able to track down and fix the problem?

    Thank you very much

    Scott

    For those who arrive here with a similar problem, the solution is to export the interactive PDF from InDesign with password security to restrict all changes on the exported PDF file. This will remove the message "forms" to appear at the opening of the PDF file.

  • Invisible buttons print to interactive PDF

    How can I prevent non-visible form elements in an interactive PDF for printing? I have a button that is set to invisible in an interactive PDF, based on a radio button is selected. However, when it is printed the PDF, the invisible button on the screen prints on paper. How can I keep this invisible element of printing? I'm InD CS6.

    Click on the button. Open the window > Interactive > buttons & form. Clear the print check box.

  • The buttons disappear after signing

    I'm trying to get two buttons to disappear after the signature of a form.  I use the following to try to do it by using the following in the event 'postSign ': Javascript code

    addRemove.addRow.presence = "hidden";
    addRemove.removeRow.presence = "hidden";

    * addRemove is the subform; addRow is the button n ° 1; removeRow is the button n ° 2

    The LiveCycle application immediately invites a message that the Signature text object contains "something not supported by the target version."  and does not work when tested.  Any ideas on how to achieve this?

    Any comment is appreciated.

    Thank you.

    I would put this code on the preSign rather than the postSign event. Note that if you are targeting an earlier version of Reader/Acrobat that these events were not part of this release. I think (but I'm not sure) they were added in the calendar of 8.1.

    Paul

  • The new downloads button disappears after that I get him out of the bar tabs/upper navigation bar. How can I get that back?

    Just as I have described.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • Reduce the size of the 'button' bearing in interactive PDF format?

    I created an interactive 'button' to create a larger overview of the thumbnail image (just using normal, overview says). Works well, except that the size of the enlarged image, which is considered a reversal, and it takes the largest part of the page. The image is the right size, but the bearing is simply too big. Is there a solution? Or another way to accomplish (that is to say, the size of the thumbnails is everything I want turnover, not the image of grand expanded and hidden)?

    The size of the buttons is the size of the buttons. The different button States may appear to be a different size, but the button itself is not.

    You might have a button become hidden on rolling and display a different but I see very little of interest to do with bearings. This is not what I expected in the behavior.

  • How can I get my pass to the page buttons in an interactive pdf?

    When I try to export from InDesign, it tells me that this feature is not supported by pdf.

    You do not have.

    You can go to the first page, last page, next page, previous page. But you can't go to a specific page number.

    This action is the label of SWF only.

    But you can go to a number of specific page by using the go to the action of the Destination.

    This allows you to go to an anchor text on a specific page, URL, etc.

  • The ' OK and apply "buttons disappeared after I changed the DPI and made too big screen. How can I get back them? I can change the DPI back but I can't OK it without the buttons!

    How to restore the ' OK and apply "buttons to change the DPI back to original size

    How to restore the ' OK and apply "buttons to change the DPI back to original size

    1. you can try just pressing the entry instead of the apply/OK key. It should work normally.

    2 If #1 does not work, go to safe mode and the CIO adapt them again.
    How to get in Mode safe:
    Shut down your computer > turn it back on and immediately and repeatedly tab key F8 until you see a black and white screen. Use the up/down arrow and select Mode safe for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Captivate background 8 audio buttons disappear after audio import

    Whenever I try to add background music to a project it is important to the audio and then this screen will appear.  You will notice that the pop-up background sound does not have the two buttons on the lower right corner that says 'Save' or 'Cancel '.  There is literally on this screen and I can't go out or save somehow, I always have to restart the project and he never adds the background sound.  Is this a bug or I do something wrong?  Any advice would be greatly appreciated.

    Screenshot 2015-12-08 15.27.36.png

    I just found the solution.  In the management of the Audio, if the box show object level Audio, then the buttons save and Cancel will does not appear.  By simply unchecking this box I was finally able to apply background audio-only lose about 10 hours of work around the process.

  • About minimize buttons disappear after viewing full screen YouTube videos

    HEY! You're going to solve this problem? It has been nearly a month and no solution!
    It's a really big pain and I'll just use another browser if you do not remedy.
    Please send an update SOON.

    It is strange that you have this problem because other Mac users are complained about a different problem in fullscreen on YouTube, which is that they wanted the browser to stay full screen mode, but don't get out that full-screen for video.

    Whatever it is, assuming that YouTube is serving you the HTML5 player instead of the Flash Player - you can confirm by right-clicking / Ctrl + click on the drive and check the last line of the menu short - you can force the use of the Flash plugin with an extension (Flash Video Player from YouTube). Go or exit full screen in Flash player should not affect your Firefox window one way or another.

Maybe you are looking for