Custom Image(URL) not showing up in PDF

Hi,
We have created a standard webi-report where a company logo is part of the report header.
We would like to keep the company logo in a database, so we've creáted a simple webapp to retrieve the image from an Oracle database. When we insert the logo into our report we just use the following link as the Image(URL): http://<Servername>/plsqlapp/docs/Company.JPG
The logo now shows up as expected in the report as long as we view the report through InfoView. However, when we export the report as a PDF document, the logo will vanish.
If we use boimg://Company.jpg as the Image(URL) instead, it works OK even when exported to a PDF document.
We would however prefer to keep our images used in reports in a database.
BR
Carsten

From SAP BO support:
Upon further investigation of the issue, I found that there was a Technical Escalation raised for Enterprise under the Technical Escalation Id 5000072075. However, the product group rejected the TE stating that it is by Design.
Mentioned below is the Knowledge based Article which supports the above.
1324404 - Webintelligence report images are lost after save the report as PDF
Symptom
Webintelligence report images are lost after save the report as PDF
Reproducing the Issue
·         Create a new WebI report from Infoview using example efashion universe
·         Do any query and add a blank cell to the report
·         Select the cell and input "http://tomcat.apache.org/images/tomcat.gif"
·         Right click on cell and select Properties>Display>Read cell content as-->image URL
·         Save the report as PDF
·         Open the PDF file. The image is not included in the PDF
This issue reproduced on both XIR2 & XI3.0 & XI3.1
Cause
Presently, we donu2019t support URL picture from the internet for PDF.
Only embedded images as background cell can be exported in PDF.
Resolution
Only embedded images as background cell can be exported in PDF.

