PDF question

Always been a Mac user but was on older machines and OS9....
I just bought my new iMac and have spent oodles of time trying just to see the PDF rebate sheet so I can download it or print it and send it in....
In safari (which is new to me) I cannot open a PDF file - I get a blank page. When searching Mac help for PDF I get only info on how to make a PDF when printing a document.
Does Tiger read PDF? Do you have to function in Preview? Does Preview read PDF? Is this an issue with Safari? Do I have to download Reader?
Help! LOL!
PS. I also spent 48 hours (literally) trying to download the OSX upgrade that the Software Update said I needed only to have it fail each time (I'm on dialup)...I was still connected both times so I don't get what the problem was...but just gave up....
Any help would be appreciated.
Thanks!
iMac 5,1   Mac OS X (10.4.7)  

Hello and Welcome to Apple Discussions and congrats on your new iMac!
Where to start ........ ok, you cannot open a PDF file with Safari. However, you can open PDF files with Preview. Preview in your Applications folder. If you wish to use Adobe Acrobat Reader for PDF files, go here: http://www.adobe.com/support/downloads/product.jsp?platform=macintosh&product=10 You can use either Preview or Adobe Acrobat Reader either one for PDF files.
As for software updates. There's another way to do that other then using the Software Updater. Go here; http://www.apple.com/support/downloads//
When the page loads look over on the right. You need the 10.4.10 Intel combo update. But considering it's almost 300MB, on dial up that might be a problem. You might experience losing your connection while the download is running. One suggestion is to not use the iMac for anything else while you are downloading a software update. Check the manual that came with your iMac as far as your internet connection. You'd be much better off with broadband.
If you need further assistance, just post back.
Carolyn

Similar Messages

  • Print to PDF questions

    I have two questions. I have Acrobat 7 running on 10.5.2 on a new MBP.
    1. I can no longer successfully select the Adobe printer from the printer pop-u[p menu in the print dialog box. If I do, things seem to proceed, but the printer immediately goes to pause and will not resume. This is not a major problem, as the PDF button appears at the bottom left and that will save the file to PDF. But I am curious as to why the Adobe "virtual" printer no longer works.
    2. Previously, when using the PDF button, I could edit the menu and save PDFs to a folder of my choice. Now, when I select "edit the menu" and then hit the "+" button, I get the appropriate dialog box but cannot select a folder. I can open folders, but cannot select them as the "save to" folder. Any help here would be appreciated.

    BoySetsTheFire wrote:
    I have two questions. I have Acrobat 7 running on 10.5.2 on a new MBP.
    1. I can no longer successfully select the Adobe printer from the printer pop-u[p menu in the print dialog box. If I do, things seem to proceed, but the printer immediately goes to pause and will not resume. This is not a major problem, as the PDF button appears at the bottom left and that will save the file to PDF. But I am curious as to why the Adobe "virtual" printer no longer works.
    Some things that used to work in Tiger no longer work in Leopard. I suspect that Adobe did not rush to fix it because there is built-in way to generate PDF files already.
    2. Previously, when using the PDF button, I could edit the menu and save PDFs to a folder of my choice. Now, when I select "edit the menu" and then hit the "+" button, I get the appropriate dialog box but cannot select a folder. I can open folders, but cannot select them as the "save to" folder. Any help here would be appreciated.
    The Edit Menu feature is not designed to select a folder to save your PDF files into. It is so you can select an Automator workflow script to process your PDF file. That's how it handles such tasks as Mail PDF and Save PDF to iPhoto. You could create an Automator script to save a PDF to a particular folder, but in my experience, once you save a PDF to a folder, it becomes the default folder automatically until you select a different one.

  • Saving a pdf question

    Okay, I have a pdf I have created that has multiple fields that are set to hidden in the docReady command. Those fields are displayed only when certain events take place and are sometimes hidden again after another event takes place. The problem I am having (Or the question I am asking) is how would I keep the form from hiding those fields again when the completed form is opened later on as a reference in adobe reader.
    For example... My customer information field is set to hidden (To avoid clutter when filling out other fields) until I click a button at the end of the form to display that field. The problem I have noticed is that by putting the customer information into a subform set to hidden on the docready event, when the saved form containing my filled out form also HIDES that customer field when its opened in reader. I want the completed form to open with that customer field visible (and filled out) when the person reading the information I have put in the form opens the form. Thanks for your help and you time

    Hi,
    You could wrap the docReady script in an if statement.
    If the field(s) are null then set their presence to hidden, otherwise set their presence to visible.
    if (customerSubform.customerName == null)
         customerSubform.presence = "hidden";
    else
         customerSubform.presence = "visible";
    This is Javascript and would work in the docReady. You would need to adapt the object references.
    Hope that helps,
    Niall

  • XSL-FO PDF question

    Dear all,
    I am using Jdev. 10.1.3, and use FOP to print the reports.
    I want to ask is it possible to control the size and position of the pdf which show in the browser?
    i.e. I want show the pdf within a browser: left hand side show the fields and right hand side show the result (pdf).
    Regards.

    We do not support or answer questions on FOP .. get to XMLP and we'll help you out :o)
    regards, Tim

  • Error in "Download a pdf" question

    Sorry. In haste my question said "download". I can download pdfs OK. It is when I try to COPY to Desktop that the refusal occurs because of space. I have 200G space on C:\. Please advise.

    Can you copy other items to the desktop?
    Can you just put a shortcut to the desktop?
    Assuming you are on Windows, what version?
    And what is the exact error message you are getting?

  • BarCode in PDF Question

    Hi, I try to make bar code in a PDF form. Question is, how can I make the value move from one field to another and bypassing something in between those field. For example:
    On the form on my end, I have Passport Number, Name, Exp. Date, DoB etc...the Customer would send in a form with Passport Number, Name, DoB (Bypassing the Exp.Date since this value is automatically calculated). The system is closed so I have to do with barcode. Any one please tell me how I can program the barcode so it can bypass the Exp.Date part.
    Thanks

    When you set up a bar code field, you can specify which fields you want to be included on the Value tab of the field properties dialog.

  • Classic 'Flatten PDF' question

    So I have created a fairly complex fillable form in Acrobat Pro (10.1.8)... I have saved it for use by other users in Adobe Reader. (File>Save As>Reader Extended PDF>Enable Additional Features...)
    The users can open file in Adobe Reader just fine, all formulas work, all values display correctly, life is grand.
    Now all I want is for the user to save a 'flattened' version of the pdf to their machine, either to print or email at a later date. If the user saves the document from Reader all fields can still be edited on next use. If I use a "lock all field" button like this:
    for (var i=0; i<this.numFields; i++) {
        var f = this.getField(this.getNthFieldName(i));
        if (f!=null && f.type!="button")
            f.readonly = true;
    When I open the saved, field locked document, I lose all the formatting in my fields. (ie. no $ symbols, or commas in numbers, etc. )
    And of course, there is no "print to pdf" option when you try and go that route... which of course, would make life too easy, wouldn't it?
    So. Does anyone have a solution for what I can only imagine is a fairly common problem? I've searched high and low to no avail.

    I think I am now realizing the problem here. I wasn't real clear on the difference between Reader and Acrobat. I have always referred to them a Adobe Acrobat Pro and Adobe Acrobat Reader. I realize now that the term "Acrobat" refers to what I called Pro and Reader is actually Adobe Reader, not Acrobat Reader.
    So my question (or concern) is still, "Why did Adobe design a method of creating a file that could be changed by anyone along the line?" If I create an interactive form, send it to a client, he fills it out and sends it to someone else, they can change the data in the form. Not a very secure system if you ask me. Seems like there should be a way for the person filling out the form to "flatten" it so no one else can change the data.
    You mentioned something about a signature. I am not familiar with this function. If you can explain that quickly to me I would appreciate it. If not I will spend some time to figure it out. Although I find the help files in Acrobat very NON intuitive.

  • Export as PDF question

    Hello guys,
    I have just created business card. It is created in Photoshop, using 300 dpi and CMYK setting.
    My printshop requires PDF file, so I hit save as PDF, but it asks me more questions about additional export setting and I am not
    sure which to choose so I would end up with the best possible quality.
    Here are the choices to choose from:
    Encoding - ZIP or JPEG ? 
    Image interpolation - checked or unchecked ? 
    Include Vector Data - checked or unchecked ? 
    Could you please give me an idea, what choices to make so I would obtain the best possible picture quality PDF?
    Thank you so much for any advise.
    Paul

    Well as a prepress tech I can tell you 99% of the time the PDF/X settings are printer settings. That is what it is there for. Takes all the guess work out of it. Do one in PDF/X3 and one in PDF/X4 (if you have it, it is new). Let your printer decide; that will depend on their capabilities.
    ZIP and JPEG are forms of compression. Neither is needed for printing, it just makes the file smaller for sending. Zip is lossless and the best quality, JPEG looses quality but you get to decide how much to make the file size smaller. Choose none if file size is not an issue.
    Image interpolation has to do with color management and if you do not know what you are doing leave it at the default. If you do, check with your printer first.
    Printers rasterize all vector data in the ripping process. You can choose to do that before in the creation of your PDF if you do not want to leave it to your printers rip.
    These are all decisions having to do with the type of work you do and the confidence you have in your printer.

  • Printing to pdf question CS5.5 Windows

    I am on a PC - Windows 7 using CS5.5.
    - I have created a piece and printed to a pdf.
    - When the person on the other end prints out the margins are all off. I realize and pointed out they are using an office printer, not a high end printer. The print out seems to be proportionately reduced towards the middle\center.
    - They will have their job done at a Kinko's and I have assured them the Kinko's printer is probably all right and will adjust. I called Kinkos and asked if it needed a specific pdf profile and they said "No."
    - I have sent screen shots of the layout showing measure mark every 1/8 of an inch (placed viewable lines on the layout) so they could see how all is measured properly vis-a-vis InDesign.
    - I checked and there is zero bleed and gutter (guter doesn't apply in this case but made sure anyway).
    QUESTION - Is there anything else I can do\try or can it be the printers we are using.
    Thanks for any illumination you can give me.
    Respectfully,
    B

    Although you didn't ask about this specifically, your original post mentions that you printed to a PDF. My assumption is that you were saying that you created the PDF file by printing to the Adobe PDF PostScript printer driver instance.
    Be aware that Adobe absolutely recommends that PDF from InDesign be created by using the export function instead of the printing to the Adobe PDF PostScript printer driver instance or in any other way creating PDF via distillation of PostScript. Direct PDF export from InDesign (and the equivalent save as PDF from Illustrator and Photoshop) yields the most accurate and reliable PDF. The PostScript produced by Adobe applications is optimized for direct printing, not for PDF creation and is often very device dependent. Live transparency and color management is effectively lost and fonts are not optimized. There are other problems and issues as well. Please keep this in mind when creating PDF in the future.
    Adobe does provide PDF generation capabilities as part of Acrobat via the Adobe PDF PostScript printer driver instance as a “method of last resorts” to provide PDF creation services for applications for which there is no other or better way of PDF production.
              - Dov

  • Xml pdf questions

    Trying to create a pdf from xml using asp<br /><br />I created the following code.  The form appears without the field being populated.  I went into designer pull up the pdf added some data and tried<br />to export the data as xml and xdp.  The xml shows with no data. Trie to open xdp its say unable to locate template.<br /><br />Is this xml correct?  (this is being used in designer to perform the <br />binding<br /><?xml version="1.0" encoding="UTF-8"?><br /><TextField1><value>Howard</value></TextField1><br /><br />After I have binded the field<br /><br />I use the following asp to display the pdf with<br />the one field filled in.<br /><br />Is this xml correct?<br /><br /><%<br />Response.ContentType = "application/vnd.adobe.xdp+xml"<br />response.write   "<?xml version='1.0' encoding='UTF-8'?>"<br />response.write  "<?xfa generator='AdobeDesigner_V7.0' APIVersion='2.2.4333.0'?>"<br />response.write  "<xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'>"<br />response.write  "<xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'>"<br />response.write  "<xfa:data xfa:dataNode='dataGroup'>" <br />response.write  "<form><TextField1><value><text>Howard</text></value></TextField1></form>"<br />response.write  "</xfa:data>" <br />response.write  "</xfa:datasets>"<br />response.write  "<pdf href='http://159.83.96.138/prod/myFirstShot.pdf' xmlns='http://ns.adobe.com/xdp/pdf/' />"<br />response.write  "<xfdf xmlns='http://ns.adobe.com/xfdf/' xml:space='preserve'>" <br />response.write  "<annots/>" <br />response.write  "</xfdf>" <br />response.write  "</xdp:xdp>" <br />Response.Flush <br />Response.End <br />             <br />%>

    I can't answer directly, but when discussing a specialized tool, you might also read/ask here
    Acrobat SDK Developer Forum http://forums.adobe.com/community/acrobat/acrobat_sdk
    It may be that a developer can answer your questions about "why"

  • Flash content in a PDF question

    Hi,
    I have embeded a SWF into a PDF using InDesign CS3 and Acrobat Pro 8.1.7. The SWF displays and plays fine, I was able to set the psoter image in Acrobat and I set the border opion to no border. The only problem is that when a user clicks on the swf in the PDF to make it play a selection box outlines the the flash content on the page, you have to click off the page of the pdf to make it disapear. Is there a way to make this selection box invisible so that it never appears while a user is viewing the PDF?
    Thanks in advance for any help on this.

    There are two ways to do it. One is complicated, but easy for anyone to learn. The other requires Javascript, which I know nothing about.
    First, you don't want to have the movie played by double-clicking the field. That will cause the focus to stay on the movie which is the line you don't like.
    So set the movie to be hidden.
    Next, draw a button and set it to be the trigger that plays the movie.
    Depending on your layout, you can stop here. The button will play the movie and then when the movie is over focus is gone.
    But, if you want a poster of the movie on the page, you can capture a frame and save it as a PDF. Then use the Options of the Button Properties to assign an icon to the button. That will allow you to import the captured frame.
    The result will look like you clicked the movie to play it, but it was really a button.

  • Export to PDF question

    When using InDesign's Export to PDF feature to make a PDF of a book, InDesign is converting the front matter page  numbers from roman numerals (i, ii, iii) to regular numbers (1, 2, 3) in the slug line (page info) of the resulting PDF.
    How can I export to PDF and have the roman numerals appear as roman numerals in the slug line/page info of the PDF?
    If I do a file-> Print, then print to post script, then distill to make the PDF, the roman numerals appear correctly as roman numerals in the slug line/page info in the PDF.
    I need this to happen when using the export to PDF feature.

    Dear Experts,
    We are also facing the same issue. Is it an InDesign bug? Can it be overcome? Kindly suggest.
    This is a very necessary information wanted by most of the users.
    regards
    Buhari

  • Stupid PDF Question:  What's the difference between "Save As PDF" and Printing to a PDF "printer"?

    Is there a quality difference? 
    The "Save As" seems to run Distiller, but if I select "Print Document" and select "Adobe PDF" as the printer, it also seems to work OK, although I sometimes get a "Times" font not available, will be replaced by "Times New Roman", even though I can't find any reference to "times" in my book.
    Is there an advantage to running Distiller?
    Thanks!
    John
    www.controlgeek.net

    > Is there a quality difference?
    I'd expect them (as well as print-to-Ps & Distill) to be the same for the same settings.
    We print to Ps & Distill, for several reasons, not all of which may apply to you:
    More control. Distilling provides menus for everything Adobe lets you control in PDF gen. Print/SaveAs may not (and don't in our environment).
    Faster printing (Frame doesn't have to wait for the tps to pdf gen). You can get back to work while a long job renders.
    Unequal versions/different platforms. We author on FM8/Unix and Distill on Acro9/PC.
    > ... although I sometimes get a "Times" font not available, will be replaced by "Times New Roman", even though I can't find any reference to "times" in my book.
    Save the component files to MIF and examine with a plaintext editor. If not found, the font invocation is probably coming in with a text inset, or a graphic of type DWG, DXF, EPS, PDF or possibly SVG.

  • Interactive pdf-questions from InDesign 6

    I have some issues making a interactive pdf in 6 - my client wants the following (witch I cant be able to figure out how to do, or even if it is possible):
    - I have some trouble making spesial caracters in the final pdf (in this case ÆØÅ - I´m Norwegian) - how do I make these letters work?
    - Can you somehow make the date-section so that it automaticly comes out the right "date"-way when people type there?
    - Can you do the same with numbers: fields that represents a sum of money?
    - Can you add the numbers of two or more fields automaticly together, making an automatic sum? In this case prices of carparts, and adding a 25% taxes and giving the final ammount all together (ExCell-style)
    I´m using MacBook Pro 10.7.5, InDesign CS6.
    Thank you for any comments....

    InDesign can make basic PDF forms, but in your case it might be easier to take the PDF to Acrobat, and then add formats and formulas to the fields.
    I think that you should use Acrobat to fine tune the exported PDF. See http://helpx.adobe.com/acrobat/using/creating-distributing-pdf-forms.html

  • Internet Access for PDF Question

    Hello,
    I was using IE until an auto update last week. I am now using Firefox. I have a business site that I go on to complete report 'tasks'. When I click on the task, it should open the report in the same page. Now it is opening the report in a new PDF window. I can fill in the report, but when I click on 'submit', it goes no where. Saving the report and emailing is not an option as it needs to be submitted through the system. I have repaired, checked for updates and unistalled/re-installed adobe reader 11 as well as updated the adobe flash. The switch from IE to Firefox was recommended by the business site's support. Chrome/Safari are not available options. I have 'enabled' the adobe add-on in Firefox and allowed access to all sites in Adobe preferences. Any suggestions on how to 'enable internet access' from the site to adobe would be appreciated... thanks

    Hello,
    On Firefox, the adobe reader plugin for the 'portable document format' is set as default. I just changed the three adobe acrobat tabs under applications from 'use adobe acrobat (in firefox)' to 'use adobe reader' (default). The issue is my task/the pdf link is not connecting to the internet to send the data back. The task opens and I can fill it in, just cannot submit it back. This is the 'security warning' info that comes up:
    'This document is trying to connect to:
    file:///index.cfm?event=event.testPDFCompatibility
    If you trust this site, choose Allow. If you do not trust this site, choose Block.'
    Obviously, I click 'allow' but then this pops up:
    Error openig URL to submit this form
    thanks

  • INTERACTIVE PDF QUESTION - Scrollable Text Area

    I am trying to do my resume in a interactive pdf and need more room than my page offers.
    Is there a way to make a interactive pdf with a text box in place that has hidden text that can be scrolled up or down to read.
    Basically make the text area look like a placed web page within the interactive pdf with scroll bars.
    Any help would be greatly appreciated.
    Thanks,
    Joe

    If you want the scrollable text in the interactive pdf, and you are using indesign to create it do like this
    Export to interactive pdf
    Open the pdf in Adobe livecycle Designer and create textbox where you want and remove the Limit Text checkbox
    Then Export it to the pdf
    I think it will solve your porblem

Maybe you are looking for

  • How can i change an iCloud account name?

    Our main office computer has it's icloud acocunt name of an ex-employee. How can I change this as we'd all like to forget her. Cheers

  • A variable number of jCheckboxes

    Hello, First, as a heads-up, While I'm relatively new to Swing usage, I'm more than willing to use google to help me understand something, so feel free to use more complex solutions. I'm working on a relatively simple request one of my teachers had f

  • Page background images, songs, movies, don't publish

    I'm new to this. I've researched other threads here and cannot find this specifically. I was so proud. What beautiful pages I had created in iWeb and so sad to discover dot mac couldn't display them! My tinted page background images have never publis

  • How do i change book from x-large to large?  when ordering...

    i've been working on a photo book and reached the end where I need to BUY BOOK however I realize that I am ordering an x-large book when what I want is a large book (hardcover).  How do I made the change?  Can't figure that out.  Thank you.

  • Export info to excel. (spool ? )

    Hi experts.. I have this problem... I am running oracle 10g and need to export a big query to an excel file... Im using the spool technique... but.. this is not working when i Have a really big query ( like about 6000 characters....) I always get an