Url in pdf?

Is it possible to have a link in a pdf that's clickable by a user?
If so, how should I go about it?
Thanks.

Yes. After doing whatever you need to do to the PDF in Acrobat, go to File>Properties>Initial View. You can set the parameters there.
chasechris wrote:
Thank you so much.  Real quick question though...is there a way to make it so that when a user opens a pdf in a browser they are not confronted with the pdf at 198%?  Can I make it open at the full page length?

Similar Messages

  • Hide URL in PDF output in hyperlink , Maintain History within reports

    hi
    i have some issues to discuss for report output in pdf format.
    we are using java application to call reports via AS 10g, my issue are
    1) Hide URL in PDF output for hyperlink created.(Using username/password in Key is not enough)
    2) Maintain history as i call second report from my parent report then i want to go back to parent report.(Note here go.history or history.go(-1) work in HTML output format but not in PDF)
    3)To Call Child PDF report in new window(here again working fine target="_blank" for HTML output but not for PDF)
    regards
    abid

    Hi Ram,
    Not sure if this is possible.
    However, one workaround might be the following:
    1. Write a javascript that submits the URL using, say a POST method, and does not show the parameters in the URL. You will have to write this javascript code in the "Before Report" Report Escape. For a generic example on how to use javascript in a report, see Metalink Note 125652.1. This note shows javascript to disable the right-click of the mouse on the report output.
    2. Use the Hyperlink peroperty of the report to call this javascript function, eg,
    javascript:myfunction('http://machine:port/reports/rwservlet?report=...+server=...+empno=&empno')
    I am not a javascript expert, so I cannot give you an example of the function, but I hope someone in your team can find out.
    Navneet.

  • Can Preview recognize hyperlinks (embedded URLs) in PDF docs?

    I've been trying to research this online but I get conflicting answers. Can Preview recognize hyperlinks (embedded URLs) in PDF documents? If it can, then how are those created?
    I am using Adobe Acrobat Professional v7 (on Windows) and Preview doesn't appear to see the links I've created. Acrobat Reader on both Mac and Windows works fine.

    I don't have any documents that I can test straight off, but I know Preview is limited when it comes to some of the advanced features of PDFs and you have to use Acrobat Reader for those. This might be another of those.

  • Generate URL in PDF made with Smartforms

    Hallo,
    i wanted Generate URL in PDF made with Smartforms, i have done everything necessary with cuastmizing and programing, the PDF ist working good, but afer clicking on the link in my PDF , it doesnt work, and with debbaging , the FM HR_RCF_SF_URL_CALLBACK it was not generated,
    thank you for your help

    Hi,
    Post your thread in Form Printing forum for better response , here is the link
    Output Management
    Cheers
    bhavana

  • How can I open the right URL in PDF?It's like a bug in adobe reader.

    In my case, the PDF in our company always have a DOI on it, which is a URL can lead the reader to the article’s website page. But we found out that the URL in the PDF wouldn't show the link completely, If the URL is http://dx.doi.org/10.6310/jog.2009.4(3).3 in PDF, and I click the link, it will link to http://dx.doi.org/10.6310/jog.2009.4 . It is a big problem that would take the reader to the meaningless page. And it seems a bug, because the url is Ok if I use PDF-Viewer to open it. Can you help us to deal with this problem? Thank you.

    Parsing parentheses in a URL is a problem for Reader and Office as well. It's not a good idea to use parentheses in URLs for that reason. Some older browsers will even have trouble with them.
    The URL I get from that link is: http://www.airitilibrary.com/Publication/alDetailedMesh?DocID=P20140124001-200912-20140128 0011-201401280011-93-102
    Why not just use that?

  • Unexpected problem with links to URLs in PDFs

    Hi all
    I have some PDFs that contain some URLs which when hovered over or clicked behave as expected. I need to put these PDFs through our preflight software which checks and fixes things and writes out a new file. When the new PDF is viewed it no longer has active links. I can't change the preflight software but I just want to understand what's happening. The links in the PDFs are not created manually within whatever program created them (eg, Indesign) but are just make links by Acrobat/Reader (because the "Create links out of URLs option" is on) - if I turn that option off the links in the original PDFs stop working. In my tests some links still work in the new PDF but others not, but I can't see why some would and some wouldn't. Also, the links in the new PDFs that did work often didn't work the first time you opened the PDF but would the second time they were opened (after the program was restarted). The whole thing is just weird!
    The text in question is selectable text in the PDF (not vectorised or rasterised) and works consistently before the file is preflighted. But if it is still selectable text in the new PDF why wouldn't Acrobat/Reader show the links as normal. What could the preflight software have possibly done that would mess up that process?
    I'm checking the files in Acrobat Pro 10.1.10 (Windows), 8.3.1 and 9.5.5 on Mac.
    Any suggestions appreciated.
    thanks,
    Iain

    True. It preflights the original PDF and writes out a new file. The text in question is still selectable (not vectorised or rasterised) text in the PDF it outputs. Are there any special criteria for text that can't be made into links by Acrobat/Reader?
    I have created a couple of examples that illustrate the problem - that might help pinpoint exactly where the problem is occurring - https://www.dropbox.com/s/ltqxcht9ydgh9or/examples.zip. The "proper" hyperlink (created in ID) doesn't survive the process, which I expected. The web address at the bottom of the advert is not a proper hyperlink (it stops working if you turn off the "Create links out of URLs" option) but works in the before file but not the after.

  • URL Portlet PDF format, in new window?

    I have successfully installed the URL portlet and can render an Oracle report within in HTML format. I want it to display in PDF format, but it doesn't work...it displays source code. Is there a way to do this?
    Also, the report display in place...how can I have just the URL displayed to link out to new window? Thanks...

    Are you trying to render the PDF document inside the portlet? Portlets are really only meant to render content that can be displayed inside an HTML table. For a PDF document to share a page with other content, it needs to be in its own frame.
    You can create a portlet that just has a link in it if you want the report to display in a new window. This is pretty easy using Content Areas.
    null

  • In browser- URL of PDF where it imports FDF data

    I want to bring up my browser - put the URL of a PDF on a server that has fillable fields - and have the PDF automatically bring in the contents of an FDF file to populate the fields defined in the FDF file.
    There is ADOBE documentation of doing something like this:
    http://www.mydomain.com/abc.pdf#fdf=datafile.fdf
    That's all I want to do.  Simple.
    In detail - in a PHP program I want to create the FDF file just using fopen and fwrites - no additional packages - then my JavaScript calls an already created PDF file on the web with the PDF when brought up on the server side automatically imports the FDF my program created a few seconds ago.
    I do know about fdf_create in PHP but unfortunately the server I'm on is cpanel based and the hosting company cannot load a library for fdf_create related calls.
    I cannot seem to get this working.  I've called Adobe tech support.  A few months ago I reached someone who actually said "You've reached the right person.  Yes that is doable." and they confirmed what I wanted to do.   But since then the Adobe people I call don't seem to understand what an FDF file is even though that is what Adobe uses to communicate and has it in their documentation as     http://......abc.pdf#fdf=xxx.fdf
    Now I've even eliminated the step/chance that I've not created my FDF file properly.  I've gone into Acrobat Pro and done an extract to an .FDF file.   Then I've tried  http://www.myweb.com/abc.pdf#fdf=theAcrobatExtractedFile.fdf  and it still ignores the contents of the FDF file.
    I've also tried http://www.myweb.com/abc.pdf#fdf=http://www.myweb.com/extractedfile.fdf   fully qualifying the location of the FDF file.
    Help!  This is important.   Thank you.
    Jay

    I appreciate your help.  My Chrome brower was saying that.
    I started this quest of FDF into PDF because I had done it years ago successfully and because the Adobe Tech Support fellow told me that still worked (http://www.myweb.com/abc.PDF#fdf=xyz.FDF ) when I called him last October.  But let me pose the question in a different way  - is there a datafile (any format) that I can use as a parameter to a URL that is of a PDF?  XML, flat file, GIFF format, csv, pipe delimited, etc.   If there is a data file that I can do
    http://www.myweb.com/document.PDF#inputdata=filex   -or- another way to pose the question - if I'm going from PHP to browser PDF is there an example of calling the PDF from PHP where it loads PDF and data values from an outside source.... doing this without involving any other system/package?  Just PDF in a browser.
    The fdftk library for PHP is not accessible in my normally used host and also GoDaddy said they wouldn't load fdftk either.
    Note: If you go to the last page of this Adobe document:
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    you'll see their example http://example.org/doc.pdf#fdf=http://example.org/doc.fdf
    Thanks!  Help!

  • Bug Report: URLs in PDF footnotes cause problems in Preview

    Hi,
    I am using MacBook Air with Mavericks. I found a very annoying bug in Mavericks Preview: when there is a single URL in footnotes and the page has only one footnote, the whole page is "clickable" and links to the URL.
    Sample document: (Try left part in page 4)
    http://hazy.cs.wisc.edu/hazy/papers/acl2012.pdf
    When I put my mouse not over the URL, but over any part in the left part of this document, the content becomes clickable. This is really annoying since it simply prevent me from selecting the contents.
    Please do fix this ÅSAP! This simply makes reading in Preview much harder!!
    Thanks.

    Open Preview's Preferences (in the Preview menu), go to the PDF tab. Check the settings on that page, specifically in the Viewing section, "Smooth" - if it's not checkmarked, try doing that.
    When I tested a PDF just now, unchecking that item made the text go wonky like your sample on the left above.

  • How do I save a series of web URLs as PDFs?

    Twice a year I have to go to the same websites to visit specific URLs and then create a pdf of each page visited. I'd like to do this with Automator but cannot find any "create PDF from URL" actions or any ideas of how to do this some other way.
    Can you suggest any solutions, please? Ideally I want to create an Automator.app to do this so I can set it as a cron job to be done without needing any attention from me.
    Any suggestions?
    Mac

    Try this...
    http://www.apple.com/downloads/macosx/automator/downloadurlsaspdfs.html
    It's also possible to do with the actions in Automator but you don't have much control..
    1. Get Specified URLs
    2. Download URLs
    3. Print Finder Items
    You may need Adobe Acrobat (the application, not just the reader) to add the Adobe PDF to the list of available printers.

  • URL generation-PDF

    Hi,
    I have consolidated 10 sub reprots into one main report and generated the report in PDF format.My users want to see the report output as a URL link. I mean once the PDF file has been generated is it possible to give a link to the users where they can run the URL to see the output of my report.
    Note: Apart from the URL is there any way to share the report to the users, except sending the report to their mail-ids...
    I would appreciate all your help.
    Thank you,
    Best Regards,
    Satya

    Hi Satya
    It is possible for the users to view the report through URL reporting.
    You will have to generate the URL for the specific report and run the URL through the browser.
    Please let us know if you need any further information.
    Regards
    Ashwini Yadav

  • HTML/URL to PDF

    Hello everybody,
    I'm trying to get a module working which should transform HTML code into pdf.
    Unfortunately this is not working. I tried different versions like:
    - iText
    - flyingsourcer (https://xhtmlrenderer.dev.java.net/
    - FOP
    - http://www.allcolor.org/YaHPConverter/
    - http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html?page=3
    Mostly I get an error while parsing the HTML-Code (given by a stream from w URL e.g. http://www.google.com). There is no HTML code that 100% correct in the www.
    Has anyone made such a project? Can anyone pass me a hint how I can get that working?
    I would be pleased for hints that anone has already tested because there are a lot of libs that promise that it should work but it doesn't.
    Best regards,
    nobody

    Hello,
    I've now tested a lot with the concept of http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html?page=1 which typically working like a lot of other things.
    Unfortunately normal pages like http://www.google.com cause errors:
    Tidy (vers 4th August 2000) Parsing "InputStream"
    line 1 column 106 - Warning: <style> lacks "type" attribute
    line 1 column 1.404 - Warning: <script> lacks "type" attribute
    line 3 column 1.100 - Warning: <nobr> is not approved by W3C
    line 3 column 1.171 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.264 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.356 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.447 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.544 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.717 - Warning: missing </nobr> before <div>
    line 3 column 1.729 - Warning: inserting implicit <nobr>
    line 3 column 1.729 - Warning: discarding unexpected <a>
    line 3 column 1.732 - Warning: discarding unexpected </a>
    line 3 column 1.775 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.870 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 1.965 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.060 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.112 - Warning: missing </nobr> before <div>
    line 3 column 2.126 - Warning: inserting implicit <nobr>
    line 3 column 2.126 - Warning: missing </nobr> before <div>
    line 3 column 2.126 - Warning: trimming empty <nobr>
    line 3 column 2.141 - Warning: inserting implicit <nobr>
    line 3 column 2.141 - Warning: trimming empty <nobr>
    line 3 column 2.141 - Warning: trimming empty <div>
    line 3 column 2.147 - Warning: trimming empty <div>
    line 3 column 2.153 - Warning: inserting implicit <nobr>
    line 3 column 2.153 - Warning: discarding unexpected <a>
    line 3 column 2.156 - Warning: discarding unexpected </a>
    line 3 column 2.198 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.303 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.381 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.470 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.561 - Warning: unescaped & or unknown entity "&tab"
    line 3 column 2.592 - Warning: missing </nobr> before <div>
    line 3 column 2.606 - Warning: inserting implicit <nobr>
    line 3 column 2.606 - Warning: missing </nobr> before <div>
    line 3 column 2.606 - Warning: trimming empty <nobr>
    line 3 column 2.621 - Warning: inserting implicit <nobr>
    line 3 column 2.621 - Warning: trimming empty <nobr>
    line 3 column 2.621 - Warning: trimming empty <div>
    line 3 column 2.627 - Warning: trimming empty <div>
    line 3 column 2.633 - Warning: inserting implicit <nobr>
    line 3 column 2.633 - Warning: discarding unexpected <a>
    line 3 column 2.636 - Warning: discarding unexpected </a>
    line 3 column 2.731 - Warning: discarding unexpected </nobr>
    line 3 column 2.772 - Warning: trimming empty <div>
    line 3 column 2.807 - Warning: trimming empty <div>
    line 3 column 2.888 - Warning: <nobr> is not approved by W3C
    line 3 column 2.912 - Warning: unescaped & or unknown entity "&pref"
    line 3 column 2.920 - Warning: unescaped & or unknown entity "&pval"
    line 3 column 2.927 - Warning: unescaped & or unknown entity "&q"
    line 3 column 2.979 - Warning: unescaped & or unknown entity "&usg"
    line 3 column 3.111 - Warning: unescaped & or unknown entity "&hl"
    line 3 column 3.285 - Warning: <table> lacks "summary" attribute
    InputStream: Document content looks like HTML proprietary
    53 warnings/errors were found!
    [WARNING] Screen logger not set - Using ConsoleLogger.
    [INFO] setting up fonts
    [ERROR] Unknown enumerated value for property 'text-align-last': relative
    [ERROR] Error in text-align-last property value 'relative': org.apache.fop.fo.expr.PropertyException: No conversion defined
    [ERROR] defaulted font to any,normal,normal
    [ERROR] unknown font sans-serif,normal,bolder so defaulted font to any
    [ERROR] Error while creating area : Error with image URL: \intl\de_de\images\logo.gif (Das System kann den angegebenen Pfad nicht finden) and no base URL is specified
    In that case its not that big problem. Only pictures are not shown in the output pdf.
    Pictures are big problems because there no chance to chance he native into a direct path. So I get errors when I try to convert www.sun.com:
    [ERROR] Error while creating area : Error with image URL: \im\a.gif (Das System kann den angegebenen Pfad nicht finden) and no base URL is specified
    Exception in thread "main" java.lang.NullPointerException
    at java.io.FileOutputStream.write(FileOutputStream.java:247)
    at html2pdf.Html2Pdf.main(Html2Pdf.java:91)
    A big problem also appears when I try to open XHTML URLs like http://en.wikipedia.org/wiki/XHTML.
    As you can read there are a lot of problems. I don't know if the concept of javaworld to convert html to pdf is up to date. Now its not the problem of the syntax of the HTML files. Unfortunately its not a problem that can solved with JTidy or a grphical module which is used in this thread (url from above): http://forums.sun.com/thread.jspa?forumID=31&threadID=5284184 Whith this I don't get any XHTML converted.
    Is there another chance to convert html2pdf ?
    nobody85

  • Make URL-like text a real URL in PDF file.

    Hi!
    I have a task to make all URL-like text (and e-mail-like text later) in a PDF file a real URLs. It's needed for the pdf2swf tool (SWFTools) to produce swf with clickable links.
    As i undestand Acrobat reader automatically converts such text into links, but the pdf2swf don't.

    Reader will only convert the links if the start with http://. Links that start with www won't be recognized. Also,
    that option can be turned off by the user so I wouldn't depend on them.
    You would need to use the link tool in Adobe Acrobat to create actual links.

  • Unabel to get complete URL in PDF with Acrobat 7.0

    Hi
    I am working with Indesign CS2, Now a days i am facing one comic problem. My PDF file with acrobat professional 7.0, Unable to handle complete URL which is having "period or under score" in between.
    For Example [email protected]
    In PDF file that will appear [email protected]

    Hi Bob
    Sorry for inconvenience.
    Acrobat automatically generate the hyperlink from URL but Acrobat 7.0 unable
    to generate complete link for URL, Incase inbetween of URL there is any
    "period or underscore" present. For EXP [email protected] this URL
    has an indesign file after created the PDF and open with Acrobat 7.0 this
    will be shown [email protected]
    Is there any way to overcome this problem with Acrobat 7.0.
    However Acrobat 8.0 has this compatibility.

  • How to display URL on PDF copied from web page;Does from Safari browser/Not Firefox

    When I make a PDF document from a web page when in Safari, it automatically puts the URL in with the document but not when I'm using Firefox.

    What is the format of that online document - is it an image, or is it perhaps already a PDF document?  If so, you can right-click on it and save it to your local disk.

  • Save Many/Bulk URLs as PDF

    I have a lot of url files that I would like to save as pdf and it would be a pain to open all the pages and save them individually as pdf so I want to find a program that would let me save them all as pdf files. I tried it via automator with downloaded convert to pdf actions but they didn't work. Any suggestions?

    Try this as a option: CombineTextFiles Service - 1.0
    http://www.versiontracker.com/dyn/moreinfo/macosx/75183793

Maybe you are looking for

  • Create task from conversation thread in news feed - Task must be created in custom task list

    Hi All,<o:p></o:p> Have a new requirement were user should be able to create a task for himself from a conversational thread in News feed.<o:p></o:p> In SharePoint 2013 we have a functionality where we can follow up on a conversation and it creates a

  • Updating itunes on a mac laptop. Help.

    I just bought a used mac laptop. I have NO idea what kind this is, or even how to use the operating system.  I'm trying to update the itunes to 10.5, but it asks me for a password to do that.  I tried entering my apple store user id and password, and

  • What do I need to install OSX on an A1095

    My daughter sent me an older G4 PowerBook A1095 that had the hard drive erased after she stopped using it. I want to get it operational; but don't have any Apple OS/X software to install on it. What is the least expensive way of obtaining the O/S sof

  • Show key instead of text in ME51N for PR document type

    Hi, did anyone know how to show key instead of text in ME51N for PR document type? How can I remain the setting after shut down the PC? Thanks.

  • Database refresh from Prod to UAT

    Please check whether i have missed out any step in database refresh in 11.5.10.2 Step 1 preclone executed on source Instance Step 2 copied all datafiles in backup mode to UAT instance Step 3 controlfile create and opened db in resetlogs. Step 4 adcfg