Reader XI "save" button creates "save as"-dialog in a dynamic PDF

I made a dynamic PDF with LCD ES4. Sometimes it occurs that a "save as"-dialog appears though I pushed the "save"-button. I am using Reader XI 11.0.07 on a Windows 7 Pro system. Suggestions?

This don't seems to be a problem of the form.
It's more likely that Readers save operation fails because the file is used by another process (Exploerers preview pane for example) or there are no rights to save into the current directory.

Similar Messages

  • How do I call browser Save As dialog box before downloading pdf files?

    How do I call browser Save As dialog box before downloading pdf files?
    Here's my favorite scenario:
    1. User clicks button
    2. Save As dialog displays
    3. User chooses location
    4. A set of PDF files download to that location OR a single zip file downloads
    Background:
    I want to ensure the user sees that files are being downloaded. I'm delivering content to users who may not be Web savvy.
    Concern:
    1. User has no clue how to find downloaded files or that files have even downloaded.
    2. I'd like to deliver the set as zip files. Not sure if self-opening zip files still exist.
    FYI:
    I'm using jQuery UI buttons. Not sure if that factors into response.

    Just for clarity, I'm not forcing a download. The user will click a button.
    Click a button or click a link, either way you're technically executing a script to force a download.
    I'm assuming that's the php file resident on the server.
    Yes but that's only part of it.  Once the contact form executes, another script is called up which opens the browser's download dialogue.
    Is there a php script for simply calling the Open/Save dialog box?
    Yes. 
    <?php
    /* This short script forces a file download.
       For simplicity, it's intended to be used for a single file.
       You can use multiple copies of this file (with unique names)
       with different variable values to use it with multiple files.
       Use of this script has a side-effect of hiding the location of the
       file on your server.
    // full server path to file to be downloaded (including filename)
    $Path2File = "path/to-file-on-server.zip";
    // the filename
    $theFileName = "name-of-file.zip";
    //the work gets done here
    header ("Cache-Control: must-revalidate, post-check=0, pre-check=0");
    header ("Content-Type: application/octet-stream");
    header ("Content-Length: " . filesize($Path2File));
    header ("Content-Disposition: attachment; filename=$theFileName");
    readfile($Path2File);
    ?>
    Name this file zip2download.php.
    Add a link to your HTML page:
    <a href="zip2download.php">Download Zip</a>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Read only / save problem when multiple user accessing PDF

    When accessing a PDF-file from a network location (where multiple users might have the file open simultaneously) I have noticed a problem.
    First of all you will not get notified when opening the file that it is open elsewhere, there is no "read only" mode in this case.
    Secondly (and worse) is the fact that the person having opened the file first is prompted to save it under a new name when she/he is saving changes since "file is open elsewhere".
    This works quite the opposite of what most Windows applications do.
    Is it a problem in version 7 and 8 of Acrobat only?
    I have heard from the support previously that it might be unsupported functionality to use network drives for editing. Is that true?
    If you are doing updates after a review but want to share the outcomes of the review this quite annoying...

    I agree, and I have seen the same points as well, but...
    During the update process after the review many reviewers are looking at their comments and how they were handled during the review meeting and at the same time the authors (yes, for documents such as a requirement specification there will be more than one author) are doing the updates to the original document.
    We are also updating the PDF with the changes made by adding new replies to the comments and also changing the status of the comments once more.
    The logical approach when opening a file is not to display a text box, but to add the information in the title bar of the program. That way you do not add an extra step to the people who only want "read only" access.

  • How to avoid the "Save As" dialog when using "Close Button"

    Hello All,
    I am facing a problem while closing a pdf file.
    I am using the following code to Open a pdf file.
    CAcroApp objAcroApp = new AcroAppClass();
    CAcroAVDoc objAVDoc = new AcroAVDoc();
    objAVDoc.Open(C:\\new.pdf,Sample);
    objAcroApp.Show();
    After opening the document I am **** some changes (adding markup) in the file.
    Then I am closing the file using the Close Button and in YES for the save confirmation dialog.
    Here is the problem.
    After giving YES, I am getting a Save As dialog with "Sample.pdf" in the FileName box.
    I am getting this only in Acrobat 9.0.
    When I tried the same in Acrobat 8.0 I didnt get Save As dialog. It saved with out "Save As" dialog in "C:\\new.pdf".
    I need to give the same behavior in both Acrobat 9.0 and 8.0.
    Please help me out to fix this issue. Thanks in advance.
    Regards,
    Mohd Mustafa SK

    In what you have posted, there is no reason it shouldn't work the same way in Acrobat 9. I would recommend that you submit your complete application to developer support.

  • How to suppress Save As dialog when using the Close button on an editable pdf

    Environment: Windows 7, SDK 9, Adobe Acrobat Pro X, Visual Studio 2010 Professional
    Summary: when a document is opened for editing using automation, edited, then closed using the "Close" button, the confirmation dialog appears, "yes" is selected and then the "Save As" dialog appears.  It should save without the "Save As" dialog in the same way it does were the document opened from Adobe Acrobat directly.  My question is, is there any flag to set which governs whether the "Save As" dialog appears as part of the close document process.  It is behaving as if the document is read-only upon close. (it isn't)
    This is how the document is opened from C++:
    if(SUCCEEDED(hr = ::CoCreateInstance(__uuidof(Adobe9::Acrobat::CAcroAVDoc), 0, CLSCTX_ALL, IID_IUnknown, (void**)&pUnk))){
    hr = OleRun(pUnk);
    if (SUCCEEDED(hr)){
    if (SUCCEEDED(hr = pUnk->QueryInterface(&pAVDoc))){
    hr = pAVDoc->Open((BSTR)CComBSTR(strPath), strDocName, &bRet);
    Even when the plugin is removed from the plug_ins\AcrobatSDK directory, the behaviour is the same.
    Another reproduction is running the BasicIacVC sample, commenting out all lines from gAcroPdDoc->Close(); in InitInstance() and returning TRUE.  If an editable document is opened using the sample, edited then closed using the "X" button, the confirmation dialog is followed by a "Save As" dialog as if it were a read-only document which it is not.
    Any suggestions would be appreciated.
    Regards,
    Evan

    Yes, it does.  (as long as the pdf has been opened via a COM interface)

  • A .part file was created when I cancelled a download from a "Save As" dialog.

    On my Macbook Pro (my OS is OS X 10.6.8), sometimes when I click on a download link, and then click Cancel (meaning I did NOT start the download at all), a .part file appears in my Downloads folder.
    However, not all download links cause this problem to happen. Download links for things like MP3s and JPGs rarely cause this to happen, but download links for xls or torrent files will most likely cause this problem.
    I've tested it. When I click on a download link for an MP3 file, but didn't click OK or CANCEL, a .part file would appear in my Downloads folder. However, when I hit CANCEL, the .part file goes away.
    But when I tried this on a download link for a XLS file, the .part file stays there even after I hit CANCEL. To delete it, I had to drag it to the Trash folder myself and then empty the trash.
    So is this a bug? Am I infected with a virus? Does your Mozilla Firefox create a .part file when you click on a download link but not confirm whether you want to download the file? Does the .part file go away after you hit CANCEL?
    Thanks in advance.

    hello, it's normal that downloads will start loading in the background and that a .part file is created even when you haven't made any choice on the "save as" dialog yet (in order to shorten the download time, it takes afterwards). however, those .part files should get deleted if you cancel the download.
    if this isn't happening with all file-types you could try going through some troubleshooting steps related to downloading, which are described here: [[What to do if you can't download or save files]]

  • Hello, the 'Save As' dialog box used to allow the backspace button to go up one level in the directory when the focus is in the folder contents box but it does not work any more, please help.

    Hello, the 'Save As' dialog box used to allow the backspace button to go up one level in the directory when the focus is in the folder contents box but it does not work any more, please help. BTW the same 'Save As' dialog in other applications still allow the backspace button to go up one level in the directory.

    cor-el,
    I kept forgetting and procrastinating about following your instructions, since I have internet access only for limited amounts of time and usually I am busy with important tasks when I am.
    Out of the blue, the problem corrected itself (the Save As box started to open full screen, then shrunk down to a normal size and the edges can now be dragged to a custom size).
    Even the copy and paste problem in the filenaming area seems to have been less troublesome lately even though there have been no updates to Firefox in a few weeks.
    Even though I marked the solution as not helpful, the problem has in fact been resolved. I will save the solution instructions in case the issue returns.

  • Downloading is started before pressing save button on save as dialog.

    I select "Always ask me where to save files" radio button in Options menu. And when I download something, I notice that transferring is started before I press save button on "Save as" dialog. Is there any way to prevent the pre-caching before pressing save button?
    Thanks

    Sorry, not that I have ever seen mentioned in this forum. Firefox has always done that when "Ask me ...." is selected in Options.
    Are you having any particular problems with downloads being started before you select a specific location for the "final resting place" for the download?

  • Creat a Save-As-Dialog / Location-Dialog?

    Hi all,
    I hope one of you can help me with a problem. And though I try to programming a workflow that produces as output a file. This file should be stored by an interactive path - means of a dialogue (see picture: http://www.askdavetaylor.com/4-blog-pics/mac-pages-file-export-microsoft-word-sa ve-as.png).
    How do I create such a dialog? Have anyone a AppelScript?
    Thx

    hello, it's normal that downloads will start loading in the background and that a .part file is created even when you haven't made any choice on the "save as" dialog yet (in order to shorten the download time, it takes afterwards). however, those .part files should get deleted if you cancel the download.
    if this isn't happening with all file-types you could try going through some troubleshooting steps related to downloading, which are described here: [[What to do if you can't download or save files]]

  • How to create new file and popup a Save As Dialog?

    I want to create a new file and then popup a Save As Dialog to save the new created file.
    I have tried to use the JFileChooser as the following code:
    =============================================
    JFileChooser jfc = new JFileChooser();
    File f = new File("c:\\text.txt");
    jfc.setSelectedFile(f);
    int returnVal = jfc.showSaveDialog(this);
    if(returnVal == JFileChooser.APPROVE_OPTION) {
    f = jfc.getSelectedFile();
    =============================================
    I can't found the created file execute the program, anyone can tell me whats going wrong of my code or give me some advice?
    Thanks a lot.

    Actally, I want to generate a file and specific the
    name and the location to save it.
    And solution to do this if don't use the JFileChooser?Use a JFileChooser to choose a file name (you can select the directory and type the filename into a field). Once you have the file name you can open a FileOuputStream or FileWriter and write to the file you have just defined. If this file does not exist then it will be created.
    If you want to confirm before overwriting an existing file then just put up a confirm dialog if the file exists (File.exists()).

  • Buttons of the "save as" dialog are unreachable

    I am using SUSE 10.1 with fvwm2 and Adobe Reader 8.1.1 resp. 8.1.2. When a user wants to save a PDF file to a USB-disk or so, he clicks onto the "save as" button. Then a dialog pops up, where the user can select the location where to save the data. This dialog is collapsed by default, so the user sees only the Buttons "Cancel" and "OK" and a tiny triangle to expand the dialog (screenshot: http://freenet-homepage.de/motherbrain/curimg/Bildschirmfoto-2.png ). When the user clicks onto the triangle, the dialog expands downward. Unfortunately so far downward, that the user can not reach the buttons. (screenshot: http://freenet-homepage.de/motherbrain/curimg/Bildschirmfoto-3.png ). After the user has chosen the path to the desired location where to store his data, the only way to complete the task is to collapse the dialog by clicking once again onto the tiny triangle.
    This is the problem. I want to get the buttons by default into the screen. Is there a configuration file or something to change the position or size of the "save as" dialog? This would be very helpful.

    Since Adobe Reader 7 has had his own file picker dialog (which worked very well), i hoped this feature was still accessible in AR 8. Since it's not, i will have to change some OS configurations. Maybe i should try another window manager or another file manager. Or another OS -- buttons disappearing beyond the visible part of the screen seems to be a general SUSE problem.
    Thanks for answering.
    Artur

  • Read-only radio button or checkboxes save as null

    Hi,
    I have a form with some fields that are editable by 1 group of users and read-only for another group in certain conditions.
    Before the header there is a fetch process to retrieve values from tables. So most fields (read-only & editable) are populated including checkboxes & radio buttons.
    All users can edit at least 1 field on the form.
    When the save button is pressed a PL/SQL process runs to save the data.
    The save works if the field is editable.
    If the field is read-only and text it also works.
    But if the field is a radio button or checkbox a null is saved in the table.
    Any suggestions on how to get the PL/SQL to pick up the read-only radio buttons and checkbox values?

    Hi,
    I had the same problem in my application and I found another solution instead of using two items. I'm using a computation on page processing that makes a select on my table to get the value for the checkbox. I'm doing this with the same condition as my read-only condition on my checkbox item so I can get the database value when it is lose in the submit process.
    Also, I found a difference in the html code between the read-only state of the item and the standard state.
    Original state : name="p_v07" (7 because it's the seventh item on my page)
    Read-only state : name="checkbox"
    I tried to modify this using firebug in execution of the page but without success, the problem is still there.
    Patrick
    Insum Solutions

  • Reader X - Save dialog box popup issue

    Hello,
    I found that in Adobe Reader X whenever you goto save a file using just the "Save" (ctrl+S) option it brings up the Windows file system box prompt, which allows the user to see other windows files, folders, etc.. This is a huge issue for us as we do not want our users to be able to save to different locations or change the current filename on accident.
    How can I prevent this Save dialog from showing?  It is the dialog I would expect to get from choosing a "save as" option, not just your standard "save" option. Also, we are opening PDF files from our own software developed in C#. So if there are any open parameters I can pass to disable this save dialog that would be helpful as well.
    Please advise or provide insight.
    Thanks!
    Seth

    Seth -
    This is the expected behavior for Reader X, it's somewhat unexpected, so let me explain the rationale behind it:
    With Reader X, Adobe introduced the concept of sandbox - this mechanism severly curtails the rights provided to the Reader process to prevent exploits from running. In your case, Reader process cannot write to user's disk without users' explicit approval. The Save as dialog that you see is seeking that approval. Certain folders such as the TEMP folder are white listed, you should see if you can incorporate those into your workflows.
    You can find details here:
    http://blogs.adobe.com/asset/2010/10/inside-adobe-reader-protected-mode-part-1-design.html
    http://blogs.adobe.com/asset/2010/11/inside-adobe-reader-protected-mode-part-3-broker-proc ess-policies-and-inter-process-communication.html
    -abhigyan

  • Trying to create a "Combine PDF" that also has a "save as" dialog box

    I am able to get the Combine PDF to work but it just saves them as randomly named files on the desktop that I then need to rename manually. Is there some way to make a "save as" dialog box pop up after combining the files? So if I had a bunch of PDFs it would go:
    Right Click on selected files > Automator > Combine PDF > Save As
    Is this possible?

    Set up you worflow as:
    Get Selected Finder Items
    Combine PDF Pages
    Open Images in Preview
    Run Applescript
    +copy this into the Applescript box+
    tell app "System Events"
    keystroke "s" using {command down, shift down}
    keystroke "d" using {command down}
    end tell
    I also like to add a Sort Finder Items after the Get Selected Finder Items.

  • Itunes will not launch, it shows  message of "itunes library .itl" can not be read because it was created by a newer version of itunes. I tried opene it in save mode but I had the same problem.

    Itunes will not launch, it shows  message of "itunes library .itl" can not be read because it was created by a newer version of itunes. I tried opene it in save mode but I had the same problem.

    If you still have an issue you may have to see about using the iTunes version (application) included with Snow Leopard 10.6 from the installer or an another one if available online, and see if that will install.
    Sometimes you may have uninstall the bits left in your system by the earlier (or later) iTunes installers; as they all leave a trace and these can stop a different version of iTunes from being installed.
    Not sure if the following site/link will tell the method...
    •Apple - Support - iTunes - install & update:
    http://www.apple.com/support/itunes/install/
    •Troubleshooting iTunes installation on Mac OS X:
    http://support.apple.com/kb/HT2311
    Good luck & happy computing!
    ps: i see you resolved this issue. it's magic!

Maybe you are looking for

  • How to export video without modification

    So it appears that the new iPhoto 9.5 modifies video files when exporting, even when you choose "original." I like to backup my original files without any modification. Images don't seem to be modified, but videos are; the timestamp changes and the s

  • How do I find what's included in the $9.00 monthly plan.

    I just purchased the $9.00 monthly plan for both features but now I am confused about what is included with my plan. Most likely because there are so many things to try or purchase when I first logged on. Thank you for your help!

  • SOA Server in Debug mode

    How to start SOA server in Debug mode and what kind of errors or issues going to face. What is the use to start SOA server in Debug mode.

  • TopLink Troubles

    I've been trying to working with UML modelling and TopLink and been having a few problems. I want to be able to create a class that may span more than one table. Typically I would use a BMP Entity bean but I find this too slow for our needs. Can I ac

  • StringIndexOutOfBoundsException when assign value +

    I have a webservice application when i send follow xml : <doService xmlns="http://www.openuri.org/"> <request> <sign>+</sign> </request> </doService> It will appear this error : ####<Jun 3, 2004 2:37:35 PM SGT> <Info> <EJB> <mywinxpmbl117> <myServer>