Linking Portfolios

Can I link 2 versions of a portfolio. For example the one I am working on linked to the master copy stored on other media?
Many thanks

Number 1:
When you create a portfolio of pdf documents, can you remove documents later.
--| Yes.
Number 2:
Can you create hyperlinks between pdf documents within a portfolio?
--| Yes. Working from within a Portoflio you can create links from one PDF to another PDF in said Portfolio.
     In fact, if you want to use links between PDFs in a Portfolio, this is the only way to do it.
     Inter-file links between PDFs that are made prior to placing the PDFs into the Portfolio will no longer function
     once the PDF files are in a Portfolio. Essentially, files in a Portfolio are attachments to the "host" Portfolio PDF
     which provides the Portfolio user interface. As attachments within a PDF the link path for inter-file links (established when the PDFs where
     stand alone) is no longer valid.
If so, is this done in Word before converting to pdf,
--| With proper configuration of Adobe PDFMaker the intra-file Hyperlinks will become intra-file links in the PDF.
    These will be present and functional in the PDF after the PDF has been brought into the Portfolio.
or do you create the bookmarks and links after you create the pdf?
--| With proper configuration of Adobe PDFMaker, PDF Bookmarks (in the output PDF) can be made from Word's
    Headings &/or Styles.
    These PDF Bookmarks, to content within the PDF, will be present and
     functional when the PDF is brought into the Portfolio.
Be well...