Similar Messages

  • Image is not showing up on Dialog.

    Hi Guys
    I am getting problem with Dialog. In my Dialog I have created the image field which accepts image from dam by Drag and drop. Whil Iam dropping the image it is showing up inside the Dialog properly and is showing up on the screen also But when I try to edit the image the current image got vanished inside the dialog. I don't understand why it is happening?
    while uploading
    The above image is not showing up while editing. Could you please help me where I am doing wrong?
    here is my dialog.xml
    <normalmode
    jcr:primaryType="cq:Widget"
    collapsed="{Boolean}false"
    collapsible="{Boolean}false"
    hidden="{Boolean}false"
    title="Picture Properties"
    xtype="dialogfieldset">
    <items jcr:primaryType="cq:WidgetCollection">
    <pictureurl
    jcr:primaryType="cq:Widget"
    allowUpload="{Boolean}true"
    autoUploadDelay="1"
    ddGroups="[media]"
    fieldLabel="Picture Link"
    fileNameParameter="./fileName"
    fileReferenceParameter="./fileReference"
    height="{Long}200"
    name="./file"
    requestSuffix="/image.img.png"
    rootpath="/etc/designs/aib/business/images"
    sizeLimit="100"
    uploadUrl="/tmp/upload_test/*"
    xtype="html5smartimage"/>
    <picturealttext
    jcr:primaryType="cq:Widget"
    fieldLabel="Picture Alt Text"
    name="./picturealttext"
    xtype="textfield"/>
    <picturetitletext
    jcr:primaryType="cq:Widget"
    fieldLabel="Picture Title Text"
    name="./picturetitletext"
    xtype="textfield"/>
    </items>
    </normalmode>
    Cheers
    Kirthi

    Hi Jitendra,
    It worked.Perfect. Thank you very much. I want to implement the same in my Custom widget which contains smartimage. But it is not showing up. Here is my Custom widget code for the smartfile but iam not getting Drag and drop jus it is showing up blank. Any idea how can I incorporate the smartfile in my Custom widget.
    // Picture URL
                            this.add(new CQ.Ext.form.Label( {
                                cls : "customwidget-label",
                                text : ""
                            this.bannerImageURL = new CQ.form.SmartFile( {
                                cls : "customwidget-1",
                                fieldLabel : "Picture Link: ",
                                editable:false,
                                allowBlank : false,
                                anchor: '75%',
                                maxLength : 100,
                                cropParameter :"./image/imageCrop",
                                ddGroups : "media",
                                fileNameParameter : "./image/fileName",
                                fileReferenceParameter : "./image/fileReference",
                                mapParameter :"./image/imageMap",
                                rotateParameter : "./image/imageRotate",
                                name : "./image/file",
                                requestSuffix : "/image.img.png",
                                sizeLimit : "100",
                                autoUploadDelay : "1",
                                listeners : {
                                    change : {
                                        scope : this,
                                        fn : this.updateHidden
                                    dialogclose : {
                                        scope : this,
                                        fn : this.updateHidden
                            this.add(this.bannerImageURL);
    Once again thanks for helping me to resolve the issue. The above is another requirement. Any ideas?
    Cheers
    Kirthi

  • Div image background not showing

    Hi I am trying to give a div a background image and then place tables etc in the div.  The trouble is the image does not show up.   Any help greatly appreciated.  Regards, Matt.  (Here is the html, followed by the css...)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="generator" content="Adobe GoLive" />
    <title>Beermatt Online Home Page</title>
    <link href="css/goldenumber.css" rel="stylesheet" type="text/css" media="all" />
    </head>
    <body>
          <div id="bg">
    <p><a href="index.html">home</a> | <a href="web.html">web design</a> | <a href="photography.html">photography</a> | <a href="editing.html">editing</a> | <a href="contact.html">contact</a> | <a href="downloads/Matt_CV.pdf" target="_blank">cv</a></p>
    </div>
    </body>
    </html>
    body { font-size: 20px; color: white; font-family: tahoma, verdana, arial; background-color: #000000; }
    a:link { color: white; font-size: 16px; text-decoration: none; }
    a:visited { color: white; text-decoration: none; font-size: 16px;}
    a:hover { color: gray; text-decoration: none; font-size: 16px;}
    a:active { text-decoration: none; color: yellow; font-size: 16px;}
    #bg { background-image: url(images/terrain.jpg); background-repeat: no-repeat; margin-right: auto; margin-left: auto; }

    Hi...
    The background image in this CCS style worked fine for me. You might try to include the Width and Height and Visibility...
    #layer1 { background-image: url(Frost.png); background-repeat: no-repeat; height: 132px; width: 262px; left: 18px; top: 18px; position: absolute; visibility: visible; }
    walt

  • Image is not showed in Apps Output

    Hi,
    In Apps output image is not showed, but in report builder output images are showed.
    I imported image from my local system. Is there any path in Apps server to keep images?
    Thanks in advance.
    Regards,
    Kalyan

    Hi,
    Are you working ona Report?. If so please check the concurrent program definition, it should be PDF or Postscript.
    Thanks,
    Robert

  • Images do not show up

    I can get some .gif images to show up in my Dreamweaver HTML
    page and can see them when I upload the document.
    Other images are not showing up.
    The images that show up and do not show up are in the same
    "images" folder. All of them have been uploaded.
    The images that show up were created by a software program
    that made them be .gif images.
    The images that do not show up were made in Adobe
    Illustrator. I then imported them into Adobe Photoshop and saved
    them as .gif, .jpg. png. and even used the "save for web" feature.
    I also imported the image into Fireworks and saved it as .gif and
    .jpg.
    None of the copies of the image that I created are showing up
    in a webpage.
    I have used the image icon to place the image. I also went to
    Insert | Image and put the image in that way. Plus I tried the drag
    and drop method to get the image onto the page. In many cases I can
    see the image on the page in Dreamweaver, but not when I upload the
    page. Not even the alt tags with the red X show up online. Each
    image does have an alt tag.
    I have no clue what to do because other .jpg and .gif files
    are showing up as images. Oh, and when I used a .gif version as the
    background, it worked as a background.
    If you know why an image I made will not appear after being
    linked to a webpage and uploaded, please tell what you know. I am
    stumped on this one.
    Thank you for any assistance you can give me.
    Baffled,
    Ntropi

    quote:
    Originally posted by:
    bregent
    Always include a url when you have questions about your web
    pages.
    Sorry, newbie to these forums here.
    here's a link to one of them:
    http://www.onlineschoolsurveys.com/banner_trial_2.html
    With this page I tried using a table and put the images in
    spots in the table. The empty spots are where there should be
    images. The two images that are there were made by other people.
    This link is actually quite obnoxious.
    http://www.onlineschoolsurveys.com/oss_banner.html.
    With this one, again the only image that shows up is one that I
    made originally as a bmp export out of Snap Surveys, turned into a
    gif in Photoshop (I think). In the table toward the bottom with the
    pink squares there should actually be two pink squares, one should
    have an image in it. Being a practice page that I did not expect
    others to look at I left the obnoxious background. If this is too
    annoying, I can remove the background and repost.
    Did you define a site in the site manager?
    I'm sorry but I do not know what this means. I regularly have
    a site at www.onlineschoolsurveys.com. The first link goes to a
    page that is actually a part of the website- I tried using a
    template I know works thinking that maybe the non-templated page
    was flawed. So if you are asking if these were loaded to an active
    website: yes, I regularly have pages at that website, but no, these
    pages are not intended to be a part of my regular website. I was
    just using that space to practice.
    Do the linked images exist within the defined site?
    Yes, the images were uploaded. They should exist in an image
    folder. Although it may be really stupid for me to make a link to
    an unprotected list of files, here is the list of images in my
    images folder:
    http://www.onlineschoolsurveys.com/images/
    Since I am new to using a message board for help, please advise me
    if I should not post such directories in the future.
    Thanks for your quick response.
    Mel

  • Why aren't my FW (PNG) image are not showing up

    Hey guys.
    This is really bugging the hell out of me. I feel like I
    can't move on until i can figure out why my PNG images are not
    showing up in preview (F12). They did yesterday before I deleted
    some pages and renamed old pages I no longer needed.
    All my images that was done in FW are in my root folder in
    the file panel. i didn't move any of those. When I double click on
    the image to bring up the "select image source" in the URL it
    starts off with two periods then a slash and then the name of where
    it's located as well as the name of the image. The "relative to":
    is site root. i didn't change any of these setting before I deleted
    and renamed pages in my file panel.
    Oh, and my Ap Divs show up in light gray boxes.
    Please help!
    CS3 Mac

    I'm confused by the subject line! Is this like 'all of your
    base are belong
    to us?' 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:gki5he$3pu$[email protected]..
    > Why_ATL wrote:
    >> Hey Alan
    >> is the filename exactly what it should be? YES
    >> Are these .png files for web use, or are they PNG
    fireworks original
    >> files
    >> which are very large in file size because they
    contain all the info on
    >> layers and such? They are .png files for the web. I
    can't figure out why
    >> my Div is showing up in preview instead of my images
    There just Div's
    >> with the little blue question mark.
    >>
    >> This is getting harder and harder. I'm trying to
    laugh so i don't get a
    >> head ache over this. This is weird.
    >
    > Without a link we can only make wild stabs in the dark.
    >
    > Dooza

  • Image does not show up!

    Hello. Im studying java swing and working on some experiment and badly need some help. Im using Graphics2D and not JLable or Icon for some reason. The problem is the image does not show up. What could be the reason and work around? Another, do you know any tutorial on the said matter? Thanks in advance.
    import java.awt.*;
    import javax.swing.*;
    public class ShowImageGraphics
         //Graphics2D g2;
         public static void main(String[] args)
              new ShowImageGraphics();
         public ShowImageGraphics()
              JFrame frame = new JFrame("Sample Graphics");
              frame.setSize(200, 300);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.getContentPane();
              frame.show();
         public void paint(Graphics g)
               Graphics2D g2 = (Graphics2D)g.create();
              Image img = Toolkit.getDefaultToolkit().getImage("/images/rocketship.gif");
              g2 = (Graphics2D)g;
              g2.drawImage(img,14,5,33,40, null);
    }

    import java.awt.*;
    import java.awt.image.*;
    import java.net.*;
    import javax.swing.*;
    public class ImageExample {
        public static void main(String[] args) throws MalformedURLException {
            URL url = new URL("http://today.java.net/jag/bio/JagHeadshot.jpg");
            JLabel label = new JLabel(new ImageIcon(url));
            JFrame f = new JFrame("ImageExample");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new JScrollPane(label));
            f.pack();
            f.setExtendedState(JFrame.MAXIMIZED_BOTH);
            f.setVisible(true);
    }

  • Pasted image does not show when imported to AI

    Mac OS 10.4.11 - Acrobat CS4. I made a contact sheet of images in Bridge which was saved as a PDF. In Acrobat I pasted another image (different size ratio) and saved again. However, when I placed the image in Illustrator the pasted image did not show, only the original contact images. It does not show at preview level either, but when the PDF is opened it is definitely there. I tried to 'flatten' it but cannot find a option that works.See attached file.

    I would love to help you, but I'm totally lost as to what you are trying to do.
    Here are my questions:
    Mac OS 10.4.11 - Acrobat CS4.
    There really isn't an Acrobat CS4. There is Acrobat 9 that shipped with CS4. But let's go one.
    I made a contact sheet of images in Bridge which was saved as a PDF.
    OK, that's good, I understand what you're doing.
    In Acrobat I pasted another image (different size ratio) and saved again.
    OK, this is where you lost me. Acrobat does not have a paste image ability. Exactly how did you get that image onto the Acrobat page? You copied from where? You pasted how? This is totally screwey.
    However, when I placed the image in Illustrator the pasted image did not show, only the original contact images.
    Placed what image? The original PDF contact sheet? Why are you trying to put it into Illustrator? There's no reason I can think of to do such a thing.
    PDF is usually the final output form. It isn't a page layout tool to place into other programs.
    It does not show at preview level either, but when the PDF is opened it is definitely there.
    Still trying to figure out what you talking about.
    I tried to 'flatten' it but cannot find a option that works.See attached file.
    You have totally lost me. There is no "flatten" in PDF? That's in Photoshop? What are you doing???

  • My podcast image is not showing up in itunes

    I am using feedburner for my podcast.
    I can see in my feed the <itunes:image href="the url of my image"/>
    But the image is not showing in itunes?
    I just added the image last week, and it is a 1400x1400 pixel jpg.

    It can take quite some days for the image to appear. If you've got it correctly in the feed it will appear eventually, it's just a question of waiting.

  • Cross Farm: User Profile Custom Properties do not show up in the consumer farm web applications

    I have a two SharePoint 2010 farms, one is the publishing farm and user profile service is running on this farm. I have defined a couple of new custom properties, and after a while these custom properties do not show up at the consumer farm end.
    So, on the publishing farm, I can udpate the user profiles with values in these custom properties. However, neither the custom properties nor the values got synchronized to the consumer farm. What puzzled me further is that some of the existing custom properties
    exist on the consumer farm, but not the new custom properties I recently added.
    1. I have made sure the application pool accounts on both the farms being added to the administrators with full control permission in UPS on the publishing farm.
    2. The User Profile Service proxy (connected to the publishing farm UPS application)  is associated with all the web applications on the consumer farm.
    3. When values in the user profiles on the publishing farm changed, these changes do not get replicated to the consuming farm user profiles. This symptom occurs on both custom and OOB user profile properties.
    However, I cannot find any other related information on the web, nor from the ULS logs.

    Hi,
    As I understand, it did not display the new custom properties you defined in the publishing farm at the consumer farm end.
    1. Check if the topology Discovery Service Application runs well in consuming farm. In the Central Administration, it is the Application Discovery and load Balancer Service Application, check if it starts.
    In the IIS, it is the topology, check if it starts.
    2. Check the permissions have been established if you have established consumer farm permissions on Provider Farm before you publish the service application.
        1. Go to Central Administration and going to “Manage Service Applications”.
        2. Click on “Application Discovery and Load Balancer Service Application” and click “Permissions” from the ribbon.
    Your farm GUID should be listed with full permissions.
    The article is about Shared Service Architecture in a multi farm environment
    http://blogs.msdn.com/b/russmax/archive/2010/05/06/sharepoint-2010-shared-service-architecture-part-2.aspx
    Best regards
    Sara Fan
    TechNet Community Support

  • When I open Photoshop CS6, the image does not show in Photoshop. The image IS open, i.e. the filename is shown on a tab and the image layers show in the layer panel. What is going on?

    Both Photoshop and Bridge open as usual. But when I open an image, the image does not show in the image area. The image filename does show in a tab and the layers show in the layer panel. What is going on and how do I fix this.

    I resolved the problem. It was somehow related to my using Microsoft
    theme pictures. I set Windows to use the basic theme and the problem
    went away. Thank you for the suggestions.
    Jac

  • Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.

    Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.  Is there a solution to this issue?

    I've seen the opposite issue.  My wife recieved an email with jpg attachments.  She couldn't see or print them on her iPhone 4S but they showed up fine in iCloud or in the mail app.  I had her forward the email to herself and then they showed up.  I assume there is an issue with how Apple is processing the attachments and resending causes them to get reformatted in a way that makes them easier to handle.
    So yeah.  Seems like some bugs.  Hope Apple fixes them soon.

  • Photo/Edit-In CS6. psd image does not show in LR after save/close.

    Whenever I edit (a copy) of an image in Photoshop CS6 from Lightroom 4.3 (Photo/Edit-In), after I save and close the image in CS6 the new psd image does not show in Lightroom. In order to see the image in Lightroom, I need to close Lightroom and then reopen Lightroom. It is almost like Lightroom needs to "refresh". Does anyone have a solution that does not require me to close Lightroom? I have tried to use View/Sort by extension, filename, edit time, etc. with no effect.

    This should not be so. I'm assuming that you do a <save> in CS6 - as opposed to <save as>. Only with <save> the image file will automatically be imported in Lr while <save as> creates a new file that Lr "knows" nothing about until you import it (for instance via "Synchronize folder").
    If the behavior you describe follows a <save> in CS6 it is not normal.
    This could be due to a corrupt Preference File. This file can go "funny" and is then responsible for all kinds of strange behavior of Lr. The remedy is replacing the Preference File.
    BTW: Re-installing Lr does not replace the Pref. File since it is designed to "survive" upgrades.
    See here for where to find the Preference file for your OS: http://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroo m-4.html
    See here for how to go about Replacing the Preference File: http://lightroomers.com/replacing-the-lightroom-preference-file/745/

  • I am trying to create an responsive HTML5 output, but images are not showing up.

    When I preview my output, the images are note showing up. It is simply the blank outline of the image with the little image icon in the top left corner.
    As it is compiling I see the message "Warning: Image maps are not converted to relative size". Is there something in the setting that I need to change, or is that even the problem?

    Can you check your output folder: are the images copied to your output? If they are missing, are the images listed in the Project Manager pod in RoboHelp?
    The warning is unrelated. Since image maps work with pixel coordinates, you can't simply make them responsive. You are probably using an image map in your project. This is causing the warning. It is not a problem since the image map will still work. But if the image map is very large, it may give a bad experience on smaller screens. You may have to decide whether to change or remove the image map if you want to support mobile.

  • Custom JMX MBeans not showing JRMC under Weblogic 10.3.1

    Hi,
    I have created some custom JMX MBeans and registered them with the Runtime MBean Server as described in the documentation in a ApplicationLifecycleListener. Even though the ObjectInstances I get back from the MBeanServer indicate that the MBean is registered, when I connect to the server using JRockit Mission Control I only see the standard Weblogic MBeans and my custom MBeans do not show.
    Side note, when I deploy my application in Weblogic 9.2.3 my custom MBeans do show in JRMC? Weird!!!! Both servers are in development mode and both are using JRockit as the JVM.
    Regards,
    Mark P Ashworth

    You should be able define a remote connection to the WLS MBean server in the JRMC Console in the same fashion as in JConsole. You will however loose a lot of functionality, since (I assume) the JVM MBeans in the platform MBean server will not be avilable from the WLS specific MBean server. Pretty much the only remaining tabs of interest will be MBean browser and the trigger tabs. I guess you could also redefine the other tabs to show WLS specific attributes of interest.
    If you wish to monitor the JVM MBeans in the platform MBean server together with the WLS MBeans, then you need to make WLS use the platform MBean server instead of its own, just like the previous entry suggested.

Maybe you are looking for

  • ITunes 8 and ID3 Tags

    Hello good people of the board. I am getting a problem when using iTunes 8, every track I attempt to play starts for about 2 seconds and then hangs until the ID3 Tags have been written, I get a little box pop up and tell me this is happening but no w

  • Error 500 from Microsoft Remote Desktop for Mac and for iOS but not for Windows

    I am running Windows Server Standard 2012 as a basic File server and Remote Access Server.  I am able to log into to Server remotely using Windows Remote Desktop Client on Windows 7 and 8 machines without problems When I try to log in using outside t

  • Dreamweaver MX 2004

    I am new to DW and I am following a tutitorial in the book "macromedia dreamweaver mx 2004 - training from the source". I cannot locate the HTML Styles tab in the panels. I changed the preferences to use HTML instead of CSS for text editing but still

  • I can't open the 'petite diary' that i purchased

    i can't open the 'petite diary' that i purchased, like this:

  • Get rid of tearing

    Hello I have Intel Graphics HD 2000 gpu built into my cpu, I have latest x.org, kernel from Core and Extra. I use XFCE. Tried with the kernel compiled with ck.  Tried with libdrm and xf86-video-video from git, same problems. Here is my xorg.conf: Sec