Web sites 'Save As' PDF

Mac Mini OS:10.6.8  Safari 5.1.7 in 64bit mode  Adobe Reader 10.1.3
For years I've been able to save a web page(Save As) as a PDF document. If there was a problem I would go to Print then 'Save As' PDF.
Now, for 7 or 8 weeks this rarely works. When I try to save a PDF document already appearing in the browser window, I get the message: "The document could not be exported". Then going to Print>PDF>Save As a PDF > Document appears on my desktop but opens to a single blank page!
Any ideas as to what's going wrong?

Thanks for reply but surely after having no problems for years using Adobe Reader & PDF, with no change to my OS since last year, everything points to something happening after the recent update, Reader v10.1.3?
I have posted on a Mac forum but with no solutions.

Similar Messages

  • Web site presents a pdf in a separate window, but it is totally black

    I have an 27" iMac with Lion.  When a web site presents a pdf in a separate window, it comes up totally black.  I am unable to save as pdf or print the file. Attempts to print or copy are blank.  Is there something that needs to be reset in safari?

    Do you have Adobe Reader or Acrobat installed? If so navigate to /Library/Internet Plugins and remove anything Adobe related (except flash). The Adobe plugins do not work very well. Safari's built in pdf handling works better.

  • PB 12.5.1 Web Forms save as PDF

    I'm having trouble creating PDF files in a Web Forms app deployed to a new server. I've done this successfully a few times using apparently identical configurations, so I'm not sure what's going on. Facts about the situation:
    1. PB Classic 12.5.1 Web Forms target
    2. IIS 7.5 on a remote Windows Server 2008 R2 server
    3. Ghostscript 8.71
    4. To determine whether Ghostscript was the problem, I installed a Win32 version of the PB app on the IIS server computer and tested. SaveAs() works as expected in the Win32 target.
    5. To determine whether file system permissions were a problem, I used the Web Forms app to SaveAs() a text document and performed the DownloadFile(). The file downloads as expected.
    6. It is the SaveAs() function call that is failing. The line
    dw_report.SaveAs(<filename>, PDF!, FALSE)
    returns -1
    Thanks in advance for any suggestions...

    Ronnie,
    Here is some code that I use in a webform application to create a PDF file and send it as an attachment. Remember that you have to do MapVirtualPath so you can find the file after you do dw_1.saveas...
    Also, when I had trouble it was because I named my printer 'Sybase Datawindow' instead of 'Sybase Datawindow PS'.
    Chris Pollach recently posted some great step by step installation procedures for 32 and 64 bit machines.
    Best,
    Paul
    //Email Datawindow Saved As PDF Button
    long random_number
    string random_number_string
    randomize( cpu() )
    random_number = rand(9999)
    random_number_string = string(random_number)
    string  user_id
    user_id = trim(email)
    string bodytext
    bodytext = 'Dear XXX, ' + '~r~n' + '~r~n' + 'Please find attached the XXX report in PDF format.' + '~r~n' + '~r~n' + 'Thank you,' + '~r~n' + '~r~n' + 'XXX' + '~r~n' + '1-888-888-8888'
    string filename
    string filepathname
    //create the path to use LATER for the attachment
    #if defined PBWEBFORM then
    filepathname = MapVirtualPath("c:\XXX-Detailed-" + trim(report_name) + "-" + random_number_string + ".pdf")
    //create the path and filename to use NOW and save the file in the virtual directory
    filename = "c:\XXX-Detailed-" + trim(report_name) + "-" + random_number_string + ".pdf"
    long returncode
    returncode = dw_1.SaveAs(filename,PDF!,false)
    if returncode = 1 then
    string subject
    subject = "XXX Report-"+report_name
    string fromaddresstext
    fromaddresstext = "[email protected]"
    System.Net.mail.MailMessage message
    message = create System.Net.mail.MailMessage
    message.subject = subject
    message.body = bodytext
    System.Net.Mail.MailAddress fromaddress
    fromaddress = create System.Net.Mail.MailAddress("[email protected]", "XXX Operations")
    message.From = fromAddress
    System.Net.Mail.MailAddress toaddress
    message.To.Add(user_id);
    System.Net.Mail.Attachment attach
    attach = create System.Net.Mail.Attachment(filepathname,"application/pdf");
    //Helper.Mail.AddAttachment(message, attach)
    message.Attachments.Add(attach);
    System.Net.Mail.SmtpClient smtpclient
    smtpclient = create System.Net.Mail.SmtpClient
    smtpclient.host = "xxx.xxx.com"
    smtpclient.port = 25
    //smtpclient.send(message)
    TRY
    smtpclient.send(message)
    CATCH (System.Net.Mail.SmtpException ex )
    MessageBox( "SMTP Error", "Sorry. There is a problem sending the XXX email. " + ex.Message )
    END TRY
    mle_1.text = "XXX Report has been emailed to : " + user_id
    else
    mle_1.text = "Sorry, there was a problem generating the file."
    destroy message
    destroy smtpclient
    end if
    #end if

  • WARNING Smart Web Printing Save as PDF

    Using SWP V4.5.1, I have discovered that if I wish to save a pdf from the edit screen and happen to have a file highlighted, then overtype the filename with a different one. It saves under the new file name but DELETES the one that was highlighted. This is NOT the normal windows file save as action.
    BE VERY CAREFUL.

    nevermind! I figured out the problem--I needed to click on "view" and check "hide comments", which were being included in the PDF, making it smalled on the left side of the page
    thanks anyway AppleFolks

  • Protecting a folder on a site containing several pdfs

    Hi,
    I have a folder on my web site with several pdfs that I only want people who register with my site to see. However, if someone has the the url or correctly guesses at it, they can get at the entire contents of the folder. Is there a way to protect that folder and all of its contents? What is the best way to ensure that only the selected people can see the pdfs? Will using a "shortened url capability" solve the problem?
    Thanks

    You can use an "htaccess file" to restrict access to a particular folder, requiring a password to get in.
    Many hosting services will provide a simple means to create the file from your Control Panel... check there first, it's the easiest.
    Or you can write you own and set up as many users and passwords as you like:
    http://www.webhostgear.com/63.html
    Best wishes,
    Adninjastrator

  • Safari unexpectedly quits when print Save as pdf

    My Safari 3.0.4 application crashes when I try to print a web page "Save as pdf". I was doing fine before last week, when Adobe Reader automatically updated to 8.1.2. I have Leopard 10.5.2 OS. Could any one help in fixing this problem?

    Try restarting or posting the error log which you get with it when you press report to apple.
    Message was edited by: Adam 552

  • How do I save a 2 page pdf (created in Illustrator) to be used in a web site?

    How do I save a 2 page pdf (created in Illustrator) to be used in a web site?
    When I save my Illustrator file as a pdf, it is about 2600 kb, my web site admin will only allow storage of 5000 kb. I tried to "save for the web", but that only saves the first page of my document. Any suggestions other than paying for more storage???

    What pdf preset are you using? Try smallest file size rather than illustrator default.
    Save for web does not do PDF, so no multipage.

  • Can't save pdf from a web site - HELP!

    I can't seem to save pdf files from a brokerage account.  I have Reader 9, and one one PC, there is no "save icon" on the tool bar, and no "wording tool bar" -ie, no headong of:  File - Edit - View, etc.  On the other , there is no edit portion of the tool bar.
    On the one PC that displays the picture of the floppy disc - the "save icon"-  when I click on it, nothing happens.  I think i have a problem with the security settings, but can't figure it out.  the financial advisor company can save it just fine, so i think the problem is in my PCs.
    There is a security section that says the contents of the pdf can be copied, butdoesn't work  not in the file copy mode.  (These are not "fill out the form" pdfs, just regular files posted to a web site to allow viewing, downloading, printing, etc.  i could print, but want to save electronically instead.
    Any ideas?

    I have also had this problem with some different web sites - you mention that possibly  it is a security issue so I added the web site I was having this problem with to my "Trusted Sites" list and re-tried saving the PDF and it worked!  Don't know if this will solve your problem, but it did work for me (still don't understand why some sites work and others require an entry in the "Trusted Sites" list.   I'm running Windows 7 (32 bit) and my Adobe version is 9.4.2 and I'm using Internet Explorer 8.  Hope this solution works for you.

  • I am getting messages that I can't download and read .pdf files since I have the wrong Adobe reader. I know about their security disasters of course, but I downloaded the latest version of Adobe Reader from the Adobe web site and I have other ,pdf file re

    I am getting messages that I can't download and read .pdf files since I have the wrong Adobe reader. I know about their security disasters of course, but I downloaded the latest version of Adobe Reader from the Adobe web site and I have other ,pdf file readers as well, and for some reason they won't work either. I have 5 computers running top end processors and RAM. By this I mean I have one, this one which I am using that has an AMD Phenom Black 3.2 Quad-core with 8 GBs of Corsair top DDR2 RAM, my other two AMD have either an Athlon II triple core with 4 GBs of DDR2 Corsair RAM, one with the Phenom X4 965 3.4 GHz Quad-core with 8 GBs of their best DDR2 RAM, and two Intels with the i7 920 Processors using the triple channel 1366 socket processors and one with 8 GBs of low latency DDR3 RAM and the other with 4 GBs of the same RAM. I am getting the message on this one, which has a fresh install of XP Pro X64 operating system, as do the other 4 as well. I have run Avast Business Pro Anti-virus on this one, which I am getting the message on with a single result which I deleted, and also both Spybot Search and Destroy, which came back clean as well as Malwarebytes Antimalware, which got a lot of tracing cookies now removed, and SuperAntiSpware which also found a few cookies also now deleted. Can you tell me what I need to do to get these files to show as .pdf files rather than as a clean blank page. One other issue is that I wish to know how to turn off my downloads so they are saved and Mozilla will give me the option of returning them instead of me losing them all together as it does now. Thanks for your assistance. If there is another Adobe reader I should download and install, could you provide me with the link to it? I appreciate your assistance here
    == When I download and try to read a .pdf file and when I am asked to turn off all Firefox files and if I do, I lose them since I need to know how to save them without rebooting my computer.

    Brilliant! Problem solved! Thanks so much.

  • Cannot view pdf from a secure web site

    I have no problems viewing pdf's normally. But if I am on a secure page (https://), the pdf won't load. This happens on two different web sites, both the Cox cable site and USAA insurance, I am unable to view my statements which are in pdf. I can get around it on the USAA site by choosing to save the pdf instead, and then viewing it locally, but the Cox site doesn't give me that option. I pick a statement month, then it opens up a new tab and goes to a secure page where it appears to try to download the pdf statement- to then try to display in the browser window, I guess? At any rate, there is a little download icon down in the left corner of the status bar, but the progress bar never completes. It just fizzles out and I'm left with a blank page. I had these problems when I used XP Home Edition and nothing has changed under Vista Home Basic. Interestingly, I have no problem viewing my statements on either site from my work computer, which uses XP Pro. I was running Reader 8 on my home system and just recently upgraded to 9, but with no change with this problem. At work Reader 7 is installed.
    So it would appear to be a setting on my computer, a limitation of the low-end OS's, or some difference between Reader 7 and 8/9. I am mystified as to exactly what it could be, however. Anyone have any experience with this issue?
    UPDATE: Found the answer to my problem! Did a little more searching on these forums and found the culprit setting, but maybe my post will help someone else out if they happen to find it first during their search. Anywho, uncheck the Do not save encrypted files to disk under Internet Advanced Options under Tools :)

    Your system details list doesn't show the Flash plugin for Firefox, so if you've disabled that plugin then you will have to re-enable it.
    *https://support.mozilla.org/kb/Managing+the+Flash+plugin
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check for problems caused by recent Flash updates and try these if the Flash plugin is working properly:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *downgrade to Flash 11.2 or 10.3
    *http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows

  • Why do pdf files from some web sites download as aspx files, which I can't open from Firefox but I can in Internet Explorer?

    I have tried downloading files which are supposed to be pdf but they download as aspx files. This doesn't happen if I use Internet Explorer and other pdfs from the same web site download without a problem.

    To make a long story short, the server can send a preferred file name but isn't always programmed to do so. IE sniffs the beginning of the file and may override what is sent by the server; Firefox does not.
    You can manually change the file extension when you save it (if you have Firefox set to ask you where to save) or you can rename it after it is saved.

  • Downloading PDF files from reliable web-sites U-R-G-E-N-T

    Hi,
    Since last year I encounter regular (close to 100%) problems downloading PDF files from reliable web-sites (for sure web-sites from which I could troubleless download PDF files in the past) The result on my HDD : 0KB pdf file ! = An empty file
    This is very anoying and I am sure I am not the only one who encounters this.
    Please review your procedures and make this possible again.
    Note: I uninstalled Adobe Reader, reset Safari, closed Safari, re-installed Adobe Reader : no results !
    THANKS FOR HELPING ASAP !
    I travel a lot and have to bring my files with me as internet is not always available in the countries where I work
    Christian

    Hi Christian,
    I've had problems for ages with this but I did notice that after I went through the reinstall with Apple yesterday I now have a couple of different options that are working.
    Yesteday I uninstalled reader, restarted my computer and then reinstalled again. I didn't think it had worked for me but after some extra experimentation I have discovered a couple of things.
    On some websites eg: https://www.gatewaycu.com.au/uploadedFiles/PDF/Forms/Quick%20Debit%20Authority.pdf
    it is coming up with a toolbar (I suppose it's called) at the top of the PDF and it is allowing me to print and save to my desktop, open the pdf and print YEAH.
    Also with another website the PDF is showing up differently. eg http://media.wix.com/ugd/99e891_6110f024d956431abb7b66dd24f19251.pdf
    This shows up like it used to but the difference is that if you try to save as or print throught the safari options like I used too it doesn't work, BUT if you hover down the bottom of the PDF it brings up a bar type box (sorry I don't know the technical word for this) then you can print, save to desktop, documents etc and then print from there too.
    YEAH! It looks like (I hope) that the problem is solved. You have to go about it in a couple of different ways depending on the website, but hey, I don't think that's so bad as long as I can actually print my PDF's. It's better that not being able to access any of them which is what's been happening for the last few months.
    I hope this helps you guys out and if you have any problems just let me know and I'll try and explain it better for you.
    Cheers
    Andrea

  • PDF files email and web sites

    What app do I need to upload a PDF file to a web site? Trying to upload my resume to a job search site. And how do I attach more then one PDF file an email at one time?

    Hi Christian,
    I've had problems for ages with this but I did notice that after I went through the reinstall with Apple yesterday I now have a couple of different options that are working.
    Yesteday I uninstalled reader, restarted my computer and then reinstalled again. I didn't think it had worked for me but after some extra experimentation I have discovered a couple of things.
    On some websites eg: https://www.gatewaycu.com.au/uploadedFiles/PDF/Forms/Quick%20Debit%20Authority.pdf
    it is coming up with a toolbar (I suppose it's called) at the top of the PDF and it is allowing me to print and save to my desktop, open the pdf and print YEAH.
    Also with another website the PDF is showing up differently. eg http://media.wix.com/ugd/99e891_6110f024d956431abb7b66dd24f19251.pdf
    This shows up like it used to but the difference is that if you try to save as or print throught the safari options like I used too it doesn't work, BUT if you hover down the bottom of the PDF it brings up a bar type box (sorry I don't know the technical word for this) then you can print, save to desktop, documents etc and then print from there too.
    YEAH! It looks like (I hope) that the problem is solved. You have to go about it in a couple of different ways depending on the website, but hey, I don't think that's so bad as long as I can actually print my PDF's. It's better that not being able to access any of them which is what's been happening for the last few months.
    I hope this helps you guys out and if you have any problems just let me know and I'll try and explain it better for you.
    Cheers
    Andrea

  • How can I convert a word file into a pdf and then upload to a web site?

    I need to convert a word document into a pdf and then upload it to a web site so people can read it from my
    site. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    Hi there,
    There's actually an easy streamlined way to do this using Acrobat.com. Here are the steps:
    1. Log in to Acrobat.com with your Adobe ID.
    2. On the left, you'll see a navigation menu that includes the item "Import and Edit". Click that.
    3. Choose the .doc (Word) file you want to convert and upload it to Buzzword.
    4. After making sure that it looks the way you want it to, go to the top menu (still in Buzzword now, not the organizer where all your files live) and click the document menu. There will be an option to "Export" - choose that.
    5. When prompted to select filetype, choose "Adobe PDF" and press OK.
    6. It'll save to your desktop, so now you have to get it into your acrobat.com organizer. To do that, close the Buzzword document by clicking the little "x" in the upper right corner, under the Sign Out button. This'll get you back to your organizer, where you can choose "Import" from the left nav menu again. This time choose your new PDF file.
    7. Select the  file icon in the organizer and click the Share button. Or, select Share  from the file context menu.
    8. Select Allow Anyone With A  Link To Share This Document to set the document to open access, and then  click Copy Embed Code. The necessary HTML code to embed the preview is  copied onto the clipboard.
    9. Open the HTML file and paste  the code into the file. The Flash previewer can display any file type  that you can convert to PDF.
    Hope this helps! Good luck, and let us know how it works out.
    Rebecca

  • Firefox behaves differently with different PDF docs on my web site

    I am running Firefox 3.6.6 on Windows 7 Home Edition. When I update a PDF file on my web site, and I try the updated web page in my browser, Why does my browser prompt me to save the file with the updated file, but it displays inside the browser with other pdfs on my site? I get the same results with IE. The files are very similar, but yet, the browsers treats them differently.

    ''Possibly'' because when you access the file from your hard disk (I assume that's what you mean by "try the updated web page in my browser") and when you access it from a webserever, the file type is different. If you're brought up with windows you might think that the file type is determined by the extension (.pdf) but it's not. Depending on the webserver, your operating system, and your browser, it ought to depend on the 'mime type'
    So try uploading the amended page to your webserver (in a test area) and see if it works off the web.

Maybe you are looking for

  • File sharing network problem

    I have an Airport Extreme (G) base station with an Airport Express acting as a WDS extender. I have two client Macs - a 24" iMac (Intel Dual Core) and an iBook (G4). There are a variety of other clients as well - 2 wireless-G tivos, a Win XP laptop,

  • Why does Mozilla not fix the XULRunner bug?

    I'm loosing the will to use FF as this rate. It seems that XULRunner version conflicts have been around for a long time. Isn't it time to fix this once and for all. == This happened == Every time Firefox opened == After update of Zone Alarm and re-bo

  • To block iplanet webserver version in http header

    Please let me know how to block the iplanet version being displayed in http header. I am using iplanet webserver 4.1 sp12

  • Flex mobile? should I avoid it?

    Hi, I need to develop an app for mobile... And it looks like the Flex mobile framework is a huge time saver! But I know the adobe dropped Flex to Apache... Should I avoid using it? Thanks Gil

  • EEM Applet Using IPSLA ED

    After reading the docs on the IPSLA ED, I decided to write the following applet just to see if I understand how to use it. ip sla responder ip sla enable reaction-alerts ip sla 1 udp-jitter 210.210.210.1 16384 num-packets 100 interval 20   request-da