Similar Messages

  • Rolling up data into a single report, CRMOD just cannot do it?

    So far as I've learnt, CRMOD is unable to do reports such as this and I'm hoping someone will correct me as I find it to be quite a crippling deficiency in terms of flexibility in delivery reports that clients want.
    Take this example of an ERD:
    http://img215.imageshack.us/img215/1574/erdg.jpg
    Portfolio would be a Custom Object 1, Account Allocation and Financial Info would be Custom Object 4 and 5 let's say.
    Portfolio to Account Allocation is a many-to-many relationship, hence the intermediate Account Allocation object which also has fields of its own.
    As far as I know, I will not be able to report on, an aggregate of all the financial info (e.g. SUM of a currency field in Financial Info) of all the accounts associated to a portfolio. Because of the way CRMOD reports tries to make a link between ALL objects in a single report, putting all 4 together won't work since Financial Info is not in any way linked directly to Portfolio or Account Allocation.
    I know I can link Portfolio to Account Allocation and Account (with the metric from Account Allocation), but then I cannot bring in Financial Info at the same time.

    I am aware of the Portfolio object in the GWM vertical, I was just using it as an example entity to show how the relationships are. :)
    I've used Combined Analysis many times before, but it will not help for a situation like this.
    But yeah, just seeing if any new workarounds to this have come up recently. Personally I find this to be one of the biggest deficiencies with the CRMOD reporting engine.
    It would be great if they would just provide an option to write Oracle PL/SQL code to pull data out from tables ourselves sometimes, then we can specify our own INNER/OUTER joins haha. :D

  • Cycle images in a thumbnail gallery

    Hi, I'm very new to HTML, so please bear with me. I'm
    currently using a "Thumbnail Gallery" style page for my online
    portfolio (when the cursor hovers over a thumbnail the image pops
    up to the left of it) Here's a link:
    Portfolio
    What I'm wondering is, would it be possible to cycle through
    several images, when the cursor hovers over a Thumbnail (instead of
    just one image for each thumbnail)? I'm thinking of showing several
    views of a single model in my 3D section.

    You could try and combine the code with a slide show like
    this one...
    http://www.lisajaynedann.co.uk/
    If you are not confident about trying to combine the code (I
    wouldn't be!) then you could have the page as you have it now, but
    require the users to click each thumbnail, instead of hovering to
    select the next slide show. By clicking each thumbnail would link
    to a new page, carrying the separate slide show.
    You could also try and find a script that follows a link on
    hover rather than having to click.

  • How create a bucket in PPM 6.0?

    Hi!
    Opened link Portfolio management - Portfolio structure and i see buckets list but there is no button to create it. This is wrong place to create buckets or i need more rights to do it?

    Hi Maxim,
    And also check whether you have admin authorisation for the portfolio, where you are trying to create the bucket. Either you have to assign manually the admin authorisation in the 'Miscallaneous' tab of existing portfolio or you get admin authorisation when you create a portfolio.
    To get super access of all portfolios, you need to have authorisation object 'ACO_SUPER' with activity admin and relevant portfolio objects (pls ignore old authorisation objects).
    Regards,
    Ravi

  • My getURL code redirects the parent page, help!

    my getURL code redirects my parent page to a weird blank page
    and display "[object]" in the top left corner. I notice my source
    code wipes out and the "[object]" is in there. Does anyone have any
    suggestions?
    Here's the website -->
    http://dev.expertcs.com/elsabet
    Click on the link portfolio, and click on the main picture
    display to see the problem I'm experiencing.
    Here's the code below:

    Thanks for the extra info...
    Could be the 3 or 4 Digit Security Code on the back of your Credit Card...
    http://support.apple.com/kb/TS1646

  • Can someone help me with this css?

    Hi,
    I have a navigation drop down menu, it is a horizontally arranged top level with a second horizontal sub menu that appears when you hover over one item (Portfolios).  Once you have selected a portfolio from the sub menu,  the sub menu disappears.  I would like it to remain visible while a portfolio is selected (the two highlighted titles will better indicate to users exactly where they are) and then disappear when a different top level menu item is selected.  You can view it working here.  http://tinyurl.com/4g6vnkg  Hover over the link Portfolios to see that the Business Portfolio is selected.  Navigation is connected to my site, If you accidentally hit a link use the reverse arrow to return.
    The css is as follows:
    #navbar /* BEGIN HORIZONTAL DROP-MENU */
      position:relative;
      width: 100%;
      text-align:center;
      padding: 0;
      margin-top: 10px;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
    #navbar li {
      list-style: none;
      font-size: 12px;
      float: left;
      text-align: center;
      margin: 0px;
      padding: 0px;
      font-weight: lighter;
      color: #6C6D7B;
      text-decoration: none;
    /**top level menu**/
    #navbar li a, #navbar li a:visited {
      display: block;
      text-decoration: none; /* space between links */
      color: #6C6D7B;
      width: 160px; /* adjust as needed or use auto */
      padding: 0;
      font-weight: lighter;
      line-height: 15px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: center;
      margin: 0;
    /**top menu style on mouse over**/
    #navbar li a:hover {
      color: #70D361;
      font-size: 12px;
      font-weight: bold;
    body.home #navbar a.home,
    body.about #navbar a.about,
    body.portfolios #navbar a.portfolios,
    body.landscape #navbar a.portfolios,
    body.landscape #navbar a.landscape,
    body.personal #navbar a.portfolios,
    body.personal #navbar a.personal,
    body.business #navbar a.portfolios,
    body.business #navbar a.business,
    body.commercial #navbar a.portfolios,
    body.commercial #navbar a.commercial,
    body.industrial #navbar a.portfolios,
    body.industrial #navbar a.industrial,
    body.editorial #navbar a.portfolios,
    body.editorial #navbar a.editorial,
    body.contact #navbar a.contact,
    body.links #navbar a.links {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      color: #292E52;
    /**sub-menu**/
    #navbar li ul {
      display: none;
      text-align: center;
      margin: 0;
      padding: 0;
    /**top menu items placement**/
    #navbar li:hover ul, #navbar li.hover ul {
      display: block;
      position: absolute;
      width: 800px;
      margin: 0px;
      left: 0px;
      height: 90px;
        padding: 0px;
    /**drop down list items placement**/
    #navbar li:hover li, #navbar li.hover li {
      position: relative;
      float: left;
      width: 133px;
    /**drop-menu style**/
    #navbar li:hover li a, #navbar li.hover li a {
      margin-top: 0;
    /**drop-menu style on mouse over**/
    #navbar li li a:hover {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: #70D361;
      text-decoration: none;
    /* Clear floated elements at the end*/
    #navbar:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
    /**END HORIZONTAL DROP-MENUS STYLES**/
    I have tried to change this property but it changes top level items from portfolio on and the sub menu items to a vertical list, can someone tell me what's missing?
    Thanks
    Chris

    I think this is your code originally
    Yeah. And I'm ashamed to admit it's outdated now.
    Google's Page Speed Insights have changed how we must approach web design.
    And more specifically links.
    Size Tap Targets Appropriately - PageSpeed Insights — Google Developers
    Nancy O.

  • Link to A folder View in a PDF Portfolio - feature no longer working - please advise

    Hi, I am no longer able to link to a Folder View of a PDF Portfolio:
    Within a PDF portfolio i need to link from a PDF to a folder view in the Portfolio. I am using Link Action - Go to Page View.
    This used to work for me - very important feature that no longer works. Please advise a workaround.
    Steps:
    1. Start a PDF Portfolio that contains files and folders
    2. Open a PDF in the Portfolio
    3. in the opened PDF click Add or Edit Link
    4. Define a link area and set it to Go To A Page Vies
    5. In the past i have been able to target a Folder View in the Portfolio - ie. direct a user not to a file, but instead to a folder view that contains relevant files. I would do this by setting the Target Page View to my desired folder view
    6. This used to work in bringing a user to the folder view i specify. Now it does nothing. If i go back to the PDF and EDIT the Link i see this. File: Parent Document Page 1. This in fact does nothing.
    Please advise, am i doing this wrong, it used to work. I have tried several workarounds, with no luck.
    thanks!
    Alejandro Collados-Nunez
    Graphic Designer | Art Director
    | e: [email protected]
    | w: www.1lb.ca

    There's an extension or two, or a combination of extensions which seem to be causing that in Firefox 6.0.2. One that has been mentioned is TabMix Plus.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    You need to figure out what is causing it, and disable that extension/s until they are fixed by their developer.

  • PDF-Portfolio: link doesn't open a document in a new window

    Hello,
    i use Acrobat 9 Pro on Win XP SP3.
    I will use a link from a maindocument into a PDF-portfolio to another Portfolio document in the same file.
    But the (linked) document should be open in a new window.
    I can customize the option: targetdocument open in a new window, but this option/function doesn't work.
    The document will always open in the same portfolio-window.
    (Create link with link tool>add action>go to a page view in another doc> set link> edit action> open targetdocument in: a new window)
    sorry, for the description, but i have only the german GUI.
    Is there a change to use a JavaScript in the link?
    Thanks for response, maikro.

    Check if this KB might be of any help:
    https://support.mozilla.org/en-US/kb/tab-preferences-and-settings
    Thanks!
    Om Prakash

  • New to PDF Portfolios - Need to Link between PDF, Word & Excel Docs

    Hello All,
         Thanks in advance for your help.  I'm new to the Adobe X Pro & making portfolios.  I have figured out how to create a portfolio.  My portfolio has a main pdf document and several folders with pdf, word & excel files in them.  What I’m trying to do is link from my main document (pdf file) to the other files (word, excel & pdf) that I’ve added to the portfolio.  I’ve tried linking to a pdf file and a thumbnail of the word doc (because I did find that I can’t link to the actual word or excel doc).  When I create & test the link (for both the pdf file & the thumbnail of the word doc) it is there; I can click the link I created and it will go to the word doc.  If I close the portfolio & reopen it the link to the pdf file is there, but the link to the word doc isn’t there anymore.  That link now goes to the main pdf file and not the word thumbnail or even the folder where the word doc is saved.  Any ideas on what to do?  Thanks.

    As Dave has noted you can not do this.
    Acrobat/Reader would need to know what program to use to read the data in the document and since there can be many different programs that could read your document,  Acrobat/Reader would need to know exactly which program to use on one's system. You might only have MS Office but others might have both MS Office and OpenOffice.org and might prefer to use OpenOffice.org unless there is a feature that is only available to MS Office. Yes it is possible to create a program that can be configured to use specific helper programs, but it can have a real impact on system efficiency. It is easy enough to download or extract the non-PDF document and then use your program of choice. Just look to MS Outlook for a program that can not always open an attachment, especially PDF files.

  • Linking to a Folder View of a PDF Portfolio - feature no longer working - please advise

    Hi, I am no longer able to link to a Folder View of a PDF Portfolio:
    Within a PDF portfolio i need to link from a PDF to a folder view in the Portfolio. I am using Link Action - Go to Page View.
    This used to work for me - very important feature that no longer works. Please advise a workaround.
    Steps:
    1. Start a PDF Portfolio that contains files and folders
    2. Open a PDF in the Portfolio
    3. in the opened PDF click Add or Edit Link
    4. Define a link area and set it to Go To A Page Vies
    5. In the past i have been able to target a Folder View in the Portfolio - ie. direct a user not to a file, but instead to a folder view that contains relevant files. I would do this by setting the Target Page View to my desired folder view
    6. This used to work in bringing a user to the folder view i specify. Now it does nothing. If i go back to the PDF and EDIT the Link i see this. File: Parent Document Page 1. This in fact does nothing.
    Please advise, am i doing this wrong, it used to work. I have tried several workarounds, with no luck.
    thanks!
    Alejandro Collados-Nunez
    Graphic Designer | Art Director
    | e: [email protected]
    | w: www.1lb.ca

    There's an extension or two, or a combination of extensions which seem to be causing that in Firefox 6.0.2. One that has been mentioned is TabMix Plus.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    You need to figure out what is causing it, and disable that extension/s until they are fixed by their developer.

  • PDF Portfolio - Web links do not work

    Hello,
    I created a PDF with web links from a Word document. The links worked correctly in the PDF. I then imported the PDF into a portfolio (Acrobat X Professional, using the Grid layout). When I opened the PDF in preview mode the links no longer worked.
    I need a way to either make the links work in preview mode in the portfolio, or to have it so that when you double click on the file it opens up outside of the portfolio.  Any help with achieving this would be greatly appreciated?
    Thank you!

    Hi,
    Would you try this experiment so that we can diagnose the problem?
    On your Windows or Mac desktop computer, would you open the PDF document in Reader and check the General Preferences?
    Preferences > General > Basic Tools > Create links from URLs.  Is the "Create links from URLs" check box selected?  (It is selected by default.)
    Would you deselect it, close the PDF document, and reopen the PDF document?  Do the links still work in the desktop version of Reader?

  • PDF Portfolio with Index Doc (and links)?

    Hello all.
    I'm a newbie at Porfolios, and have version 9 on windows. I also have version 10 at work.
    I want to take an excel spreadsheet (converted to pdf) and make it a main index in my portfolio; whereas when someone clicks on the index, it starts at a first page; allowing them to view the list of assets, and then click an asset name (link) which takes them to a sub file in a sub folder, or just a sub file. I don't think I ever go more than 2 link clicks to get to the bottom of the tree.
    I was able to create the index, and links, and on both 9 and 10 (windows) it follows the links nicely.
    The problem? There's no logical button or menu choice that I can find which takes me back to the main index after I've hit the bottom of the tree.
    Thoughts?

    I don't need the detail of when the pdf was added to the portfolio.  I
    need know which dwg or jpg or word file was converted and the original
    created date of that file for control of information.
    That is impossible; sorry. For some *very specific* types of conversion to PDF the pdfx:SourceModified XMP tag will be set to show the last-modification date of the source file (for example DOCX files converted using MS Word), but there will never be a human-readable record of the source filename or its creation date unless you have manually added them as document XMP properties after conversion (this is what the "Custom Properties" dialog is for). To embed source data automatically would raise no end of privacy and security problems for customers, who most certainly do NOT want their recipients seeing details of internal documents.
    Without writing a plugin there's no access to the internal workflow of the Combine Files dialog, so you cannot use a script to read the names and dates of the files *before* conversion and store them automatically in the new PDF Portfolio's Fields array.

  • Link between files in Adobe Portfolio

    Hello,
    I was wondering if there was anyway to jump to certain pages on certain files within a pdf portfolio.
    Essentially what I want to have is a table of contents with various links that say jump to page 3 ...etc
    I found something similar that might or might not help and here is the code:
    xfa.host.setFocus("page2.TextField1")
    This code within a button will jump to "TextField1" on  page 2 when clicked.
    It would be really neat if there was a way to somehow use this or another idea to jump to pages on different files within a pdf portfolio and essentially create a network between all the files.
    thanks,
    -vargs

    Hi,
    According to your description, you want to open pdf file in the Adobe Reader directly from document library.
    I suggest you do as the followings:
    1. In SharePoint Central Administration site, click Application Management->Manage Web Applications, select the web application for the site. Click Authentication
    Providers, select default zone, and select Yes for "Enable Client Integration?".
    2. click Site Settings-> Site collection features->"Open Documents in Client Applications by Default" click Activate
    3. set the default open behavior for a document library by using the document library settings page.
    4. Enable the “Adobe Arcobat SharePoint OpenDocuments Component”add-on in the IE11.
    5. Add your current site URL to the trusted web sites in IE11.
    There is a similar threads for your reference:
    http://blog.mikehacker.net/2010/05/03/unable-to-open-pdf-directly-from-sharepoint-2010/
    Thanks,
    Wendy Li
    TechNet Community Support

  • PDF Portfolios Source File links

    Is there a way to allow editing in the source files original location & have the portfolio stay linked & update from this, rather than portfolio automatically copying the source file to a temporary location?

    No, and I doubt there ever will be. A PDF Portfolio is just a set of attachments, so think of it like a ZIP file - the documents you add to it become embedded copies rather than links, and to include information in the Portfolio about where the original files came from would be a huge privacy issue. Would you want a customer finding out their quotation came from a folder called "quotes/annoying clients/2012" ??

  • PDF Portfolio - add web link to image

    The layout for my pdf portfolio is an image where i want to have links to.html pages over the image.  Is that possible?
    The only links that I see you can drag on the image are images or .pdfs.
    Thanks!

    Open Preview, and check Help > Annotate a PDF.  It describes such things as adding a text bubble, etc.
    There is no explicit way to add a link in Preview.  Preview is, after all, primarily a viewer with a few markup tools.
    I happen to use a product called PDFPen which is available in the App Store to mark up PDFs.
    I have no financial interest in PDFPen.  I am a reasonably satisifed customer.

Maybe you are looking for