PDF Open parameters not working on windows

Hi,
I have been trying to use the PDF open parameters but have run into some issues:
1.  http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf#search=collab& navpanes=0
The above URL should hide the left navigation pane, but it does not.
2.  http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf#search=collab
The above URL shows the search results on the left nav pane, but it says 2 documents found and repeats all the results.
I am using Windows 7 with Adobe Reader 9.3.3 and the issue is present in both Firefox and IE.   Both of the links above work as expected on Firefix on Ubuntu Linux with Adobe Reader 9.3.3
Did anybody else run into the same issue or knows what's going on?
Thanks,
Nikhil

nikhilchh,
From your second post, try changing the URLs syntax to:
http://www.csc.noaa.gov/publications/need-for-adaptation.pdf#navpanes=0&search=services
Be well...

Similar Messages

  • Open Parameters not work

    I have a javascript file, which allow users to browse a pdf file located at the local hard drive.  How to open the pdf file to a bookmarked page?
    I have tried to create bookmarks, named destinations and open the file as:
    "c:\mypdf.pdf#nameddest=mydest-1"
    It opens the file, but it doesn't jump to the bookmarked page.
    The same result as:
    http://mypage/mypdf.pdf#nameddest=mydest-1
    only "AcroRd32.exe /a nameddest=mydest-1 "C:\mypdf.pdf" could works.....
    How to link to the destinated page in the javascript file?  I am using Acrobat 8.1.3 with Adobe Reader 8.1.4.  Thanks a lot!

    Pull in the PDF Open Parameters document.
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf
    Provided usage is specifically as described they function well.
    Be well...

  • PDF iFilter 9 Not Working In Windows 7 x64

    When I first started playing around with pdf ifilters over a month ago, I had Adobe Acrobat 8 Standard version 8.2.4 installed.  It is what shipped with my ScanSnap S510 that I bought about 1-1/2 years ago.  At some point, I read that for Win7 x64, I needed Adobe Reader 9, so I installed version 9.3.4.  Then I read, NO, don't install different versions at the same time.  AARRGGHH!
    So, on Sept 10, I uninstalled both versions and only put back Adobe Acrobat 8 Standard version 8.2.4.  That is how I am set up now.  Here are the steps I took today.  Maybe someone can see either something I did wrong or find a step I missed.
    1. Installed the Adobe ifilter - PDFFilter64installer.msi
    2. Opened Indexing Options-->Advanced-->File Types and checked the pdf and pdfxml boxes (next to the pdf file type, it does say "PDF Filter")
    3. Under, "How should this file be indexed?" I made sure "Index Properties and File Contents" was selected.
    4. Opened System Properties-->Environment Variables and edited the Path Variable so it now contains - %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\Windo wsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files\Adobe\Adobe PDF iFilter 9 for 64-bit platforms\bin
    5. Rebooted
    6. Opened Indexing Options-->Advanced and clicked on the "Rebuild" button at which point it started indexing.
    It indexed 39,705 files in about 30 minutes - not a good sign, too quick.  Of those, 4,365 are pdf files.  My pdf files are a mix of documents downloaded from company websites (like monthly statements), scanned and OCR'ed with my ScanSnap S510; scanned with an HP AIO and OCR'ed with the HP software; scanned on an HP AIO using Acrobat 8 Standard and OCR'ed with Acrobat 8 Standard.
    I tried a test.  There are at least 28 pdf files, downloaded from 2 different financial websites, that contain the very unique last name of my financial advisor.  These are NOT scanned and OCR'ed paper pages.  I opened several of the files individually with Acrobat 8 Standard and made sure I could search & find his name within the documents - his name was found every time.  I closed the documents and Acrobat 8 Standard.  I clicked on the Windows Start button and typed his last name.  It found 9 Word documents, a whole bunch of email messages - and 1 stinking pdf file!?!
    What is wrong?
    Any & all ideas, thoughts & suggestions are appreciated.
    Thanks!

    So, I opened a Customer Support case with Adobe.
    Today, I get their response.  The first line says it all.  The rest of it is just standard yada and was a waste of time if they had bothered to read what I sent them.  I've already done what they cut & pasted.
    The status of my case has been changed to "Withdrawn."  So much for Adobe customer support.
    Here's their response:
    "I regret to inform you that we have not tested it yet on windows 7
    platform. However I would like to inform you that Please follow the
    steps mentioned below:
    1. Download and extract the contents of "PDFiFilter64installer.zip" to
    your local drive.( FROM THE LINK MENTIONED BELOW):
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025
    2. Double click "PDFFilter64installer.msi" to launch the installer.
    3. Follow the instructions in the installer wizard to complete the
    installation.
    After installing the PDF iFilter, it is recommended that you set your
    system PATH environment variable to the "bin" folder of the "Ifilter"
    installation. For example, from the "Control
    Panel\System\Advanced\Environment Variables" tab, append to PATH
    "C:\Program Files\Adobe\Adobe PDF iFilter 9 for 64-bit platforms\bin\"
    and then restart the computer."

  • Exporting Crystal Report to HTML is not working in Windows 7

    Hi Sir,
    I am trying to export Crystal Report to HTML format using VB.NET code. Functionality is working fine at Windows XP Environment (Save to Disk, Open an Application and Email Attachment). But the same functionality is not working at Windows 7 Environment (both 32-Bit as well as 64-Bit).
    Below is the code to Exporting Crystal Report to HTML in VB.NET.
    Dim CrDiskFileDestinationOptions As New DiskFileDestinationOptions
    Dim CrFormatTypeOptions          As New HTMLFormatOptions
    Dim vFormat As Integer
    Dim CrExportOptions As New ExportOptions
    Dim vRdReport As New ReportDocument
    Dim sfd As SaveFileDialog
    Dim vFileName As String = Nothing
    vRdReport = vRptSource
    sfd = New SaveFileDialog
    If Not (vRptPath = "") Then
        sfd.InitialDirectory = vRptPath
    End If
    sfd.Filter = "Webpage, Complete(.htm;.htm)|.htm|Web Archive, Single file(.mht)|.mht|Webpage, HTML only(.htm;.html)|.html"
    If sfd.ShowDialog = DialogResult.OK Then
        ' Set the disk file options.
         CrDiskFileDestinationOptions.DiskFileName = sfd.FileName.ToString()
    Else
         Return
    End If
    CrExportOptions = vRdReport.ExportOptions
    CrFormatTypeOptions.HTMLFileName = vFileName
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLHasPageNavigator = True
    CrFormatTypeOptions.UsePageRange = True
    With CrExportOptions
                        .ExportDestinationType = ExportDestinationType.DiskFile
                        .ExportFormatType = ExportFormatType.HTML32
                        .DestinationOptions = CrDiskFileDestinationOptions.DiskFileName
                        .FormatOptions = CrFormatTypeOptions
    End With
    vRdReport.Export()
    Catch ex As Exception
            MsgBox(ex.ToString)
    End Try
    Code working fine at Windows XP, But it is not woking in Windows 7 environment.
    Please can anyone share your valuable thoughts or ideas reg. this.
    Thanks in Advance
    Deivanayaga Perumal D.

    user13509659 wrote:
    Run this code to reproduce the issue.Which issue?
    It looks like inheritance is broken in the component hierarchy for JFrame in Windows 7 JDK 1.6.0_23-b05. The only thing remotely related to inheritance in your code snippet is the WindowListener, which does little. See camickr's advice about built-in exit management.
    EDIT - using the post title as a clue, I realize you may be talking about the component hierarchy, and whether the contentPane's background is visible through the upper layers. Instead of guessing, I'd prefer you describe your "issue" accurately (observed vs expected behavior).
    Edited by: jduprez on Feb 10, 2011 1:01 PM

  • ITunes 12.1.1 does NOT work with Windows - Fix??

    Hi everyone,
    I had issue after issue with the latest iTunes update (12.1.1) not working on my windows 7. It simply would not lunch when clicking on the shortcut to open.
    After a fair bit of searching I found this alternative version which seemed to do the trick and now it works:
    iTunes 12.1.1.4 for Windows (64-bit - for older video cards) - iTunes64Setup.exe(2015-02-18)

    The "for older video cards" installer - which, like most prior "64 bit" versions of iTunes, is actually a 32 bit application with a 64 bit installer - may be a useful fallback if the full 64 bit version does not install or run correctly.  Although 12.1.1.4 is a major improvement over 12.1.0.71, there are clearly still some lurking incompatibilities with some 64 bit Windows systems/components.  It is, however, a little misleading to say that "iTunes 12.1.1 does NOT work with Windows" - in many cases it works fine without switching to the alternative version.  I have the full 64-bit version of 12.1.1.4 running on three systems - two Windows 7 and one Windows 8.1 - no issues with either installation or operation on any of them.

  • HP Laserjet P1006 is not working on Windows 7 (64-bit).

    I lost my original CD-Driver and I tried to download the CD-Driver on HP website but it doesn't work when I click printing.  It seems that my HP Laserjet P1006 is not working on Windows 7 (64-bit).
    Can anyone give me a link that works for installing driver for HP Laserjet P1006 for Windows 7 (64-bit)?  
    Thanks for helping!

    Hi @achieverone ,
    I can help you with finding the drivers for the Laserjet P1006.
    Just to clarify, you were able to install the printer software, but it just isn't printing correct?
    Here are the two drivers available for Windows 7 64 bit.
    HP LaserJet P1000-P1500 Hostbased Plug and Play Basic Driver.
    HP LaserJet P1005/P1006/P1500 Printer Series Full Feature Software and Driver.
    Try and print a hardware self test on the printer to find out if it is a hardware or software issue.
    Open and close the lid five times quickly. It should print off a page with black lines on it.
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. Find and fix common printer problems using HP diagnostic tools for Windows?
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If you need further assistance, just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • SoundBlaster 5.1 not working in Windows 7

    )SoundBlaster 5. not working in Windows 7E Hello all, I installed a SoundBlaster 5. VX sound card into my system: A Fujitsu-Siemens Celsius M430, 3.4 GHz Intel processor, 2GB of RAM and a fresh installation of Windows 7 Ultimate (retail version). I initially tried to use the drivers provided on the product CD, which during installation gave me a bluescreen. After reboot, I downloaded the latest drivers for Windows 7 from the CLE website. But still, the drivers seem to not install correctly - I get a message that the SB 5. VX is ready for use, but the speaker symbol still shows a red cross and when I click on it, Windows suggests me to re-install the drivers, which gives me the same results even after rebooting. In the Device Manager, the device has a yellow exclamation mark besides it. Additonally, I may mention that the onboard sound device is a SoundMax onboard system, which I now have disabled. Anyhow, the SounbdBlaster is recognized by CLE AutoUpdate software (but needs no update according to the mesages). I'm a bit thrown up, did anybody encounter the same problems or have a solution yet? Cheers Dennis

    I have a subwoofer and 5 speakers (2 for front, 2 for rear, 1 for center)...Philips MMS460 5.1.  Connection to the on-board RealTek HD Audio is simple, orange for the subwoofer, green for front and black for rear.I have already tried downloading the latest drivers from the motherboard manufacturers website,I have tried connecting the subwoofer connectors to different jacks (reversed black and green).
    I have experimented with the settings in the RealTek HD Audio Manager and Control Panel->Sound windows.  Nothing works.
    These exact same subwoofer and speakers worked perfectly fine in vISTA Home basic
    1. Disconnect the speaker system from the pc rear audio panel
    2. Remove the on-board audio using the "Add or Remove Hardware" option in Control Panel
    3. Reboot the pc, install the driver.  Re-connect the speaker system.
    4. Using the Sound applet found in Control Panel, configure the speakers for surround sound
    5. Reboot the pc.
    And now resume all of that ...i have been on Realtek hd audio manager->Speaker configuration set on 5.1 making the test ...EVERITHING WORKS FINE but ...finally when i open for example WINAMP AND PLAY A SONG ....is only  played on front *or stereo..So on what im wrong?

  • Redirect Printer is not working in windows 2008 R2 Server( Server Running as AD and Terminal Service(both role in single server))

    Dear Team
    i need solution from Microsoft for the issue;
    My infrastructure
    - Windows Server 2008 R2 (Role - AD and Terminal Service)- Updated
    - Client Machine running with windows 7 pro (Updated)
    - Client Using RDP Client to connect Windows 2008 Terminal Session
    - All are working fine, but Redirect Printing is not working (Through Windows 7 Pro) ... (HP Laser Jet 1020 plus - attached in Client PC)
    - it is working fine from Windows XP
    - i was done All terminal setting in both end, also try RDP Login with Administrator User, but issue is not resolve;
    What Microsoft can say about the issue;
    Thanks & Regards,
    VIMAL PRAJAPATI | 09824111686

    Have you checked the Print Service log in event viewer?
    Here's How.
    I have the Microsoft XPS driver on my clients, so I use that fact to my advantage below.
    Click Start Button/Administrative Tools/Remote Desktop Services/Remote Desktop Services Manager on the RDSH server
    Click the Sessions tab.  PC’s are listed Under Client Name by their computer name.  Take Note of the corresponding
    ID.  We will use this to locate the Printer information in the Event Log.  
    In the Event Log open Application and Services Logs/Microsoft/Windows/Print Service/Admin/ and Find the Event ID 823 entry that has the corresponding ID from the sessions tab you previously noted.  
    This Event Log Entry is created at Logon and you can only get the session ID when they are logged in.
    This tells you what client printer was mapped for the client.  The name that appears is the name of the Printer that was set on the client when the printer was installed.
    See if you see any errors here.
    If you see Event Id 823 with the following message “The default printer was changed to Microsoft XPS Document Writer,winspool,Ne00:. See the event user data for context information.”  Twice in a row with no other messages in between, and the first occurs
    at the time the user logged in, then their printer was not properly redirected.
    You see the Microsoft XPS driver mapped for each session prior to Easy Print redirecting the client machine’s Default Printer.
    Since your printer is the HP 1020 I would bet the driver on the client does not work with Easyprint.  I would try the  the HP Universal Print Driver or the driver for a printer that is very close, like the HP 1018.
    Thanks,
    Jeremy

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • ITunes Radio not working in Windows 8.1

    I updated my iTunes to 11.1.2 on my Windows 8.1 laptop.  iTunes Radio is not working as Windows 8.1 is stating that there is "No app s are installed to open this type of link".  Is anyone else having this type of error?  Does anyone have an solutions? 

    And there is NOTHING out there about it.  Really weird....

  • Aluminum keyboard eject button does not work on Windows XP

    I'm wondering if anyone else has the same issue:
    the eject disk button on my new aluminum keyboard does not work in Windows XP (Boot Camp).
    As I have a Mac Pro, there is no way of manually opening and closing the tray-loading Superdrive.
    I can open the drive if I right-click "My Computer>DVD drive>Eject" but there is no way of closing it back. I am obviously not a Windows XP expert, are there ways of mapping the eject function to any key?

    Actually, how does Software Update figure out what apps you have available for update?
    I always thought that Software Update looks at your /Library/Receipts to check what Apple pkgs you have for update, so I assumed that any Apple-related Pkg would be updated. I may be totally wrong on this, correct me if that is so...but thanks for the info.

  • Brightness and volume control keys not working with windows 7?

    brightness, volume control and some other keys keys are not working with windows 7 with macbook pro retina. Can I fix it?

    Welcome to the Apple Support Communities
    Have you installed Boot Camp drivers? You need them to make your computer work properly on Windows, and to use your function keys as Play or Pause, volume and brightness keys.
    To install them, follow these steps:
    1. Press the X key while your Mac is starting to start into OS X.
    2. Open Boot Camp Assistant and tick only the option to download Windows support software.
    3. Windows support software will be downloaded and Boot Camp Assistant will ask you to burn it into a DVD or USB drive, so do it.
    4. Start into Windows, insert the DVD or USB drive and install Boot Camp drivers. Your Mac and your volume and brightness keys will be working after installing the drivers

  • New HP probook 440 G1 internet explorer ver.11 not working in windows 8.1 64 Bit

    New HP probook 440 G1  internet explorer ver.11  not working in windows 8.1 64 Bit. When I open it closed or crash in a moment.Please help for the issue.
    M Khan

    Hi,
    I suggest you check the fix in this article:
    Fix: Internet Explorer freezes, crashes, hangs in Windows 7 | 8
    http://www.thewindowsclub.com/internet-explorer-freezes-crashes-hangs
    If it doesn't work, please help to post back the IE crash dump file here for our research:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\iexplore.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open IE to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Kate Li
    TechNet Community Support

  • PDF Open Parameters (HAND)

    In my application I open pdf in new window using PDF open parameters. In this when PDF document open in new window I want to set hand as default cursor. I have gone through all PDF open parameters but I haven't got any parameters for default cursor.
    So can any body tell me is there any pdf open parameter or any way to set hand as default cursor?
    Thanks,
    Dhananjay

    It's expected behavior in DW. Since you're referencing a full
    URL, DW can't
    see that when testing for broken links within a locally
    defined site. Due to
    Adobe's and MS unwillingness to communicate...you're stuck
    with this
    approach until the path issues get resolved.
    Ryan
    "garankuwa" <[email protected]> wrote in
    message
    news:f7l12d$77f$[email protected]..
    >I use the PDF Open Parameters in order to link to
    specific pages/locations
    >in
    > PDF documents:
    >
    > e.g. <a
    > href="
    http://www.site.com/pdffile.pdf#nameddest=signup">pdffile</a>
    >
    > However these always get reported as broken link within
    Dreamweaver (CS3)
    > and
    > as broken anchors when I run other link or page quality
    scans against the
    > site.
    >
    > Has anyone else experienced this and if so is it normal
    behaviour? If this
    > is
    > an agreed standard then I would have expected it to be
    recognised as a
    > valid
    > link/anchor.
    >

  • Beats Audio Control Panel software not working after Windows 10 upgrade.

    Beats Audio Control Panel software not working after Windows 10 upgrade.  the Beats sound enhancement is useless in WIndows 10. When opening the Windows 10 sound properties  I'm getting this box message: Auido enhancement problem Windows has detected the audio enhancement for the following device are causing problems: Speakers / Headphones (IDT High Definition Audio Codec) Woud you like to disable driver enhancement for this device?  IDT High Definition Audio CodecBeats Audio Control Panel version6.10.6491.02013.11.2009:43:18 Please provide some kind of fix for this?

    Well, it has been a long road on the Win 10 upgrade. At first I got the same error message as above, but after deleting the Dolby Advanced Audio v2 in Win 10 using Control Panel Programs and Features and rebooting, I got into the continual BSOD upon reboot. Here are the steps I took to at least get stable on Windows 10. First, I rolled back to Windows 8.1 using the advanced feature in the BSOD recovery options. Once back in Win 8.1, I deleted the Dolby Advanced Audio v2 using Add/Remove Programs in Control Panel. Then I downloaded the Win 10 update and re-installed it. Once that completed, I updated the Intel Graphics driver under the display adapters (on my G780 it is an Intel HD Graphics 4000, and the driver can be found at  https://downloadcenter.intel.com/). Currently I am running version 10.18.10.4252 for my machine. Then, under the Device Manager, I updated the Conexant SmartAudio HD driver under the Sound, video, and game controllers. That driver is currently at 8.66.4.50 and was automatically downloaded from the web when I requested to update driver.  I also changed several others settings such as Notify to schedule restart after updates are installed instead of automatic (under Settings --> Update & Security --> Advanced Options) and Do you want Windows to download driver software and realistic icons for your devices? --> No, let me choose what to do, never install driver software from Windows Update.  After that, I shut down the machine, waited a moment and booted back up. I have no idea why this helped or if it is overkill, but I am stable and running without a fear of rebooting now. Hope this helps if someone else is having this same issue.

Maybe you are looking for

  • Photostream and iCloud not working post ios7

    I have an iPhone 4S and mini ipad.. Since updating the phone no longer syncs to photostream however the ipad does sync and photos then appear on iPhone and ipad. Also today I get a message saying iCloud has not backed up for 2 weeks. All this coincid

  • Step by step procedure of creation of Search help is required...

    Hiii, Can any one send me the detail step by step procedure for creation of Serach Help... like simple search help , collective search help and complex search help... If possible send some exampless for creation of search help. vamsii..

  • Photoshop Organizer not working

    After many attempts I now have Photoshop Elements 12 up and running, however the Elements Organizer function does not operate.  I have re-downloaded files from the website, uninstalled, re-installed, done a clean boot, etc. No success.  I run the pro

  • Upgrade FCP Studio 3  LiveType question

    I just upgraded to FCP S3 last night, everything went fine, all apps up and running perfectly but one. LiveType is asking me for a serial number and even if I enter my upgrade or original Serial, it always refuse it. Should I dump it's preferences? i

  • Crystal Report 2008 included with SAP integration Kit

    Hi We want to know the crystal report 2008  come with SAP integration Kit