Html to image jar available?

I need to convert our company-signatures (in html) to imageformat. I want to do this in java. Anyone knows if there i a jarlib which i can use to convert HTML docs into an image?

Found this code which does it:
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.io.File;
import java.io.IOException;
import java.net.URL;
public class Test {
    private static volatile boolean loaded;
    public static void main(String[] args) throws IOException {
        loaded = false;
       URL url = new URL("http://www.google.com");
        JEditorPane editorPane = new JEditorPane();
        editorPane.addPropertyChangeListener(new PropertyChangeListener() {
            public void propertyChange(PropertyChangeEvent evt) {
                if (evt.getPropertyName().equals("page")) {
                    loaded = true;
        editorPane.setPage(url);
        while (!loaded) {
            Thread.yield();
        File file = new File("d:/ex_mypage.png");
        componentToImage(editorPane, file);
    public static void componentToImage(Component comp, File file) throws IOException {
        Dimension prefSize = comp.getPreferredSize();
        BufferedImage img = new BufferedImage(prefSize.width, comp.getPreferredSize().height,
                                              BufferedImage.TYPE_INT_ARGB);
        Graphics graphics = img.getGraphics();
        comp.setSize(prefSize);
        comp.paint(graphics);
        ImageIO.write(img, "png", file);
}

Similar Messages

  • Illustrator CC - Enregistrer "HTML et images"

    Bonjour,
    Je rencontre un problème sur Illustrator CC (dernières mises à jour réalisées).
    Après avoir découpé une illustration en tranches, je fais "enregistrer pour le web" pour faire une sortie découpée html/image.
    En faisant "enregistrer", j'ai une fenêtre "Enregistrer une copie optimisée sous" qui s'ouvre.
    Dans le choix "type", j'ai uniquement l'extension des tranches qui apparaît (dans mon cas : .PNG)
    Où est passé l'option "html et images" qui devrait être là ?
    C'est d'autant plus surprenant qu'en faisant un aperçu dans la fenêtre précédente, le navigateur s'ouvre avec un html temporaire qui est bien généré par Illustrator CC...
    Comment faire pour obtenir cet enregistrement ?
    OS : Win7 64b
    Test réalisé sur Illustrator x32 et x64

    D'après l'article de David Ivan (en anglais) qui date de la cs6 :
    HTML export
    The ability to save HTML has been removed from the Save for Web dialog box. However, if required, you can still get HTML code – in the Save for Web dialog, click Preview, and use the HTML code at the bottom of the browser window. In Photoshop CS6 though, Export to HTML is still available and you could save to HTML from there.
    De ce que j'en ai compris, la fonction était sous utilisée, très largement remplacée par les exports et copier/coller de css. Il suffit donc, depuis le "enregistrer pour le web" de cliquer Aperçu, et dans le navigateur, d'aller copier votre code html, à vous de l'enregistrer dans un fichier texte.html (via Edge Code, Brackets, Text Wrangler, Notepad…).

  • Does anyone know if there is an HTML 2 Image Rendering tool?

    I am looking for some Java API that converts HTML to Image on the server side. There are a number of desktop utilities that take an HTML file as input and render image, but I am looking for a Server Side solution. I found WebRenderer, but it is involves huge cost (runs into thousands). I am looking for something that gives us good ROI, may be a couple of 100s of dollars wouldn't hurt.

    Can't recall any suitable API but you can try to run one of mentioned above applications with java.lang.Runtime.exec()

  • How to make new jars available globally on the portal to all projects?

    Hello,
    I have downloaded few jar files which are needed for few projects and aren't comming with the portal by default.
    I would like to make these jars available globally to every project I will write in the future. What is the exact procedure I need to do on the portal server in order to acheive this?
    Regards,
    Roy

    I've been playing around with this as well (in combination with NWDI).
    You need to consider what should happen if you ever have an update of the "common" jar-files that you are adding. They might break some of the portal apps that use them, so it's not a good solution to use a J2EE Library DC if you know there will be updates in the future. If you're sure there will be no updates, this is indeed the simplest way to implement this. All you need to do is to specify a PrivateSharingReference for the portal apps as explained here: http://help.sap.com/saphelp_nw04/helpdata/en/88/bdfc3f48ecc742e10000000a1550b0/content.htm
    The 2nd available option (based on NWDI) is to create an External Library DC and add your jars to that. Create an extra public part for assembly (next to the existing public part for compilation called ExternalLibs). Then, for each portal app DC add the External Library DC as a used DC, create an assembly public part and add an Entity Reference to the assembly public part of the External Library DC. This way the jars will be assembled in the PAR file for each portal app. The nice thing is that you are still maintaining the jar files in one central place, but that you have the option to update and test the portal apps individually.

  • Photos doesn't shows up on webpage, prompt "Image not available"

    photos can't show on ebay webpage, instead a black box with the word "Image not available". Tried to reinstall Firefox, but problem is still the same.
    Error console shows:-
    Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.hostname]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://searchshield/content/avgls-active.js :: avg_ls_nodeinserted :: line 85" data: no]
    == URL of affected sites ==
    http://cgi.ebay.com/Rare-Pyn-Up-1-48-PB4Y-2-Privateer-Nose-Art-Decals-/290446723348?cmd=ViewItem&pt=LH_DefaultDomain_0&hash=item439ff94914

    Try to disable or uninstall all AVG extensions and toolbars.
    See [[Troubleshooting extensions and themes]]

  • Can't select text when export in HTML and Images

    I am entirely new to Fireworks and I can't find anyone to teach me Adobe Fireworks. I followed some youtube tutorials but most of them are vague. I am still figuring the way to export from Fireworks to Dreamweaver, without affecting its contents like bitmap images and the text. When I export in HTML and Images format and opened the htm file, I can't select the text I've inserted in Fireworks. Can anyone tell me what I should do?

    I cant scroll below or above viewable section of text in any of my Macbooks, iMac, Mac Mini. Never have been able to, never could, except by pressing the arrow keys whilst selecting, to move up or down.
    Its stupid
    I dont have flash installed (never will do since my first virus of video ad sound running in background from Cnet was downloaded and kept returning until i deinstalled flash).
    I believe that this is a universal issue because none of my Macs can scroll out of screen when selecting text, which as a webmaster and developer, is a pain in the butt
    My issue is not in word documents, its in everything

  • Using HTML component Images within a tilelist

    I have a very complicated problem and I'm not sure it's even within my ability to achieve if at all but basically in my AIR application I currently have a tilelist populated by a data provider of images which are essentially thumbnail snapshots I've made of websites. When each of these images is clicked within the tilelist they take the user to that specific site. I now however want these images to be live i.e. they change as the site changes.
    I've decided to use html components for all of these sites to get these images but I now want these images to be set up as a dataprovider for a tilelist. It's hard to explain so to show what I mean I've made the following code. Basically I want the 2 images/displays that are displayed within the 2 html components to be static i.e. the user can't interact with the sites through them but can simply click on them to go to the site and to be put within a dataprovider somehow that will act as the dataprovider for the imageDisplay tilelist Complicated I know but the guy I'm making the app for wants the images of sites to update themselves and this is the easiest way to do it I've heard :-
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication 
    xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Canvas width="100%" height="100%">
    <mx:HTML id="content1" location="http://www.adobe.com/" width="300" height="300"/>
    <mx:HTML id="content2" location="http://www.google.com/" x="308" width="300" height="300"/>  
    <mx:TileList x="0" y="308" width="772" height="300" id="imageDisplay"></mx:TileList>
    </mx:Canvas>
    </mx:WindowedApplication>

    To show you what I mean better here is a partial bit of my code from my existing app in which I've just used static images in the tilelists. The real app is much more advanced but this is to just give you an idea. Users can drag site icons displayed in a tilelist into their own tilelist and then click the save button so these icons will still be in their tilelist when they restart the app. I used the shared object method for this to get it to save these details. As you can see in my code starting at around line 33 I've used an array collection for this. What I need is to somehow get these html live images into that array collection as opposed to the static jpgs I have at the moment.
    <?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication  xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="initprofile1NewsAndSportSO();">
     <mx:Script>
    <![CDATA[
    [Bindable][
    Embed(source="assets/images/bbcnews_small.png")] 
    public var image5:Class; 
    Bindable][
    Embed(source="assets/images/itv_small.png")] 
    public var image7:Class; 
    Bindable][
    Embed(source="assets/images/skynews_small.png")] 
    public var image10:Class; 
    ]]>
    </mx:Script>
     <mx:Script>
    <![CDATA[
     private function profile1NewsAndSportAddButtonClickHandler():void{ 
    for each(var a:uint in profile1NewsAndSportAddLinksTilelist.selectedIndices){ 
    if(profile1NewsAndSportLinkChoice.dataProvider != null){ 
    if(!ArrayCollection(profile1NewsAndSportLinkChoice.dataProvider).contains(ArrayCollection(pr ofile1NewsAndSportAddLinksTilelist.dataProvider).getItemAt(a))){ArrayCollection(profile1NewsAndSportLinkChoice.dataProvider).addItem(ArrayCollection(profi le1NewsAndSportAddLinksTilelist.dataProvider).getItemAt(a));
    ArrayCollection(profile1NewsAndSportAddLinksTilelist.dataProvider).removeItemAt (a);
    else{profile1NewsAndSportLinkChoice.dataProvider.addItem(ArrayCollection(profile1NewsAndSportAd dLinksTilelist.dataProvider).getItemAt(a));
    ArrayCollection(profile1NewsAndSportAddLinksTilelist.dataProvider).removeItemAt(a);
    private function profile1NewsAndSportRemoveButtonClickHandler():void{ 
    for each(var a:uint in profile1NewsAndSportLinkChoice.selectedIndices){ArrayCollection(profile1NewsAndSportAddLinksTilelist.dataProvider).addItem(ArrayCollection (profile1NewsAndSportLinkChoice.dataProvider).getItemAt(a));
    ArrayCollection(profile1NewsAndSportLinkChoice.dataProvider).removeItemAt(a);
    ]]>
    </mx:Script>
     <mx:Script>
    <![CDATA[
     import mx.collections.*; 
    import flash.net.SharedObject; 
    public var profile1NewsAndSportSO:SharedObject; 
    private var profile1NewsAndSportaddLinksFullAC:ArrayCollection = new ArrayCollection([{link:
    "www.bbcnews.com", label:"BBC News", icon:"image7", largeImage:"assets/images/bbcnews_small.png", title:"BBC News", description:"BBC News description will go here"},{link:
    "www.itv.com/", label:"ITV", icon:"image5", largeImage:"assets/images/itv_small.png", title:"ITV", description:"ITV Description will go here"},{link:
    "www.skynews.com", label:"Sky News", icon:"image10", largeImage:"assets/images/skynews_small.png", title:"Sky News", description:"Sky News Description will go here"}]);
    private var profile1NewsAndSportaddLinksAC:ArrayCollection = new ArrayCollection([{link:
    "www.bbcnews.com", label:"BBC News"},{link:
    "www.itv.com/", label:"ITV"},{link:
    "www.skynews.com", label:"Sky News"}]);
    private function profile1NewsAndSportReset():void{resetprofile1NewsAndSportAC();
    profile1NewsAndSportAddLinksTilelist.dataProvider
    = profile1NewsAndSportaddLinksAC;
    profile1NewsAndSportLinkChoice.dataProvider =
    new ArrayCollection([]);}
    private function resetprofile1NewsAndSportAC():void{profile1NewsAndSportaddLinksAC.removeAll();
    for each(var obj:Object in profile1NewsAndSportaddLinksFullAC){profile1NewsAndSportaddLinksAC.addItem(obj);
    private function initprofile1NewsAndSportSO():void{profile1NewsAndSportLinkChoice.dataProvider =
    new ArrayCollection();profile1NewsAndSportAddLinksTilelist.dataProvider =
    new ArrayCollection();profile1NewsAndSportSO = SharedObject.getLocal(
    "profile1NewsAndSport"); 
    if(profile1NewsAndSportSO.size > 0){ 
    if(profile1NewsAndSportSO.data.profile1NewsAndSportaddList){ 
    if(profile1NewsAndSportSO.data.profile1NewsAndSportaddList != "empty"){ 
    var profile1NewsAndSportaddList:Array = profile1NewsAndSportSO.data.profile1NewsAndSportaddList.split(","); 
    var profile1NewsAndSporttempAC1:ArrayCollection = new ArrayCollection(); 
    for each(var str:String in profile1NewsAndSportaddList){ 
    for each(var obj1:Object in profile1NewsAndSportaddLinksAC){ 
    if(str == obj1.label){profile1NewsAndSporttempAC1.addItem(obj1);
    continue;}
    if(profile1NewsAndSporttempAC1.length > 0){profile1NewsAndSportAddLinksTilelist.dataProvider = profile1NewsAndSporttempAC1;
    if(profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList){ 
    var profile1NewsAndSportchoiceList:Array = profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList.split(","); 
    var profile1NewsAndSporttempAC2:ArrayCollection = new ArrayCollection(); 
    for each(var str2:String in profile1NewsAndSportchoiceList){ 
    for each(var obj2:Object in profile1NewsAndSportaddLinksAC){ 
    if(str2 == obj2.label){profile1NewsAndSporttempAC2.addItem(obj2);
    continue;}
    if(profile1NewsAndSporttempAC2.length > 0){profile1NewsAndSportLinkChoice.dataProvider = profile1NewsAndSporttempAC2;
    else{profile1NewsAndSportReset();
    private function saveprofile1NewsAndSport(event:MouseEvent):void{ 
    var profile1NewsAndSportaddList:String = ""; 
    if(profile1NewsAndSportAddLinksTilelist.dataProvider){ 
    if(ArrayCollection(profile1NewsAndSportAddLinksTilelist.dataProvider).length > 0){ 
    for each(var obj1:Object inprofile1NewsAndSportAddLinksTilelist.dataProvider){
    profile1NewsAndSportaddList += obj1.label +
    else{profile1NewsAndSportaddList =
    "empty";}
    profile1NewsAndSportSO.data.profile1NewsAndSportaddList = profile1NewsAndSportaddList;
    var profile1NewsAndSportchoiceList:String = ""; 
    for each(var obj2:Object inprofile1NewsAndSportLinkChoice.dataProvider){
    profile1NewsAndSportchoiceList += obj2.label +
    profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList = profile1NewsAndSportchoiceList;
    profile1NewsAndSportSO.flush();
    ]]>
    </mx:Script>
     <mx:Button click="profile1NewsAndSportReset()" id="reset" label="
    Reset" y="5" height="25" x="5"/>
     <mx:TileList id="profile1NewsAndSportLinkChoice" fontWeight="bold" dragEnabled="
    true" dragMoveEnabled="true" dropEnabled="true" height="129" width="
    650" top="10" left="519" columnCount="5" rowHeight="145" columnWidth="
    125" backgroundColor="#000000" color="#FFFFFF"creationComplete="profile1NewsAndSportLinkChoice.selectedIndex=0"
    />
     <mx:TileList id="profile1NewsAndSportAddLinksTilelist" fontWeight="bold" dragEnabled="
    true" dragMoveEnabled="true" dropEnabled="true" height="129" width="
    385" top="10" left="126" columnCount="3" rowHeight="145" columnWidth="125" backgroundColor="
    #000000" color="#FFFFFF"creationComplete="profile1NewsAndSportAddLinksTilelist.selectedIndex=0"
    />
     <mx:Button click="saveprofile1NewsAndSport(event)" id="save" label="Save Changes" x="
    5" y="38" width="113" height="25.5"/>
     <mx:Button x="126" y="147" label="Add" id="profile1NewsAndSportAddSelectedLinkButton" click="profile1NewsAndSportAddButtonClickHandler()"/>
     <mx:Button x="519" y="147" label="Remove" id="profile1NewsAndSportRemoveSelectedLinkButton" click="profile1NewsAndSportRemoveButtonClickHandler()"/>
     </mx:WindowedApplication>

  • Using Flash as HTML background image?

    Can I use a SWF as a HTML background image?
    I've tried this a couple of different ways...
    Any tricks to make this work?

    davidlieb wrote:
    > Can I use a SWF as a HTML background image?
    No, you can't use SWF in html background.
    The background does not allow any active content.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Can I generate html and images from the same script?

    I am trying to create a script that generates both html and gif images. Is there a way using the multipart mime content type to create a single stream that includes both html and images?

    No. Facing pages has been removed from Pages 5 along with 100 other features.
    If you want to view two parts of the same document you will need to rename a copy and place two windows side by side, which is hampered by Pages 5's bloated use of screen real estate.
    Peter

  • HTML to Image Format

    If I run this class:
    import java.awt.*;
    import java.io.*;
    import javax.swing.*;
    public class Main {
        public static void main(String[] args) throws FileNotFoundException,
                IOException {
            StringBuilder htmlCode = new StringBuilder();
            FileReader htmlFileReader = new FileReader("test.htm");
            BufferedReader htmlFileBufferedReader =
                    new BufferedReader(htmlFileReader);
            String aLine;
            while ((aLine = htmlFileBufferedReader.readLine()) != null) {
                htmlCode.append(aLine + "\n");
            JFrame frame = new JFrame("test");
            frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            JEditorPane editorPane = new JEditorPane("text/html",
                    htmlCode.toString());
            editorPane.setMaximumSize(new Dimension(640, 700));
            editorPane.setSize(new Dimension(640, 700));
            editorPane.setBackground(Color.WHITE);
            editorPane.setPreferredSize(new Dimension(640, 700));
            frame.add(editorPane);
            frame.pack();
            frame.setVisible(true);
    }Then the HTML file displays correctly to the screen.
    How could I get it to give me an array of pixel colors or something else that I can take as an image and input into a PDF Generator like iText or PDFBox.
    Also, could we get a better resolution or anti aliasing in order to make the it look better for printing?

    This has been moved to the Swing forum under the title "High Resolution HTML to Image Conversion"

  • HTML 4.0 EditorKit available

    Hi,
    I want to display some HTML Sites in JEditorPane(). As known it supports only HTML 3.2
    Is there any HTML 4.0 EditorKit available right now ? Doesn't matter if it's commercial or not.

    Thanks for the tip. I'll check out Flying Saucer.
    I've also found another fairly mature project (though no longer under development, it seems), CalPane:
    http://htmlbrowser.sourceforge.net/
    It's not open-source, but it's freely available with a liberal license.
    I'm going to take a look at these two. Once I decide on one, I'll post my impressions here.
    Gregory

  • Html files, images and JEditorPane

    Hello all,
    I've got some HTML file that need be displayed in a JEditorPane. Those HTMLs contain image references and I'm using relative paths to those jpegs, for example:
    <img src="image.GIF">
    ...where image.gif is in the same folder as the HTML file that contains the reference. Now I'm displaying this HTML file inside a JEditorPane and I get only a placeholder instead of the image; only text gets displayed properly.
    Here's how I'm constructing the JEditorPane instance:
              pane = new JEditorPane();
              pane.setEditable(false);
              pane.setContentType("text/html");
              HTMLEditorKit kit = new HTMLEditorKit();
              kit.createDefaultDocument();
              pane.setEditorKit(kit);and later...
          try {
              URL u = new URL("file", "localhost", ivHelpPath);
              pane.setPage(u);
            } catch (IOException iox) {
            }I saw on some other thread that I should be setting the document's base URL for the reference I get from getDocument(), but that does not seem to work when I use "http://localhost/" to make my URL object.
    So... help! :)
    Thanks much.

    Not sure what you're trying to do with new URL( "file" "localhost", ...
    Try this code and see if it helps you - display a page that already exists though - perhaps that's the diff?
        JTextPane() jtp = new JTextPane(); //JEditorPane();
        jtp.setEditable( false );
        JScrollPane jsp = new JScrollPane( jtp,
                                     JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
                                     JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED );
        ( ( HTMLEditorKit ) ( jtp.getEditorKit() ) ).setLinkCursor( new Cursor( Cursor.HAND_CURSOR ) );
        jtp.addHyperlinkListener( new HyperlinkListener() {
          public void hyperlinkUpdate( HyperlinkEvent hle ) {
            try {
              if ( hle.getEventType() == HyperlinkEvent.EventType.ACTIVATED )
                jtp.setPage( hle.getURL() );
            } catch( Exception e ) {
              // do something;
        });... There's also code here that will activate hyperlinks which you may or may not want. But this will display embedded .gif files.

  • Home Screen icon "image not available"

    This is a weird one, and I couldn't find it addressed on the discussions.
    All of my webclips on my home screen auto-created their own icons based on the webpages except for one.
    In the case of "Pop Candy" from USA Today (http://blogs.usatoday.com/popcandy/) the icon is simply a long horizontal graphic that says "image not available."
    Is anyone else getting this weird icon? Is this a USA Today server issue or an iPhone issue?

    Popcandy is apparently set up to redirect any failed image call (in this case "apple-touch-icon.jpg") to a typepad generic "image not available" gif, which is what you're getting. What is interesting is that iPhone is not supposed to load a gif and is supposed to crop images.
    Basically you've discovered a bug which will forever be known as the FUG Bug, the Fenlyn Unauthorized GIF Bug. Congratulations on your discovery.

  • Editing contacts - photostream images not available

    New problem on my Mac. When I go to Contacts and try to edit an image, none but the default images are available. There is a tab to acquire images from My Photostream, but this does not work. The program is unable to access the images. I am able to add photos easily using my iPhone and iPads though. I am using OS X Yosemite. Thanks!

    User clicked the button "New" - field is not available for editing.
    see screenshots
    [pic1|http://imageshack.us/photo/my-images/813/2102l.jpg/]
    [pic2|http://imageshack.us/photo/my-images/848/21021.jpg/]

  • Send html and  image data to browser

    Hi,
    Is it possible to send both html and image data to browser.
    Can I dynamically generate the image and send the image data without storing the image in web server's hard disk.
    Can you plz tell me what areas that I should look for and learn in order to do this.
    THanks a lot,
    Chamal.

    u can make use of jakarta`s commons fileUploader classes to upload ur file to the server
    here is a small example i made
    html is like this
    <html>
    <form method="post" action="/uploadFile" enctype="multipart/form-data">
    <input type="text" name="uname"/>
    File
    <input type="file" name="upfile"/>
    <input type="submit"/>
    </form>
    </html>
    my servlet contains these code
    FileUpload fup=new FileUpload();
              boolean isMultipart = FileUpload.isMultipartContent(req);
    //          Create a new file upload handler
              System.out.println(isMultipart);
              DiskFileUpload upload = new DiskFileUpload();
    //          Parse the request
              List /* FileItem */ items = upload.parseRequest(req);
              Iterator iter = items.iterator();
              while (iter.hasNext()) {
              FileItem item = (FileItem) iter.next();
              if (item.isFormField()) {
              System.out.println("its a field");
              } else {
              System.out.println("its a file");
              System.out.println(item.getName());
              File cfile=new File(item.getName());
              System.out.println(cfile.getName());
              System.out.println(getServletContext().getRealPath("/mine"));
              File tosave=new File(getServletContext().getRealPath("/"),cfile.getName());
              item.write(tosave);
    for more info
    http://sun.calstatela.edu/~cysun/documentation/jakarta/commons/fileupload-1.0/apidocs/org/apache/commons/fileupload/FileItem.html

Maybe you are looking for

  • SharePoint online 2013 event receiver error

    I am currently working on a SharePoint online project. My code generates 6 documents in 6 different document libraries along with other metadata. When I save data to a List, the event receiver fires and creates all the 6 documents. But sometimes it s

  • Firefox 17.0.1 on my Mac OSX 10.7.5 will no longer work with Adobe Reader 11.0.0. What shall I do to fix it ?

    When I try to read a page with Adobe Reader I get the following message: Adobe Reader cannot show documents in this browser. Why is that ? It occurer a short period ago, and prior to that I have had no problem. I have no problem when I use Safari - b

  • I want to query oracle database from sql server can anyone tell steps 2 fol

    i want to query oracle database from sql server can anyone tell steps 2 followed i tried with linked servers but it is throwing errors can anyone hepl in this regard The operation could not be performed because the OLE DB provider 'MSDAORA' was unabl

  • Adobe Reader crashes when printing

    Dear sir, Our CEO has an issue with Adobe Reader crashing when he tries to print. His Operating System is Windows Vista x64. This issue does not happen always, but still enough to be inconvenient. The error message from the application log of Windows

  • No "Media File Path"

    When opening a project with offline media, PP is not presenting a window with suggested media paths. Also no locate button is available. PP just gives me a window letting me know the file is unfound. I can retreave the file if I know where it is but