Can Acrobat XI convert an HTML file that contains an image map?

An HTML page I have has a complex image map with many links. It works fine in HTML but in converting it to PDF in Acrobat 11, only the top row of links in the map work. Clicking vertically below one of these links activate the link at the top but not the intended one.
I found this about creating an image map http://tinyurl.com/c6sonnj but do not understand the reference to Scene 7.
If it helps here is the HTML:
alt="Mute Button" title="Mute Button"/><area href="/man/Audio_Tracks#solo" shape="rect" coords="61,245,108,262" alt="Solo Button" title="Solo Button"/><area href="/man/Audio_Tracks#gain" shape="rect" coords="20,268,101,290" alt="Track Gain Slider" title="Track Gain Slider"/><area href="/man/Audio_Tracks#pan" shape="rect" coords="20,291,101,320" alt="Track Pan Slider" title="Track Pan Slider"/><area href="/man/Audio_Tracks#collapse" shape="rect" coords="31,371,93,389" alt="Track Collapse button" title="Track Collapse button"/><area href="/man/Audio_Tracks#scale" shape="rect" coords="109,191,140,389" alt="Vertical Scale" title="Vertical Scale"/><area href="/man/Audio_Tracks" shape="rect" coords="141,196,749,292" alt="Left Channel of Stereo Audio Track" title="Left Channel of Stereo Audio Track"/><area href="/man/Audio_Tracks" shape="rect" coords="141,293,749,390" alt="Right Channel of Stereo Audio Track" title="Right Channel of Stereo Audio Track"/><area href="/man/Audio_Tracks#panel" shape="rect" coords="12,194,108,390" alt="Track Control Panel" title="Track Control Panel"/><area href="/man/Selection_Toolbar#rate" shape="rect" coords="20,447,100,470" alt="Project Rate Drop-Down Menu" title="Project Rate Drop-Down Menu"/><area href="/man/Selection_Toolbar#snap" shape="rect" coords="131,450,196,468" alt="Snap To Checkbox" title="Snap To Checkbox"/><area href="/man/Selection_Toolbar" shape="rect" coords="9,423,771,479" alt="Selection Toolbar" title="Selection Toolbar"/></map>

Only via the Print Dialog's Save As Adobe PDF Workflow.  However, Pages has it's own export to PDF that works wonderfully and saves hyperlinks.

