Hyperlinks from other file formats working in Pages

how can I get the hyperlinks in an imported WORD file when it opens on my laptop into a Pages file to open other DOc files in a folder?

You can't. Pages can only hyperlink to Pages documents. When you open a word document in Pages it becomes a Pages document and isn't a Word document anymore.

Similar Messages

  • Printer not selectable from drop down when printing any pdf file. Printer is available when printing any other file format.

    Client is running Adobe Acrobat X. When trying to print their Ricoh printer can not be seen in the drop down menu. The Printer was added locally and the printer can print any other file format.

    Your ps file should be good, the problem likely resides elswehere. Maybe in your acrobat install, distillers settings. what error did distiller give?
    Mine ran good and got a multi page document, here is a screenshot to help you troubleshoot.
    On mac go to system preferences / print and fax / and change your default printer if you have another option. I know sounds like this should not help, but there are problems like Illustrator for example not making .pdfs if you do not have a printer chosen or an old or corrupt .ppd assigned.

  • How to read HyperLinks from pdf file??

    hi developer's,
    I am in PDF processing... I am having doubt in that Processing.
    How to read Hyperlinks from PDF file?
    I can able to set the hyperlink.. But i cant able to get the hyperlinks..
    The following example program will set the hyperlink to the PDF file using lowagie API..
    import com.lowagie.text.Anchor;
    import com.lowagie.text.Chunk;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.Paragraph;
    import com.lowagie.text.html.HtmlWriter;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class Argu1 {
         public static void main(String[] args) {
              Document document = new Document();
              try {
                   PdfWriter pdf = PdfWriter.getInstance(document,
                             new FileOutputStream("PageLink.pdf"));
    PdfReader pdf_read=new                
                   document.open();
                   document.add(new Paragraph("Hi Everbody....!"));
                   Anchor pdfRef = new Anchor("Click Me");
                   pdfRef.setReference("www.java2s.com");
                   Anchor rtfRef = new Anchor("Touch Me");
                   rtfRef.setReference("www.sun.com");
                   System.out.println(rtfRef.reference());
                   document.add(pdfRef);
                   document.add(Chunk.NEWLINE);
                   document.add(rtfRef);
              } catch (DocumentException de) {
                   System.err.println(de.getMessage());
              } catch (IOException ioe) {
                   System.err.println(ioe.getMessage());
              document.close();
    Help me how to read the Hyperlinks from the PDF file using java ...
    Thanks in advance,
    With Regards,
    J.Imran

    Instead of cross-posting unformatted code you could have taken a look at the API, because there you might have come across a method named getLinks...Even though it's not documented, I really suspect that it will return the Hyperlinks on a given page.

  • Hyperlinks from other placed indd documents or pdfs getting lost after export to PDF

    after upgrade vom CS 5.5 to CS 6: hyperlinks from other placed indd documents or pdfs getting lost after export to PDF
    I tried all options for the as well known and working export options

    after upgrade vom CS 5.5 to CS 6: hyperlinks from other placed indd documents or pdfs getting lost after export to PDF
    I tried all options for the as well known and working export options

  • I have file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Ac

    I have pdf file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Acrobat X Pro and Windows -7 platform.

    Yes, I just want to cover up all the pages for those particular area of document numbers.
    Nothing sensitive about it. I just want to show the correct document numbers on all pages in print out.
    So, I wanted to cover up by comments, but commenting on each page will be difficult. So, I wanted to comment the same on all pages.

  • Download doesn't work; i keep getting "unable to find firefox.exe" even when I open from program files folder; working onwindows xp with service pack 3

    download doesn't work; i keep getting "unable to find firefox.exe" even when I open from program files folder; working onwindows xp with service pack 3

    As you can see below, when I right click, I have no such option.  In the User Account Settings, I'm operating as the "System Administrator".
    Any other suggestions?

  • Hyperlinks to PDF files only work in Preview

    I cannot get any of my hyperlinks to PDF files to work in my
    ouput WebHelp file. The links work fine in Preview, but not in the
    actual output. And the files have been added to the baggage folder,
    and can be seen in the Baggage folder. Any help would be greatly
    appreciated.
    Thanks!

    Hi Retso
    Sorry for not replying earlier. I've been conducting a
    RoboHelp HTML class all day.
    Are you using RoboHelp HTML 6? If so, there is a new option
    labeled "Mark of the web" that could be nailing you. When you
    generate your WebHelp by double-clicking the layout, see if this
    option is enabled. If so, disable it and your PDF links should
    begin working. Note, however, that by DE-selecting this option, you
    could start seeing the Yellow Information bar as Internet Explorer
    ever so helpfully deems this as a security threat and blocks your
    WebHelp until you click it and allow the content to be shown.
    Cheers... Rick

  • Convert amount from flat file format to user format

    hi,
    how to convert amount from flat file format to user specific format.
    input:  1000.00
    output: 1.000,00 (user specific)
    thanks in advance

    move that value to a type WRBTR variable
    and use write statement.
    data v_wrbtr type wrbtr.
    data v_char(20).
    v_wrbtr = 1000.
    write v_wrbtr to v_char.
    v_char will contain the amount in user format.
    Prerequsite, go to SU3 transaction.
    Defaults tab, chose the decimal notation .
    Regards,
    Ravi

  • Unable to convert PDF files to any other file format using Acrobat XI Pro

    Acrobat XI Pro ver11.0.2
    Office 2013 Pro Plus
    Windows 8 Pro
    When I open a PDF file and try to export file to: Word, RTF, Excel, XML or PowerPoint, I woud receive the error below.
    Save As failed to process this document. No file was created.
    I recall in the past that I was able to export PDF to Excel & Word.  I simply tried the other file formats to see what happens.
    Unfortunately for me, this is happening to both of my machines.  Same version software except the other machine is Windows 7 Pro. I have admin level rights to both PCs.
    Not sure what to do at this point.
    As another test, I did the following.
    Created a document in Word, then saved as a PDF file.  Opened that PDF file to save as a Word doc and I received the error listed above.
    Any suggestions are appreciated.
    Thank you

    Thank you for the suggestions
    "Created a document in Word, then saved as a PDF file.  Opened that PDF file to save as a Word doc and I received the error listed above".
    I used another machine.  Created a Virtual Machine with Office 2013 and Acobat XI and I do not have issues with converting PDF to any of the available formats.  Its not the file I'm using, its the software itself that is the issue.
    Unfortunately, I did uninstall Office 2013 & Acrobat XI then reinstalled but I still have the problem so I can only guess once its broken in the registry, I will continue to have an issue.
    For now, I'm going to move Acrobat XI on the VM since I dont have time to reinstall Windows 8. 

  • Problems emailing any other file format other than a .jpg

    I am having problems emailing any other file format other than a .jpg in mac Mail in Leopard. Is anyone else having this problem?
    I have tried PDF, .tif and .doc documents, and they are small files, less than 150 kb. I have checked to ownership on the images and it says that I can read and write to them. I have also checked with my ISP and my mailbox capacity is 10 MB and was recently emptied. I am able to log into my ISP's webmail portal and send these types of attachments through there successfully, which has made me convinced that it has to do with Leopard or Mac Mail because I did not have these problems in Tiger.
    When I send a message like this, Mail says, "Sending" for a while, and then says "Cannot send message using server:(Name of my server) Sending the message content to the server failed. Select a different outgoing mail server."

    I've been sending .doc files with/without also .jpg as attachments without problems so it is possibly not a Leopard problem. I know this doesn't solve your problem though. Someone else may be able to solve the problem.

  • How to call this out by clicking button from other file??

    The following coding is easy and workable...!! i wonder how do i call this out by clicking button from other file... please help!!
    import java.awt.geom.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.awt.print.PrinterJob;
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.print.*;
    public class Receipt extends JPanel implements Printable, ActionListener {
    final static Color bg = Color.white;
    final static Color fg = Color.black;
    final static Color red = Color.red;
    final static Color white = Color.white;
    final static BasicStroke stroke = new BasicStroke(2.0f);
    final static BasicStroke wideStroke = new BasicStroke(8.0f);
    final static float dash1[] = {10.0f};
    final static BasicStroke dashed = new BasicStroke(1.0f,
    BasicStroke.CAP_BUTT,
    BasicStroke.JOIN_MITER,
    10.0f, dash1, 0.0f);
    final static JButton button = new JButton("Print");
    public Receipt() {
         setBackground(bg);
    button.addActionListener(this);
    public void actionPerformed(ActionEvent e) {
    if (e.getSource() instanceof JButton) {  
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(this);
    if (printJob.printDialog()) {
    try {
    printJob.print();
    catch (Exception ex) {
    ex.printStackTrace();
    public void paintComponent(Graphics g) {
         super.paintComponent(g);
         Graphics2D g2 = (Graphics2D) g;
         drawShapes(g2);
    public void drawShapes(Graphics2D g2){
    g2.drawString("Hello world",50,50);
    public int print(Graphics g, PageFormat pf, int pi) throws PrinterException {
    if (pi >= 1) {
    return Printable.NO_SUCH_PAGE;
         drawShapes((Graphics2D) g);
    return Printable.PAGE_EXISTS;
    public static void main(String s[]){
         JFrame f = new JFrame();
         JPanel panel = new JPanel();
         panel.add(button);
         f.getContentPane().add(BorderLayout.SOUTH, panel);
         f.getContentPane().add(BorderLayout.CENTER, new Receipt());
         f.setSize(580, 500);
         f.show();

    The following coding is easy and workable...!! i wonder how do i call
    this out by clicking button from other file... please help!!Copy the code from your main() method and put it into the actionPerformed() method of the other class. If you do not need to reference the instance of Receipt from the othe class, it is that easy.

  • Hyperlinks to pdf file not working

    I hope someone will be able to help me. I have been using PDF
    converter online for awhile now and on some of my websites. I know
    how to use hyperlinks (I am a webdesiger). All of a sudden, my
    hyperlinks are not working on any NEW ones I create. I click on the
    link on the website and it comes up with Error 404, Page not found.
    I am using regular word documents.
    The support team keeps instructing me on how to set up
    hyperlinks - I know how to do that.
    Is anyone else having this problem?
    Thanks!

    I am a new user to OnLINE Adobe. My hyperlinks from Word
    documents do not transfer to the PDF files. Please help!!!

  • Hyperlink from a cell to text in Pages

    Hi everyone,
    Here's my problem,
    I'd like to create a kind of hyperlink from a cell in a table in a Pages doc, so that the number in the cell automatically copy where I want in the doc.
    Ex: you want to copy an number  from a cell and paste it in a sentence so that you only have to change the number in the cell.
    Does anyone know how to do it?
    Thanks
    J

    Hi J,
    Nice! I was puzzled to know how it would work in Pages (your original post). I see that you have used Numbers to do this, with some of the Table (Tableau) borders white.
    Thank you!
    Now I know what you were trying to do, I found that this will also work in Pages with the same formulas:
    Here with all borders black:
    Cost cells formatted in Inspector > Table > Format > Currency > Euro
    Regards,
    Ian.

  • Hyperlinks to pdf files not working when project is exported out as SWF and uploaded to server

    hI all
    I'm using CS5 and i have hyperlinks to pdf files in my indesign project. However when i export to SWF, although the links work locally, they do not work when i upload all the relevant folders and files and test it from a server the links to the pdfs can not be found, the error messages indicates its looking for the files on my hard drive. I have also noticed that if i copy all the relevant folders and files and exported swf to a different directory and then launch swf from there the links do not work there either.
    Other than seperately uploading each pdf indvidually on to the server and then creating a hyperlink to it from the local indesign project i don't know what else to do.
    Any advice much appreciated.

    I have your same problem, but didn't consider uploading the PDFs and then linking to them. I'm willing to try it. Let me know if you ever found a better way, ok?
    Thanks.
    Lynn

  • Outlook 2010 paste from other programs not working.

    Hi,
    Win 7 SP1 x86 w latest patches. Win lang. ENG
    Outlook 2010 SP1 x86 w latest patches. Office lang. ENG
    Regional (date/time and so on) settings EE (Estonia)
    I have about 6 users with same conditions.
    When I'm trying to copy - paste from other programs like IE9, Word, Excel I'm unable to paste into Outlook message body.
    It just wont paste.
    Typically, Outlook shows me "thniking circle" for a millisecond or rarely just hangs.
    There are some exceptions:
    1. I'm able to paste into To: field
    2. I'm able to paste into Subject: field
    3. I'm able to paste even into body if I copied text from Notepad.
    4. I'm able to paste into body when I copied text from another email.
    Additional information:
    Outlook default message format "Plain text" (Rich text, HTML - does'nt matter)
    What I'v tried so far and results:
    1. Repair Office installation trough "Programs and features" - NO LUCK
    2. Changed default paste behaviour from other programs to "keep text only" - NO LUCK
    3. Used SAFE MODE - this helps, paste SEEMS WORKING correctly. Based on my knowledge, SAFE mode mainly disables Add-ins. OK.
    Disabled all Add-ins in normal mode so Outlook shows that "No Active Application Add-Ins" - NO LUCK
    So, I'm out of ideas. I think that this problem starts after installing Office 2010 SP1
    I don't want to uninstall SP1 because for me it's not a solution (SP1 won't dissapear from the list of updates), ok.. agree, it may be
    temporary solution but at the end of the day, there must be something else.
    Any ideas?
    rgds Sven

    Rename normailemail.dotm to .old when Outlook is closed and see if it works now.
    You can find the file here;
    C:\Users\%username%\AppData\Roaming\Microsoft\Templates
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info
    Thanx, NormalEmail.dotm did not do anything for me but the renaming the Normal.dotm in the same folder did the trick for me. I can paste links again into outlook :)
    Win7 SP1 and Outlook 2010 32bit

Maybe you are looking for

  • Error in communicating with DCR

    Preliminary question:      For LMS 3.2 on Windows, which is better 2003 or 2008?  Primary issue:      Background:  new install of LMS 3.2 on Windows 2008 sp2 Virtual Machine.           Upgraded Campus to 5.2.1           Upgraded RME to 4.3.1         

  • Playing HBO GO from iPad 2 on TV

    I had hoped to be able to tether my iPad 2 to a TV via the Digital AV Adapter that has the HDMI adapter and watch HBO GO.  But it appears that the app blocks my ability to do this (other apps like You Tube and Crackle work).  Is there any other way t

  • Deleting podcast subscriptions

    I have tried everything I can think of to delete podcasts I am no longer interested in, but they keep showing up on my I-Phone (4), even after synching. Have unsubscribed and deleted in I-Tunes.

  • [OIM] - Form Complex Lookup Query on child form

    Hi all expert I have two form, which is parent-child relationship. I need to form a lookup query on child form's lookupfield to let user select the value but lookup query depens on the parent form on what user selecting.. Example as: Parent form - Co

  • Error 3253 on my ipad air and laptop, how to fix please.

    Has anyone found how to fix this ? I have hundreds in songs  and  book chapters paused on this new ipad and on my laptop which is wired into Plus Net. I'm not a tech person and this is truly frustrating. Thanks