How to save the chart as image in the blob?

Hi,
I found a few topics with this problem but none solved the problem.
So, I have a chart created in the IR report and want to convert it to an image and save it in blob.
I want to print it later or it will send an e-mail
I use APEX 4.0
Thanks

Can someone help with this?

Similar Messages

  • How to save a new jpg image from the clipboard

    It seems like it should be simple but I can't find anywhere this has been documented.
    I have an image on the clipboard and simply want to save it as a new image.
    I've been using Image Events and I can get a file saved but it's always empty.
    Can someone please post some sample code to do this?

    I'm sure there's a more elegant way to script this, but here is a script I just wrote real quick that should at least give you a start to an alternate way of dealing with clipboard data without having to launch Preview...
    <pre style="width:630px;height:auto;overflow-x:auto;overflow-y:hidden;"
    title="Copy this code and paste it into your Script Editor application.">--see if clipboard is a file
    set filePath to ""
    try
    set clipPath to the clipboard as «class furl»
    set filePath to clipPath as alias
    end try
    if filePath is not "" then
    set newFile to getFileName("copied")
    do shell script "cp " & quoted form of POSIX path of filePath & ¬
    space & quoted form of POSIX path of newFile
    return --end
    end if
    --see if clipboard is image data
    set jpegDATA to ""
    try
    set jpegDATA to the clipboard as JPEG picture
    end try
    if jpegDATA is not "" then
    set newFile to getFileName("new")
    set theFile to open for access newFile with write permission
    write jpegDATA to theFile
    close access theFile
    return --end
    end if
    beep 1
    display dialog ¬
    "No file or image data found on the clipboard." with icon ¬
    note buttons {"Whatever"} default button 1
    on getFileName(type)
    choose file name with prompt ¬
    "Select a name and location for the " & type & ¬
    " jpeg:" default location (path to desktop) default name ¬
    type & ".jpg"
    end getFileName</pre>
    Hope this helps...

  • How to save JavaFX chart s as images

    how to save javafx charts as images. please help me in this.
    thanks in advance

    Here is my pie2D chart. how to svae it as image file
    Stage {
    title: "Pie Chart"
    scene: Scene {
    content: [
    PieChart {
    title: "What Is Your Favorite Pie?"
    titleFont: Font { size: 24 }
    data: [
    PieChart.Data {
    value: 21
    label: "Pumpkin"
    PieChart.Data {
    value: 33
    label: "Apple"
    PieChart.Data {
    value: 17
    label: "Cherry"
    PieChart.Data {
    value: 29
    label: "3.14159"
    }

  • How to save and retrieve an image in JSP/Java and MS SQL/server 2000?

    Hi All,
    I am uploading an image from the JSP page and want to store it in MS SQL server. I have made a column by the name "COMPANY_LOGO" with data type as image MS SQL/server 2000. How do I save the full image in the table and how do I display the thumb nail image on the JSP page???
    Regards,
    Raj

    BEFORE YOU POST A TOPIC HERE: Please be sure your topic is related to features or functionality of this site. This forum is not for general technology questions. Not sure which forum to use? Try searching for your topic in the "Search Forums" element on the left panel.
    Post your question in
    http://forum.java.sun.com/forum.jspa?forumID=45
    or
    http://forum.java.sun.com/forum.jspa?forumID=48
    Do not reply here

  • Anychart (render the chart as image)..

    Hi all and Javascript experts..
    Anychart Version: 5.1.2
    Apex Version: 3.2
    Oracle Database: 11g
    Is it possible to generate an "image of the chart" (instead of flash) content with anychart ?
    I mean ,if i run a chart in a APEX application, instead of genating a flash chart a Jpeg or PNG need to be genarated on the fly.
    i know in anychart we have a functionality that users can "right click" on the flash chart and "save it as a image". I dont know is there any way that we can use
    this functionality to render the chart as image.
    i found the following link..
    http://www.anychart.com/products/anychart/docs/users-guide/index.html?SaveAsImage.htmlthat mentioned about the save as image part.. Please help me if any one has any ideas to do this..
    Thanks
    SN
    Edited by: SN on Dec 28, 2010 7:19 AM

    Hi,
    maybe you can take a look at this example : http://anychart.com/products/stock/online-demos/html-js-samples-center/export-auto-to-server/index.html?v=1.0.0r7488#sampleView
    Yann.

  • How to add byte[] array based Image to the SQL Server without using parameter

    how to add byte[] array based Image to the SQL Server without using parameter.I have a column in table with the type image in sql and i want to add image array to the sql image column like below:
    I want to add image (RESIM) to the procedur like shown above but sql accepts byte[] RESIMI like System.Drowing. I whant that  sql accepts byte [] array like sql  image type
    not using cmd.ParametersAdd() method
    here is Isle() method content

    SQL Server binary constants use a hexadecimal format:
    https://msdn.microsoft.com/en-us/library/ms179899.aspx
    You'll have to build that string from a byte array yourself:
    byte[] bytes = ...
    StringBuilder builder = new StringBuilder("0x", 2 + bytes.Length * 2);
    foreach (var b in bytes)
    builder.Append(b.ToString("X2"));
    string binhex = builder.ToString();
    That said, what you're trying to do - not using parameters - is the wrong thing to do. Not only it is insecure due to the risk of SQL injection but in the case of binary data is also inefficient since these hex strings are larger than the original byte[]
    data.

  • How do I create a duplicate image inside the same page? Then how do I change the color of that image

    how do I create a duplicate image inside the same page? Then how do I change the color of that image from black to red?

    Hello there!
    Here is one way to create a duplicate image and colorize it. As you can see below, I have one image right now, that I want to duplicate.
    My layers panel looks like below.
    To duplicate your image, click the downward arrow on the right side of your Layer Panel.
    Select Duplicate Layer. This will duplicate the layer that the image is on.
    Select "OK" to approve the duplication.
    As you can now see in the Layers panel, the image is duplicated. The new layer is now at the top of the Layer panel.
    Now to colorize your image, go to Window > Adjustments.
    The Adjustments panel will now be opened. Select the Hue and Saturation icon as seen circled in red.
    The Hue and Saturation propertied panel will be opened. I selected "Colorize", and adjusted the hue and saturation bar to achieve the level red in my photo.
    As you can see below, the image is now red.
    Now i want to make sure only ONE of my image layers is red. I moved the Hue and Saturation layer to only be on top of the bottom layer. The image on the top layer now will not be affected by the red.
    Select the move tool, so I can now move the image layers so we can see both of them.
    With each image layer selected, you can take the move tool and move the images. I moved mine on top of eachother and you can see my red layer (bottom) and the non red layer (top).
    I hope that helps. i have also included helpful links.
    Please post back with any questions,
    Janelle

  • HT3275 I received this message and I'm unsure how to fix it "Time Machine couldn't complete backup to Time Capsule the backup disk image"/Volumes/The Vision Board/Alex Parry.sparsebundle" is already in use

    I received this message and I'm unsure how to fix it "Time Machine couldn't complete backup to Time Capsule the backup disk image“/Volumes/The Vision Board/Alex Parry.sparsebundle” is already in use

    Look at the more like this on the right column of the web page.
    This is the most common error here.. we answer it 5-10times every day.
    Simple method.. pull out the TC power cord .. count to 10.. plug in the TC power cord.
    Look at the other references for more info.

  • How to maintain the chart of accounts with the GL account number

    Hi to the entire group,
    can some let me know the process to maintain the chart of account with the GL account number.i am facing a problem when executing the interface in the batch job - it displays the message -- G/L account 2160371820 is not defined in chart of accounts XXXX.
    The GL account exists in the FS00 (both at chart of accounts & company code level) but when we use the report S_ALR_87012326, the GL account does not appear in the report.
    Kindly help me out.
    Advance Regards
    Harini

    HI
    Ex: In the chart of accounts u define account group Current asset from no.200200
          to 200299
    Know im creating Inventor account and Bank account
    i will goto fs00 GL account no .200200 HDFC Bank account
                  FS00 GL account no 200205  account group Current  assets
                   GL description Inventory A/C
    Regards
    Sure

  • Does any one tried anychart to save a chart as jpg in a blob for reports

    Hi does any body used anychart through plsql to save a chart as jpg in a blob in a table to display it in oracle reports, or for another use.
    Thank you :)

    Hi,
    Have you solved this?
    I have the same problem.

  • How to save HTML file with images present in the server to local machine

    Hi all
    In my application i have a option for the user to save HTML files with images present in the server. The HTML file is getting saved but the images are not being saved.
    The code i am using is below :-
    l
                        File fname = new File(filePath);
                        if(!fname.exists())                return;
                        FileInputStream istr = null;
                        OutputStream ostr = null;
                        response.setContentType("application/"+format);
                        response.setHeader("Content-Disposition", "attachment; filename=\"" + fname.getName() + "\";");
                        try { 
                             istr = new FileInputStream(fname);
                             ostr = response.getOutputStream();
                             int curByte=-1;
                             while( (curByte=istr.read()) !=-1)
                                  ostr.write(curByte);
                             ostr.flush();
    Can anyone suggest what i need to do
    regards

    The client should probably parse the html that comes down, and look for <img> links, and request those of the server as well.

  • New to using Firefox with MAC: How does one save a single jpeg image from the web (as in a right click on a pc?)

    New to using Firefox with MAC: How does one save a single jpeg from the internet, similar to using the right mouse click on a pc?

    If your question comes about because you have a single button mouse, it's time to visit your local computer store and get a ''real'' mouse for that MAC. I don't "get" Apple, they sell their hardware for almost twice what a comparable PC would sell for - and then they leave out what is probably the most important time saving control, the right-button.
    See this for setting the hidden pref for context menus in Firefox, for Mac's.
    http://kb.mozillazine.org/Ui.click_hold_context_menus
    type '''about:config''' in the URL bar and hit Enter
    Pref Name = '''ui.click_hold_context_menus'''
    Double-click to Toggle to '''True'''

  • Save excel chart as image (activeX)

    Hi community,
    I have to generate couple thousands xls files which have some data and a chart on the first sheet. Once the files are generated I'd like to sweep thru all of them and save the chart as an image (BMP, GIF, PNG, doesnt matter).
    I have no success though. I assume I am quite close, by using the Chart.export method, but actually nothing happens, the file is not created. (worksheet selection is good, and chart index must be one, as 0 or 2 gives me an error message while one is OK.
    Any ideas?
    thx.
    ps: i know how to export an image of a labview-chart, but I want the export to happen from excel..
    Solved!
    Go to Solution.

    Instead of getting a reference to the workbook worsheets collection you need to get a reference to the workbook charts collection (which is the collection of all the workbook chartsheets) . You select the chart sheet using its index and convert the resulting item to an Excel._Chart object (this is where you use this object). You can then export it.
    Ben64

  • How to save a scan in Image Capture?

    How do I save my scan in image capture?
    What option to I go to save it as a JPEG or PNG to my computer?

    There's no Save command because Image Capture automatically saves scans when you click the Scan button.
    To find the format options, you have to click Show Details at the bottom. This will reveal the save location and format options, including an Overview button so you can test your crop etc. settings before you do the final scan.
    Baby Boomer (USofA) wrote:
    Image Capture>Help>Image Capture Help.
    This suggestion is not very helpful because this information is very difficult to find in the Help. Image Capture doesn't have a "Save" or "Export" command like most apps do, so anyone trying to find this info in Image Capture Help will be frustrated until they eventually dig down and discover the section "Scan images with a flatbed scanner using detailed options." In fact, if someone searches for the term "save" it doesn't even turn up any results, and "JPEG" or "PNG" only turns up results for the digital camera import part of Image Capture, nothing about scanning.
    The Apple help for Image Capture is so incomplete and counter-intuitive that this is one of those times when it's better to answer the question directly then to dump someone into the top level of Help with no guidance.

  • How to save a chart after each iteration in a for loop?

    Hello,
    I have written code which initializes a spectrometer. Once initialized, if the "Capture" button is pushed, the spectrometer takes a new spectrum three times (see for loop) every second. This spectrum is displayed as a chart in my front panel. My code runs fine...it will update the spectrum every second.
    However, I want to be able to save each of these three iterations as separate graphs. Basically, I want to click "Capture" and have my code save three charts to a specified folder. How do I go about doing this?
    I've attached my VI.
    Thanks.
    Solved!
    Go to Solution.
    Attachments:
    Spectrometer Iteration.vi ‏444 KB

    Use Build Array to make a 2D Array of your X and Y data and use Write To Spreadsheet File to save the data.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Can I use Lion server to set-up a WPA2 wireless network in place of an AEBS?

    I'm contemplating replacing my Airport Extreme Base Station with my Core i5 Mac mini as the wireless network server, because this will get rid of a "box" (that I can sell!) and reduce power consumption, since my iMac is on all the time as my iTunes m

  • Display many fields of a lookup table in the main table

    Hello Experts, In MDM, I have a "Suppliers" table which is a lookup table. This table has 4 fields : - Supplier Name (Display Field) - Supplier Code - Email - Phone number In the main table, a field "Supplier" uses the "Suppliers" lookup table. This

  • Duplicate photos in import

    Hello, When importing photos each photo is duplicated.  I checked preferences in iPhoto but don't see where this is an option to uncheck.  It's wierd and annoying.  Is this a normal function of iPhoto?  Any way to stop this? Thank you.

  • REST API ACS vs ISE

    Hi all We are currently using ACS for wireless authentication. Guests register over an external Sharepoint webpage. The REST API is used to create and later delete these temporary users in ACS. Now we want to migrate to ISE. In contrast to ACS, the I

  • How to use NetworkInfo ANE ?

    I'm using Flash Pro to compile an iOS app. I need to know th MAC address of the device, and it seems I need to use the native extension made by Adobe. http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/networkinfo.html The problem i