Similar Messages

  • Why does DW CC 2014.1 Fluid Grid load HTML file that contains Google Analytics Tracking Code script so slowly?

    I exclusively work in Fluid Grid since my site is a Responsive Web Design.  I'm having trouble with slow load time in DW CC 2014.1, when my file, as they all do of course, has the Google Analytics Tracking Code script.
    I'm on a Windows 8.1 using a Dell Precision M3800 Laptop with Memory 16GB (2x8GB) 1600MHz DDR3 . Each of our site's 180 or so web pages, of course, has its Google Analytics Tracking Code script. It is placed, following Google instructions, as the last entry in the <head>.  Google Analytics does not instruct to place the script in the JS Folder with an scr to it, but rather in the <head>.  It takes up to one and a half or two minutes for DW CC 2014.1 to load the Google Analytics Tracking Code script .  That is, the grid does not show in Live View until finally analytics.js shows up in the Document Toolbar. A minute or two can add up when every page you load takes this long.  And, making new Fluid Grid pages, as is done, through the Save As command; every new page made you have to deal with the minute or two wait time since all those pages have the Google Analytics Tracking Code script.  Therefore, this time component alone, assuming I'm accessing and/or making 20 pages per week (and in our business this is easily the case) the math is that I'm wasting between 17 and 35 hours per year just with DW CC 2014.1 loading the much needed Google Analytics Tracking Code script.
    I have loaded HTML files that do not have the Google Analytics Tracking Code script as a test and those files load at the normal quick speed.
    Therefore, the new Chromium Embedded Framework browser engine has a serious load problem when it confronts an HTML5 file with a Google Analytics Tracking Code script.  Oddly, the prior DW CC 2014 version, with the old browser engine did not have this slow-load problem since I was loading these same files in that DW CC version up until October 8th or so.
    I think this new browser engine is a Google platform that apparently has a problem rendering or loading a Google Analytics Tracking Code script.  That makes no sense.
    Anyone else had this particular slow-load problem with DW CC 2014.1?
    Thanks.

    Wow.  That sure solved the slow-load problem, at least using your suggested snippet in a simple test HTML file.
    Per Google's instructions, I pasted the snippet before the closing </head> tag.  And, even in that positioning in the file; the file loaded at the speed (about one second) that it did prior to DW 2014.1.
    Two questions.
    Will this snippet provide the same tracking data as my current GA snippet?
    Because my current GA snippet is in about 200 web pages, can I retain the old snippet in most of them and place the new snippet in my approximately 5 main web pages as well as my templates so my new pages, as well as my main pages, have the new snippet.  That is, can I have both snippets (i.e. old snippet in earlier pages and new snippet in main pages and new pages to be made going forward) in my website at the same time?
    Of course I would not have both the old and new snippet in a web page at the same time.
    I greatly appreciate any assistance anyone can provide me on this issue and thank all of you in advance.
    I've provided code for both simple test files below.
    Code for Asynchronous Syntax of GA script:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test Asynchronous GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-73425000-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>
    Code for older GA script snippet:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Test GA Tracking Code In Head</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="/css/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="js/respond.min.js"></script>
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-73425000-1', 'auto');
      ga('send', 'pageview');
    </script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">
        <div id="test1" class="fluid ">This is the content for Layout Div Tag "test1"</div>
       <div id="test2" class="fluid ">This is the content for Layout Div Tag "test2"</div> 
    </div>
    </body>
    </html>

  • How can i open a downloaded mp4 file that is zipped?  Witch will not open.   And, Convert that mp4 to play on my iMac with Maverick osx ?   I there an app or apps i need to buy ?

    how can i open a downloaded mp4 file that is zipped?  Witch will not open.   And, Convert that mp4 to play on my iMac with Maverick osx ?   I there an app or apps i need to buy ?

    You should be able to open the zipped file by double clicking on it.
    http://www.videolan.org/vlc/index.html
    This link is for a VLC Player it can play just about everything.
    Cheers
    Don

  • How can I convert a pdf file that's larger than 100MB to word

    How can I convert a pdf file that's larger than 100MB to word?
    I have just paid $20 to Adobe to get this facility but It won't work ,
    as the pdf is larger than 100MB,
    I actually believe that I have paid twice for adobe but I'll take this up with them,
    in the meantilme,
    do you have any suggestions, I really need this material in word urgently,
    many thanks
    Shanna

    If your files are this large, ExportPDF is the wrong tool for you. You need Adobe Acrobat, which runs locally and does not need to send your files to Adobe.

  • Create HTML file that can display unicode (japanese) characters

    Hi,
    Product:           Java Web Application
    Operating system:     Windows NT/2000 server, Linux, FreeBSD
    Web Server:          IIS, Apache etc
    Application server:     Tomcat 3.2.4, JRun, WebLogic etc
    Database server:     MySQL 3.23.49, MS-SQL, Oracle etc
    Java Architecture:     JSP (presentation) + Java Bean (Business logic)
    Language:          English, Japanese, chinese, italian, arabic etc
    Through our java application we need to create HTML files that have to display unicode text. Our present works well with English and most of the european character set. But when we tried to create HTML files that will display unidoce text, say japanese, only ???? is getting displayed. Following is the code we have used. The out on the browser displays the japanese characters correctly. But the created file displays only ??? in place of japanese chars. Can anybody tell how can we do it?
    <%
    String s = request.getParameter( "txt1" );
    out.println("Orignial Text " + s);
    //for html output
    String f_str_content="";
    f_str_content = f_str_content +"<HTML><HEAD>";
    f_str_content = f_str_content +"<META content=\"text/html; charset=utf-8\" http-equiv=Content-Type></HEAD>";
    f_str_content = f_str_content +"<BODY> ";
    f_str_content = f_str_content +s;
    f_str_content = f_str_content +"</BODY></HTML>";
    f_str_content = new String(f_str_content.getBytes("8859_9"),"Shift_JIS");
    out.println("file = " + f_str_content);
              byte f_arr_c_buffer1[] = new byte[f_str_content.length()];
    f_str_content.getBytes(0,f_str_content.length(),f_arr_c_buffer1,0);
              f_arr_c_buffer1 = f_str_content.getBytes();
    FileOutputStream l_obj_fout; //file object
    //file object for html file
    File l_obj_f5 = new File("jap127.html");
    if(l_obj_f5.exists()) //for dir check
    l_obj_f5.delete();
    l_obj_f5.createNewFile();
    l_obj_fout = new FileOutputStream(l_obj_f5); //file output stream for writing
    for(int i = 0;i<f_arr_c_buffer1.length;i++ ) //for writing
    l_obj_fout.write(f_arr_c_buffer1);
    l_obj_fout.close();
    %>
    thanx.

    Try changing the charset attribute within the META tag from 'utf-8' to 'SHIFT_JIS' or 'utf-16'. One of those two ought to do the trick for you.
    Hope that helps,
    Martin Hughes

  • How to convert a HTML files into a text file using Java

    Hi guys...!
    I was wondering if there is a way to convert a HTML file into a text file using java programing language. Likewise I would also like to know if there is a way to convert any type of file (excel, power point, and word) into text using java.
    By the way, I really appreciated the help that you guys gave me on my previous topic on how to extract tests from a pdf file.
    Thank you....

    HTML files are already text files. What do you mean you want to convert them?
    I think if you search the web, you can find things for converting those MS Office files to text (or extracting text from them, as I assume you mean).

  • Why does Dreamweaver upload a blank page when i "put" a .php or .html file that I just edited. It's

    Why does Dreamweaver upload a blank page when i "put" a .php or .html file that I just edited. It's like Dreamweaver isn't putting the complete file. So when i check my work (refresh the page), it is now blank. This happens about 50 percent of the time and can occur with any of the websites I maintain. (If I pull out my macbookpro, i can edit and upload the page, but the screen is smaller and i would rather be at my desktop). I am using CS5 on a MacPro, operating system 10.7.5.

    I've never heard of that type of error before. If it were happening to me, here are a few things I would do...
    Verify it's DW
         Download Filezilla (free and very nice in reality) and make sure it uploads correctly from there to rule out connection issues
    Rebuild Site Cache
         From the Files window of your site, click the menu and go to Site > Recreate Site Cache
    Delete DW File Cache
         If the above does nothing, I'd kill my DW Cache File: http://forums.adobe.com/thread/494811
    Uninstall, clean, reinstall
         Uninstall the program, use the cleaner tool here: http://www.adobe.com/support/contact/cscleanertool.html to kill everything (Adobe leaves behind things that are picked up again in a normal uninstall/reinstall) then reinstall it.

  • Question about uploading design file when converting a html file to a master file in SP2013

    http://msdn.microsoft.com/en-us/library/jj822370%28v=office.15%29.aspx
    Here there is a note saying "When you upload your design files, you should keep all files that are related to a single design in their own folder in the Master Page Gallery. When you copy your design folder into the mapped network drive, the Master
    Page Gallery retains whatever folder structure you created."
    What do they mean keeping in own folder in Master Page Gallery?  All my design related files are in a single folder containing sub folders of images, css, js..  I copy this top folder to the http://ou.domain/_catalogs/masterpage/    
     This is also where I would copy my html file to first before converting to master file?
    Thank you.

    So I mapped to the server drive,
    http://our.domain/_catalogs/masterpage/    successfully.
     All my design related files are in a single folder containing sub folders of images, css, js..  I should copy this top folder
    to thehttp://ou.domain/_catalogs/masterpage/ 
        and also copy my html file to first before converting to master file.  My question is do I copy all these files(including the html file to be converted to master) to that masterpage folder before following the instruction to go to SP site
    setting and select and convert the html file?  Or is there any other steps I should or shouldn't do.
    Thank you.

  • I have DVD's that I made from iMovie. I would like to know a way I can bring them back into a file that I can somehow transfer to my iPad, so I can show movies on it, the iPad.

    I have DVD's that I made from iMovie. I would like to know a way I can bring them back into a file that I can somehow transfer to my iPad, so I can show movies on it, the iPad.

    Pad2, the new iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    Here's one way to install. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
     Cheers, Tom

  • I need to install iWork 09 so I can open the many pages document files that will NOT open under the new pages 5. Mavericks will not accept an install from my iWork's 09 CD. How do I get around this?

    I need to install iWork 09 so I can open the many pages document files that will NOT open under the new pages 5. Mavericks will not accept an install from my iWork's 09 CD. How do I get around this?

    Hi, I'm helping StringSinger2 with this problem.
    The previously installed version is Pages 3.0.3 (the same as from iWork 08). This version (Pages 3.0.3/iWork 08) is incompatible with Pages 5.
    That is why it would be helpful to install iWork 09, which is the version between the two. It will open the older 08 files, and its saved files are readable by the new Pages5.
    SO...
    When I try to install iWorks 09 from my retail DVD the error message is "the installer is damaged". (I know the dvd is good, I installed iWorks09 to my laptop today.) Is the "installer" part of the system files? And - If that is damaged is there a patch for that?
    Many Thanks!

  • I want to display a HTML file that is stored locally on my machine.

    Hello,
    I am having a problem with my paths (I believe). I have created a JEditorPane that reads in a HTLM page. If the page is form the web it works fine:
    page_jep.setPage("http://www.google.com");However I want to display a HTML file that is stored locally on my machine.
    I have tried the following but cant get it to find the stored page:
    page_jep.setPage("file:///index.htm");
    java.io.FileNotFoundException: \index.htm (The system cannot find the file specified)I have tried putting the index file in both the root directory ( C ) and also the same place as where the class files are.
    Any help will be gratefully received,
    Harold Clements

    Nope, I have tried it:
    page_jep.setPage("file://c:\\index.htm");Gives me:
    java.net.UnknownHostException: c

  • Unable to Convert an HTML file to a SharePoint master page on team site

    I have a team site in SharePoint server 2013 where I want to enable Design Manager. I have activated
    SharePoint Server Publishing Infrastructure but I clicked on Convert an HTML file to a SharePoint master page under Edit Master pages, I get an error in my logs below, with
    System.NullReferenceException occuring a few times. Has anyone encountered this error before?
    03/04/2015 17:12:07.86        
    w3wp.exe (0x066C)                            
    0x20FCSharePoint Foundation                    
    Logging Correlation Data         
    xmnv  
    Medium           
    Name=Request (GET:http://*.cloudapp.net:80/sites/*/_layouts/15/AssetPortalBrowser.aspx?&AssetUrl=/sites/*/_catalogs/masterpage&RootFolder=/sites/*/_catalogs/masterpage&MDWeb=9b1d767f-8c34-4411-96b1-f2c1fbd8b775&List=d790ecf3-2afe-48a3-9f7a-e802a39ba138&AssetView=Html%20Design%20Files&AssetType=Link&IsDlg=1)     
    b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.86         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     Authentication Authorization    agb9s   Medium
               Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|*\*, ClaimsCount=24          b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.86         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     Logging Correlation Data          xmnv  
    Medium            Site=/sites/*   
    b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8 03/04/2015 17:12:07.87         w3wp.exe (0x066C)                            
    0x20FC Document Management Server                Document Management                     
    eua9    Medium            Pending update MetadataNavigationHints for Web[9b1d767f-8c34-4411-96b1-f2c1fbd8b775]List[d790ecf3-2afe-48a3-9f7a-e802a39ba138] = 0 (NoSettings)   
    b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8 03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     General                       
    8nca     Medium            Application error when access /_layouts/15/AssetPortalBrowser.aspx, Error=Object reference not set to an instance of an object.  
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureParameterBindings(ObjectSerializer smo)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureChildControls()     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.setContextToObject(ObjectSerializer
    newContextObject)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureDialogLocation(String objectId)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureDialogLocation()
        at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.OnLoad(EventArgs ...            b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89*       w3wp.exe (0x066C)                             0x20FC
    SharePoint Foundation                     General                       
    8nca     Medium            ...e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint) b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     Runtime                                  
    tkau     Unexpected     System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureParameterBindings(ObjectSerializer
    smo)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureChildControls()     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.setContextToObject(ObjectSerializer newContextObject)
        at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureDialogLocation(String objectId)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureDialogLocation()     at
    Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecurs... b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89*       w3wp.exe (0x066C)                             0x20FC
    SharePoint Foundation                     Runtime                                  
    tkau     Unexpected     ...ive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     General                       
    ajlz0     High     Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException:
    Object reference not set to an instance of an object.     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureParameterBindings(ObjectSerializer smo)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureChildControls()
        at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.setContextToObject(ObjectSerializer newContextObject)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.ConfigureDialogLocation(String
    objectId)     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.Config...         b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89*       w3wp.exe (0x066C)                             0x20FC
    SharePoint Foundation                     General                       
    ajlz0     High     ...ureDialogLocation()     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AssetPickerDialog.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()
        at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()  
      at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at Sy...     b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89*       w3wp.exe (0x066C)                             0x20FC
    SharePoint Foundation                     General                       
    ajlz0     High     ...stem.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     General                       
    aat87   Monitorable     
                b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     General                       
    ajji6      High     Unable to write SPDistributedCache call usage entry.  b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation             Micro Trace                           
    uls4      Medium            Micro Trace Tags: 0 nasq,3 agb9s,13 eua9,16 8nca,0 tkau,0 ajlz0,1 aat87,2 ajji6     b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8
    03/04/2015 17:12:07.89         w3wp.exe (0x066C)                            
    0x20FC SharePoint Foundation                     Monitoring                               
    b4ly      Medium            Leaving Monitored Scope (Request (GET:http://*.cloudapp.net:80/sites/*/_layouts/15/AssetPortalBrowser.aspx?&AssetUrl=/sites/*/_catalogs/masterpage&RootFolder=/sites/*/_catalogs/masterpage&MDWeb=9b1d767f-8c34-4411-96b1-f2c1fbd8b775&List=d790ecf3-2afe-48a3-9f7a-e802a39ba138&AssetView=Html%20Design%20Files&AssetType=Link&IsDlg=1)).
    Execution Time=42.3522           b463ef9c-5bdb-b0b1-1549-ff0c8ff810b8

    Hi ,
    For this issue, it looks like your SharePoint server(s) have been patched with MS13-052. 
    Please try to uninstall it and reboot your machine.
    Here is a similar post for you to take a look at:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/eec6e515-6a0a-42f2-963d-51fde59be9c4/sharepoint-server-20102-abnormal-issues-please-help
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    I need help with a PDF file that is an image, the "Read Out Loud' option does not work, please help!

    You mean an image such as a scanned document?
    If that is the case, the file doesn't contain any text for Reader Out Loud to read. In order to fix that, you would need an application such as Adobe Acrobat that does Optical Character Recognition to convert the images to actual text.
    You can also try to export the file as a Word document or something else using ExportPDF which I believe offers OCR and is cheaper than Acrobat.

  • Problem in downloading an html page that contains images

    Hi,
    This is surekha
    I am facing a problem in downloading an html page that contains images
    The file is downloading , but when I access the the downloaded file it displays X marks in the place where images r present....
    How can i download a html file along the images it contains
    Please help me ...........

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • To display an html page that contains frames, using servelt

    Hi all
    i am using a servlet which has to display a html page that contains frames.
    I would like to know whether it is possible to display a frame using servlets.
    If yes please tell me the how to do it?
    Thanks,
    Sudheer.

    Thanks Seth.
    I just tried that, but when I run it in preview mode (by simply hitting F12), it gives me an error because it can't  find the file in the temporary preview folder it creates (ie:
    C:\Users\Tom\AppData\Local\Temp\CP2840464090993Session\CPTrustFolder2840464091009\Captivat ePreviewLoader\
    I'm hoping to find a place to put it so that it works when running F12 and when running in regular 'published' mode
    I was thinking I could put it in the 'C:\Program Files\Adobe\Adobe Captivate 6 (32 Bit)\Templates\Publish' folder, but when I do that, it doesn't seem to gete copied to the .\CaptivatePreviewLoader folder when running F12

Maybe you are looking for