Firefox won't download pdf's using iMacros "TAG" command

For work, I automated the downloading of documents (doc, docx, pdf files etc.) using a simple macro in iMacros. I had to use a macro because the nature of the site is - go to the main screen, click a client name link, scroll down and click a link to download the document - then go back to the main screen and repeat. The macro automated this tedious process and WAS working with about 95% success (seems that I can't tell firefox to automatically save a txt file for some reason - but that's another story). Now, all of a sudden, the macro won't download any pdf's. The macro still works fine when the document is a doc or docx or rtf file but when it hits a pdf file, it does nothing - just moves on to the next client. Since the macro works properly with the other file types (again, not txt - but everything else) it's probably not an iMacros issue. The frustrating part is - I can go into the page manually where the pdf file lives - and click on the file - and it works properly - file downloads automatically as it should.
the macro code line is very simple:
TAG POS=1 TYPE=A ATTR=TARGET:_blank
I had to set all my document file types to automatically download (including adobe files) when a link is clicked - which is fine - and like I said - the macro used to work - just stopped downloading pdf's all of a sudden.
Also I disable the adobe plugin - but that didn't work - since I have adobe files set to download automatically it shouldn't make a difference if the plugin is active or not anyway.
Any help appreciated,
Thanks

Hi,
As a safe test you can try installing [https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/ iMacros] in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile] and check. The [http://forum.iopus.com/viewforum.php?f=11 iMacros support] would also be helpful.
[http://wiki.imacros.net/Main_Page KB]

Similar Messages

  • Firefox won't download pdfs from some sites, e.g. Wells, but others too. Bank said use IE - that works. Help

    Only seems to happen on financial sites. I use xp sp3 on lenovo thinkpad t61.
    E.g., to download a pdf statment from Wells, I open the statment and then try to save it, but no option to save it. Called bank, they say to use Internet Explorer - that works. With IE I can right click on the file and then use "Save as" or I can open the file and "Save a copy". Can't do eaither of these w Firefox 19.0.2. I don't think that this used to be a problem. This is not a problem with all pdf files from all sites.

    Sorry you are having problems with Firefox.
    ===CARE this is a public forum ===
    Do not post sensitive or confidential information.
    Firefox has a new built in pdf viewer, and whilst this has been released it is still undergoing development, with bug fixes due and further features likely to be added.
    I do not notice any named pdf reading plugin in your system details, but you may need to consider using a third party pdf reader for now:
    *When you open the pdf s do you see any Firefox warning information bar at the top edge of the document, or any warning with in the pdf itself about incompatibility and using another viewer ? <br/> see also
    **[[Use the Adobe Reader plugin to view or download PDF files]]
    **[[How to disable the built-in PDF viewer and use another viewer]]
    There is a possibility sites or pdfs may be faulty, and that advice given may not be the best. Please give links to any faqs etc publicly posted by banks relating to pdf use, and the web address of the banks are having problems with.
    One of the problems with the Firefox viewer is fixed in the firefox Beta channel and possibly in an add-on you could consider trying those.
    * http://www.mozilla.org/en-US/firefox/channel/#beta/beta-desktop <br/>if you do upgrade note there is no need to uninstall Firefox, and you should not use any option that removes personal information, or you will destroy bookmarks and passwords.
    * https://addons.mozilla.org/en-US/firefox/addon/pdfjs/

  • Firefox won't download PDF files with javascript:doDownload();

    I just installed Firefox version 9.0.1 hoping it would solve this problem, but no such luck. My bank allows me to download and print my bank statements as PDF files from their website. I checked the code and the button I click on implements a javascript:doDownload(); function. A small panel opens that allows me to enter the page range. I then click OK and nothing happens. An earlier version of Firefox (3.0) had no problem with this and I was able to download and save my bank statements to my hardrive as PDF files.

    I found that the problem was with the addon PDF Download 3.0.0.2
    I disabled it and was able to download and print my bank statements. I'm just not sure if I need to change the settings or completely un-install it.

  • Firefox won't download files-Opens new page and just stops whenclicking on download icon or address.

    Suddenly, Firefox won't download a file from a clickable icon or web address. This seemed to occur after installing HideMyAss. When I click on a download address, or an icon, the page changes, (as opposed to just starting the download) attempts to load (status bar goes to halfway) and then nothing, it just sits there. If I try to download a torrent file, the same thing occurs, although I can download it using option+click. Any suggestions? Thanks in advance. Doug

    Reinstalled FF with new profile to check and it still performed the same problem. Couldn't download files from links sent to me through email program that I use either.
    Eventually, after a quick 5 hour reinstall, FF is now working.
    Until I figure otherwise, I'd take a pass on Hide My Ass.
    SweetDoug
    •∆•
    V-V

  • How do I download PDF files using Safari.  All I get is a black screen.

    How do I download PDF files using Safari.  All I get is a black screen.

    Back up all data.
    Quit Safari. In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then launch Safari and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Export to PDF - Can a single report (rpt file) create multiple PDF files using the export command?

    Post Author: markeyjd2
    CA Forum: Exporting
    Greetings forum members,
    My question is, in its entirety: Can a single report (rpt file) create multiple PDF files using the export command, ideally one PDF file per DB record?
    In my case; I have a Crystal Report that reads data from a DB table containing ~ 500 records.  When I export the report to a PDF file, I get one PDF file, with ~ 500 pages.
    What I would like to do is export the report to ~ 500 individual PDF files; One file per DB record.  The file names would be based on the table's primary key.
    Is this possible?

    Post Author: Micha
    CA Forum: Exporting
    Hi,
    you need some lines of code, but its easy. Dependend on how to start the generation of your 500 PDFs, you can write an ASP page and start it via Web Browser, or a Windows Script and start it via scheduled job...
    Here's an abstract of the ASP code I use:
    First, you create a recordset (here: "rsc") which gives you the list of ID fields you want to export, then you create CrystalRuntime.Application object, then you loop through the recordset, open your report (here: "oRpt") and set login info. Then set the selectionformula, so that the report displays only the data of the current ID, e.g.:
      oRpt.RecordSelectionFormula = "(" & oRpt.RecordSelectionFormula & ") AND {myTab.myVal}=" & rsc("myVal")
    Then you export the report, move to the next record in recordset, and repeat the loop until recordset.EOF. Then you close recordset and connection.
    Micha

  • I Need to print a portion of a pdf file using a dos command. Can i ?

    Hello,
    I Need to print a portion of each page of a pdf file using a dos command without opening it.
    Can i do it ? if yes how ?
    Thanks in Advance for your help.

    hello,
    Thanks for your reply. If i use another printing software like ghostscript
    or foxit reader will i be able to do it ?
    Regards
    Le 14 déc. 2014 18:49, "Bernd Alheit" <[email protected]> a écrit :
        I Need to print a portion of a pdf file using a dos command. Can i ?
    created by Bernd Alheit <https://forums.adobe.com/people/Bernd+Alheit> in *Printing
    & Prepress* - View the full discussion
    <https://forums.adobe.com/message/7013717#7013717>

  • Abobe 9: Printing a PDF file using a DOS command

    I have Adobe 9.4.0 on a server and would like to print PDF files using a DOS command. The DOS command we are using is:
    start Acrord32.exe /T/S/h/O "C:\BO_Archival_Code_Deployment\Print\TINF018_C.pdf" "Lexmark T644 PS3 - 10.192.36.126"
    With this, we are able to print only page 1 of the PDF file. The other pages remain unprinted. This means there is no issue related to printer configuration, firewalls, etc.
    Other observations:
    1) When we print the file manually after opening it in Adobe 9.4.0, all pages are printed.
    2) We found that the above command provides different results with Adobe 8.2.6 i.e. with the DOS command, all pages are printed while using Adobe 8.
    We are trying to automate some tasks for which we require the PDF files to be printed automatically through a DOS command. We are being advised to use Adobe 9 as technical support for Adobe 8 is likely to be withdrawn soon.
    Please can you help.

    Sorry. This is a forum for Adobe Connect issues not PDF issues. Please locate the correct forum so your question can be addressed properly there.

  • Firefox won't open PDF files after I removed older version of PDF-xChange Viewer and installed the lastest version of PDF-xChange Viewer. MS Explorer which I am now force to use works OK. I have checked the Applications window in Tools/Options and it l

    Firefox no longer opens PDF files. Explorer works OK. I have checked the Applications window in the Tools/Options and it says I am using PDF-xChange viewer....It just does not do anything. I get the message in the Download Error window which says...."could not be saved, because you cannot change the contents of that folder. Is the same error which I get when I attempt to open a PDF file on a webpage using the Firefox browser....Explorer works OK so I am now forced to Explorer to read PDF files via a browser.
    == This happened ==
    Every time Firefox opened
    == After removing a old copy of PDF-xChange Viewer and updating to the last version

    The error message suggests that the file (pdf) that you're trying to download cannot be saved in the folder Firefox tries to save it in.
    This can be due to several things - it could be a non-existing folder (could be a problem with the updated application), the hard drive could be too full to store the file (less likely if you can generally surf the net without error messages) or it could contain an error.
    To complicate things a little further, it seems to me that you have (at least) 3 different PDF-handling plugins in Firefox from different programs:
    PDF-XChange Viewer Netscape Gecko Plugin
    Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    Zeon PDF Plugin For Mozilla
    This shouldn't matter too much, thou, as it will most likely simply use either the latest installed or the first one it finds when looking up associations for files of type 'pdf'.
    First, in Tools > Options... > tab General > section File download, select "Save files in" and Browse your way to a (non-writeprotected!) folder on a drive where you're certain there is enough free space - like the Desktop folder to make the files end up on your Windows desktop.
    Second, under Applications as you mention yourself, find all document types related to PDF files, and set these to one of the programs. Check the entire list to be sure there isn't one hiding under one of the other programs' document types (Adobe Acrobat document, PDF X-Change and Zeon).
    Restart Firefox, and try opening a PDF again.
    If it fails once more, try changing the documents again to one of the other programs, like "Use Adobe Acrobat (in Firefox)".
    If it STILL fails, change it to simply "Save file". Then you can simply browse your way to the download folder with Windows Explorer, and doubleclick the PDF file to see which program actually handles PDF files as default on the machine, and if it works properly.
    If Firefox flatly refuses to save the PDF files in a folder which you're certain both exist and has space for the file, some (probably security related) program is most likely interfering with Firefox, preventing it in storing PDF files on the system.

  • Firefox won't download files

    Long story, short version: Problem is a progression from bad to worse. Firefox 33.3 won't download or save files (images, web pages, etc.). File picker doesn't open/ can't browse folders, etc. Tried troubleshooting including: reset firefox, safe mode, new profile, rename profile folder files, reset about:config entries, clean install, etc.- nothing changed. Running Windows XP with all updates installed. Using Avast free, Zonealarm free, etc. Workaround currently using down them all add-on is "ok". Any help is most appreciated.

    you are welcome :-)

  • Opening downloaded pdf files using Adobe instead of in Safari

    I prefer to use full-feature Adobe software to view downloaded pdf files instead of Safari. How do I keep Safari from opening them in the browser and instead automatically open Adobe Reader when the search engine finds a pdf file?

    I have just installed Adobe Reader 9. I am getting frequent system hangs (cannot do anything without cold re-boot) when using the product, in particular when using forms documents provided by Companies House, a UK government agency.

  • Firefox won't start or uninstall using any suggested method. I want to install latest version.

    Firefox has previously worked very well. Now when I try to start it I get a message "Couldn't load XPCOM" and it won't start. I have tried uninstalling it the usual way via Control Panel etc . and nothing happens. I have tried via the uninstall helper programme suggested elsewhere on your website but that won't work either.
    I would like to remove the version I have (25.0) and install the new version (25.1) but when I try I get "Can not create temp folder archive".
    I have tried connecting via the troubleshooting link below but I get a message "Windows cannot open this file"
    I am currently persevering with Internet Explorer to contact you.
    What can I do, please?

    Make sure that your security (anti-virus) software isn't blocking Firefox.
    You can try to clear the temp folder.
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 25: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you lose personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Firefox won't Download, freezes at 98% completion what do I do?

    I have been trying to download Firefox on Windows 8, Firefox would be downloading and get to the point to where it needs 2% more to go and it just FREEZES to the point where It doesn't get to the install stage. please help.

    It is possible that anti-virus software is interfering with downloading this file.
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See:
    *http://kb.mozillazine.org/Unable_to_save_or_download_files
    *browser.download.manager.scanWhenDone = false

  • Saving a pdf file using the print command

    I'm having a problem saving a document to pdf using the print command. I'm using an old version of Adobe. it's Adobe Acrobat 6. it is giving me the following error The instruction at "0x775355b2" referenced memory at "0x775355b2". The memory could not be "read". Could someone please help me resolve this issue. Thank you.

    The OS and release version of the source file's authoring application have a significant impact on use of Acrobat 6.
    For example, Acrobat 8.1 is where Vista support begins.
    With MS Office, Acrobat 6 PDFMaker compatiblility is only for Office 97, 2000, XP, and 2003.
    Be well...

  • Firefox won't open PDF's (unless I use Private Browsing)

    For some reason, since this morning, Firefox will no longer open PDFs in tabs on my Mac. I'll click on the link (or right-click 'open in new tab'), the page will open, display the pdf interface at the top, but won't load. Occasionally the grey loading bar will move across slightly and stop, although usually nothing will happen at all. If I click on the Document Properties section at the end, it gives me no PDF or file information whatsoever. The most confusing thing is that if I click on the PDF link and select 'open in new private window,' it will open the PDF as per usual - although I don't want lots of new windows open and would rather be able to stick to using tabs. I work through a lot of PDF's at once and having them all together is fairly important.
    I've double checked updating Adobe, I've double checked updating Firefox. I've checked on the preferences menu to ensure that PDFs are set to 'Preview in Firefox.' All of these are fine. I've also cleared my cache and restarted everything a few times (just incase). I've also used Chrome and IE just to make sure it's not a file problem, and as expected, these load the PDFs fine. Does anyone have any idea why this has suddenly started happening?

    I am not sure why this started happening, however please update to version 32.0.3 when its available.
    The places we can troubleshoot is in the Applications menu under preferences.
    *[[Set how Firefox handles different types of files]]
    If you set it to pdf.js viewer as default does it not show up?

Maybe you are looking for

  • How can i make a css tab highligted incicating that i am in current jsf pag

    Hi i am creating jsf pages nad linking the pages thru css tabs. i am able to creat and link the tab. i want to higlight the tab of the current page in which i am. below is my code css code .navigation a color: #000; background: #fb0 url("../images/le

  • ISight not working with other apps

    I've currently been having a problem with my Intel iMac (specs in signature) since the iSight works with iChat (the green light turns on and everything), but it doesn't work with other apps such Delicious Library or Photo Booth. I also have a Windows

  • Creating callable object+ authorization problem

    Hi, I am following the tutorial to create the first process (GP). I assigned all designtime specific roles. I can now  create a content package object. But when I try to create the callable object, I come across the following error: You are not autho

  • Does the iPhone 5 have message access profile

    Does the iPhone 5 have MAP message access profile?

  • 1-1.5Mbps on iMac, 6-7Mbps on iPad/iPhone?

    Can anyone explain why - when using Speedtest.net on my iMac and Speedtest on iPad or iPhone - I get 1-1.5Mbps on my (wired connection) iMac and 6-7Mbps on my iPad/iPhone connected to the same router, and doing the test one after the other?