Dynamic PDF is more made in Adobe Reader 11.0.07

We have a number of dynamic forms of XFA (PDF) we sent to end users. These end users are in the process of upgrading to Adobe Reader 11.0.07 (Windows, published on 5/13). However during the upgrade, users when you open the form get a number of modal dialog boxes with a notice stating "Invalid parameter." There may be several dialog boxes with this same error, one after the other. When the errors stop, instead of the actual shape displayed, a boilerplate message notify the user that they need to upgrade to Adobe Reader 8 appears (see below).

bad parameter.png

boilerplate.png

I tried to change a number of form fields and settings, but nothing seems to affect the outcome. Does anyone else have this problem?

I think I found the culprit of the error in the XML view:

http://www.XFA.org/schema/XFA-template/3.3/ DisplayDocTitle:1? >

I removed the part DisplayDocTitle:1 of the tag and the error disappeared. Would be nice if Adobe error actually tells you which parameter was wrong instead of having to study by trial and error.

Tags: Adobe LiveCycle

Similar Questions

  • HP Envy 4500: print pdf with no. margin in adobe reader

    Hi, good evening:

    I use a Microsoft XP and HP Envy 4500 printer:

    I'm trying since this morning to print a PDF with no. margin in adobe reader. When I select 'Print' (inside Adobe Reader) in the printer option, I selected the printer HP Evny 4500, and inside its options, I chose printi without margins. (picture 1 of seee)

    But I also need to change the default margin software adobe reader in order to remove the margin, but I can not change, software adobe reader have to a margin default that I can't "delete" (see picture 2)

    P.D.: I use adobe reader version 11, where there is no button "borderless printing.

    Help me please...

    Hey @Helen23,

    Welcome to the HP forums! I hope you enjoy your stay here.

    I see that you encounter some problems with the removal of the margins when printing a PDF file on your PC Windows XP of Adobe Reader your urge to 4500. I can help you with that.

    To give us an idea of what the issue may be what we will do is to create a document in Word Pad and see if we can remove the margins before printing. If you can print without margins to Win Pad, then it means that Adobe Reader is something to print on your computer settings. If this is the case then I uninstall all software from 4500 desire on your computer, uninstall Adobe Reader and then reinstall Adobe Reader software and our drivers. You can download our drivers by clicking on this link.

    If you are unable to change the margin settings in Adobe then then I would contact Adobe for support.

    I hope that helps you print your PDF documents and I hope you have a great weekend!

    If this resolve that your problem then please let others know by clicking on accept as Solution on my post.

    If you appreciate my help, click the icon below my post thumbs up.

  • Links in the PDF are not open in Adobe Reader

    I created a PDF file from Adobe Acrobat that has links that open external web pages that works perfectly in Adobe Acrobat, but when the PDF file is opened in Adobe Reader, nothing happens when you click on links on. The cursor changes and the URL is displayed when hovering above, but when clicked on nothing happens. Now I tried the CTRL key and change various parameters "Trust Manager" in Preferences, but nothing seems to work. Do I need to save the PDF in a different format to allow links to be opened in Adobe Reader?

    Using Adobe Reader Version: 11.0.3 and Adobe Acrobat Version 11.0.10

    Hi Fallynn,

    Try this:

    Open drive

    Go in Edition > Preferences > Security (enhanced)

    Uncheck the Enable Protected Mode option

    Click OK and restart.

    Now, check the PDF file.

    Thank you

    Abhishek

  • Why can I not print pdf more w / upgrade Adobe reader?

    Why can I not print pdf files? This was never a problem with the previous version of the Adobe reader software?

    Thanks for the reply. I thought about it. Everything is good.

    Bing Miller

    Printing Dept.

    Economy Office Supply Co.

    Sent by iPhone

  • Is Foxit Reader Plugin for Mozilla (v. 2.2.5.107) more secure than Adobe Reader in FF?

    Have passed the security issues with the Adobe Reader plugin and I was wondering if Foxit Reader is more secure in FF, Vista 32 bits are required to read PDFs plugins

    There is no need actually a plugin to read PDF files in Firefox, Firefox has a built in PDF reader. Using the PDF Viewer integrated

  • How to automate so that pdf is always open in Adobe Reader ms in Windows 10

    Hello

    I need your expertise to solve the problem that I am facing currently. In this discussion, I'll write you what my needs are, how I use it and what problems are to come.

    My requirement-> In my organization, my client has a specific requirement that after they installed "Adobe Acrobat Reader DC", any pdf file should be opened in Adobe Reader DC editor only. For Windows 7, there is no problem. We have Adobe Reader DC scripted to open all PDFs in MS only, but for Windows 10, these mechanism were not working. In Windows 10, all pdf files open in Microsoft Edge by default. Now the user may have the ability to change default pdf file association (Control Panel-> set default Program Association) so that it will only open in Adobe Reader MS, but we are not allowed to think about this scenario because as a guy Packer SCCM deployment and Application, I need to automate everything. So, the scenario will be after you have installed Adobe Reader DC, opens in DC only.

    Best regards - I downloaded Adobe Customization Wizard 11 and from there also, I chose to make the default player. In WIndows 7, it works fine but the problem is in Windows 10.

    How do I use--> I have studied and found that in the registry location - HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf. If you delete it. PDF key, so for that particular user, the Microsoft association Edge breaks and after that, you enter this value

    AcroExch.Document.DC = 0 (DWORD) under 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\OpenWithProgids' will solve the problem.

    But the question was to come because, under this key .pdf, there is a registry subkey under the name of "UserChoice" which cannot be changed by default. Yes, it sounds strange, but it is true that although user still HKCU don't have permission to change the key "UserChoice". And that's why, I'm not able to delete the entire registry key '.pdf '.

    But when I checked manually unless give you permission for this key ".pdf" and grant all permissions for the group "Domain users" and go to advanced and check the box 'Replace all entries authorization child object with entries permissions inheritable this object', then you will be able to remove all of the key ".pdf". I checked this manually and it works and it also so open any pdf in the DC Editor. And this is the reason why I use the SetACL.exe file.

    How do I use file-> SetACL.exe I created an empty file msi (Windows Installer) and I called this SetACL.exe in the Active configuration. I created a custom action with condition "NOT DELETE" so that this custom action will run for each user for the first time.

    The vbscript code that I wrote inside the Custom Action is.

    Set WshShell = CreateObject ("WScript.Shell")

    Set fso = CreateObject ("Scripting.FileSystemObject")

    SourceDir = Left (wscript. ScriptFullName, Instrrev (wscript. ScriptFullName, '-'))

    Path=WshShell.ExpandEnvironmentStrings("%ALLUSERSPROFILE%") "

    path = path & "\DC\SetACL32.exe".

    If fso. FileExists (path) then

    CmdLine1 = path, Chr (34) & Chr (34) & "-on" & Chr (34) & "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf" & Chr (34) & "- ot reg - actn ace - ace" & Chr (34) & "n: Users; p:full"& Chr (34) &" setprot - actn-op "& Chr (34) &"dacl:np"& Chr (34) & ' - clear actn - clr" & Chr (34) & "dacl" & Chr (34) & "rstchldrn - rst - actn" & Chr (34) & "dacl" & Chr (34)

    WshShell.Run cmdline1, 0, True

    CmdLine2 = "reg delete" & Chr (34) & "/" f "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\UserChoice" & Chr (34)

    cmdline3 = "reg delete" & Chr (34) & "/" f "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\OpenWithProgids" & Chr (34)

    cmdline4 = "reg delete" & Chr (34) & "/" f "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf\OpenWithList" & Chr (34)

    cmdline5 = "reg delete" & Chr (34) & "/" f "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.pdf" & Chr (34)

    WshShell.Run cmdline2, 0, True

    WshShell.Run cmdline3, 0, True

    WshShell.Run cmdline4, 0, True

    WshShell.Run cmdline5, 0, True

    End If

    Now manually this script works fine but when I use it through MSI, it doesn't quite work.

    Please help me. Y at - it another way to automate so that the PDF file opens in Adobe Reader ms.

    Kind regards

    Yacoub

    Pune, India

    The problem is now resolved. The script is now maintained in the C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup folder and it works. The authorization applies successfully and also deleted .pdf registry key.

    PDF opening in Adobe Reader MS only.

  • Possible to convert a PDF to a Word using Adobe Reader document?

    Hello! So I'm afraid this might be a stupid question, but I can't understand it so I decided to ask anyway. I just got a new PC that had Adobe Reader pre-installed on it. I have a document that I need to convert a PDF to Word format, but can't seem to do it with Adobe Reader. Is it possible that I can convert the document in Adobe Reader, I'm not aware of, or do I have to install another version of the Adobe Acrobat software to do the job? And if I need to download another version, could someone provide a link to it? Thank you!

    No, player can't do. You will need Acrobat or a subscription to Pack PDF

    or export to PDF format for this.

    Monday, may 25, 2015, at 22:34, amandamowinters, [email protected]>

  • How to get back to seeing as software, pdf file dominant and not Adobe Reader

    Somehow Adobe Reader has become the dominant software for pdf files and I prefer software overview with Apple.

    It's been a while since I had a Mac so I'll just pass this link along to you.

    Change of the Associations of files under Mac OS X

  • Cannot open a PDF document in Windream using Adobe Reader (11.0.9)

    Our company uses a system of records for storage management and archiving of documents. Since the update to the latest version of Adobe Reader (11.0.9) last week, we are unable to open a PDF with Adobe Reader. An AcroRd32.exe * 32 process is initiated, but the document will not open or view. Finally, we suffer a system crash. Open any other PDF document (not stored in archives management system) using Adobe Reader is fine. Documents can also be opened in the system of management of archives using Adobe Acrobat.

    Try to disable the Protected Mode (see response to Pat here: anyone having problems with the update to Acrobat Reader 11.0.9 on Win7 X 64?) and see if that helps...

    -Mike

  • Cannot open a file PDF/uninstall program MUI of Adobe Reader (11.0.08)

    I can't open a PDF file, can not uninstall the program, I have Adobe Reader (11.0.08) MUI (I dunno what is MUI...), help! I tried several times to uninstall and change the program. Whenever I try to do so, a window pops up saying that the files are opened (Adobe Reader) and either try again or close. I can not, so I can't uninstall the program. I have never had something like this happens to me. I scanned my computer for viruses, malware, etc and nothing came. Does anyone have any suggestions? Should I just try to download the software from the Adobe site and see what happens?

    Thank you, Tracy

    Assuming you're on Windows (which you didn't), you can try to use this tool first remove all traces of your computer:

    http://labs.Adobe.com/downloads/acrobatcleaner.html

    Then you can download the complete player offline installer from

    http://get.Adobe.com/reader/Enterprise/

    After downloading, restart your computer and run the Setup program before anything else.

    And I think that is the Multilingual User Interface...

  • Insert a PDF into Power Point with Adobe Reader 10 does not work

    Hello

    When I try to insert a PDF Document into a Power Point sheet (Microsoft Office 2003) what follows, an error has occurred: "Die Serveranwendung, die das Quelldatei oder konnte nicht found werden oder ein unbekannter Fehler wurde zuruckgemeldet element. Installieren Sie die Serveranwendung unter Umstanden Rubis. "In English, it would be somethink like:" Die Serverapplikation, the sourcefile or the element is not found or an unknown error to remember. " Reinstall the serverapplication according to the circumstances. »

    The error pops up when I click in Power Point on "Insert" and then on 'Object' and then 'OK' if the Adobe Acrobat Document is selected. The error has occurred since I use Adobe Reader X on Windows XP and Windows 7.

    Someone has an idea, or know a solution?

    Greetings from Cologne

    As a test, see if disabling Protected Mode makes a difference.

  • Unable to open the PDFs via Harmon.IE using Adobe Reader DC

    Get the Acrobat Reader error message:

    There was an error opening this document. The file name, directory name or volume label syntax is incorrect.

    However that being said, same file is able to open using Adobe Pro 11, as well with the previous version of the player.

    Don't know why we get this error via Adobe Reader DC and the file is able to open through the application itself via file, open...

    Your help would be appreciated.

    Thanks in advance.

    Kind regards

    Richard

    I fixed the problem using Adobe Customization Wizard DC.

    Services section and online features. I uncheck disable third-party connectors both SharePoint connector turn off.

    Regenerated my transform file and re deployed in my test environment.

    It worked.

  • Unable to print PDFS downloaded with the new Adobe Reader DC

    Using iMac OSX El Capitan and last DC drive Adobe's Acrobat.  I'm unable to print all PDF documents were downloaded from a bank.  Error message: "Unable to do print - no selected pages.  When I use the arrow keys to move between the pages in the PDF doc page numbers are "grayed out", both the selected page and the total number of pages.

    If choose Edition > select all > print, I get the same error messages.  Any suggestions?

    Thank you

    Hi Tnmike,

    Try the following: open Adobe Acrobat Reader DC, go to preferences in Acrobat Reader DC

    • under Documents, change "Show the documents in PDF/A mode" Never
    • under the (enhanced) protection, clear protected at Startup Mode

    Now, try to print.

    I would like to know if it works.

    Kind regards

    Nicos

  • PDF 10 Adobe Reader incompatible with Windows 7

    # 1 cannot open attachments in PDF I get. 10 Adobe reader may not decode properly PDF any file I receive.  Has opened a small window box of jibberish.  I tried to use ALL the decoding options... nothing can open the PDF doc...

    # 2 cannot create any WORD document to PDF format.

    #3 now... situation is so bad... when I open Aodobe Reader 10... the screen goes to about only 200% size Misty color window Adobe which is totally unusable.

    I have gone wrong and I get a message back: "detected incompatible version.

    With my old VISTA ops system... PDF reading and creation of PDF has been instantly successful

    I tried in vain to find how to install an earlier version of the software ADOBE reader... like 9 or 8?

    Thank you!!!

    The f

    Adobe Reader has always been problematic. I have it dumped for this lightweight and user-friendly Windows player. I suggest you give it a try.

    Foxit Reader
    http://www.foxitsoftware.com/Secure_PDF_Reader/

  • How to configure Adobe Reader as the default application to open PDF files in Windows 10

    I have Windows 10. This includes Microsoft Edge and a left click on a PDF file, the file to open with Microsoft Edge. I want my PDF files to open with Adobe Reader by default. Anyone know how to make this happen?

    Hi Thomas,

    Right-click any file pdf-> Select 'open with'-> program choose default-> select Adobe Reader in the list of programs-> click OK

    Kind regards
    Rahul

Maybe you are looking for