Is it possible to add a barcode image generator API on HTMLDB that support

Hi All,
Currently we create Barcodes images using a Java solution - open source API called Barbeque.barcode.servlet. Is it possible to add a barcode image generator API on HTMLDB that support multiple formats?
Our current process:
All jobs created in our system require a barcode which is then printed onto a cover sheet for each job (refer example). We also currently have individual barcodes printed on a single feed barcode printer for attaching to jobs sheets. We also print A4 sheets of barcodes with the Field Technican id number on that we sent out to them.
Thanks in advacne
Manoj

It certainly is possible to call Java from PL/SQL and so therefore from APEX.
The process is fairly well documented online and there's a well cited example of calling Apache FOP within these forums.
You may however need to do a little work to wrap your Java library using static methods in order to do this.
Regards
Ben

Similar Messages

  • Is it possible to add an 'Upload Image' option to a form in Muse CC 2014

    Hi,
    Im building a website via Muse and BC for a movie star client who has images of herself tattooed by ardent fans. Basically, the website is a gallery for fans showcasing the very best in inked images of herself on their skin. On the contact form in Muse, I'd like to add an option somewhere for the client to upload an image of their own tattoo to be included in the gallery (which will be added/edited manually in PS).
    Is this possible without too much xtra code? Or, will I need a single page where folks can upload their image to us which will include some sort of widget? I'd like to be able to manage it though without giving out an email address if possible?
    Any help most appreciated.
    Cheers

    Hi Rohit, thank you for that.
    I do have a FormsCentral account and notice on a tutorial I found on AdobeTV, that you can specify file types. This is something I'd like to be able to do as they will be images so PSD, png, jpg etc. But just looking over on BC I see that you can add 'Attach File 250mb limit' to a form (as you advised) but I can't see where you can limit to type? Is it in there?
    Finally, will the image be uploaded to the BC server-side (if I use BC form creation method and not FormsCentral) in some type of assets folder or, will the form simply send any clients uploaded images to the specified email account within the form?
    Whoops, final finally: Do you think that it is better to use FormsCentral for this or BC? I want the page to be customised so the form sits on some b-ground artwork. The client has a famous image where she is holding a burning card invite. I have already used this and overlaid a contact form in Muse which has worked really well, so I want to create a (hidden from menu) uploaded page looking exactly the same and this page will be linked directly from the other Contact page, driving any fans there who wish to then upload an image rather than just send a general contact. I hope that makes sense?
    I guess what Im trying to find out is wether FormsCentral data gets fed back to BC in the same way a BC-created form would be seen in the dashboard area.
    Thanks Rohit

  • Is it possible to add text or image or gallery as a div on upfront position with "close"  button?

    I making a webdoc parallax site. I need add text like a div upfront other content and I need to possibility to hide it by click. Is it posible?

    Can you provide an example which will give us the exact idea as what you are trying to achieve.
    Thanks,
    Sanjit

  • How to add styles to image in XML view ?

    Is it possible to add styles to Images in XML view ?
    <Image alt="alternate text " src = " " />
    I tried adding sytle= "align : right " but its not working. I just want to align this element in the view to the right.

    Hi Micheal,
    Pleas see the below code.
    View:
    <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"
      controllerName="testing.imageXml" xmlns:html="http://www.w3.org/1999/xhtml">
      <Page title="Image">
      <content>
      <Image id="img1" alt="alttextimage" src="images/img1.jpg" />
      </content>
      </Page>
    </core:View>
    Controller:
    onBeforeRendering: function() {
      this.getView().byId("img1").addStyleClass("myimage");
    Index.html :
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m,sap.ui.commons"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <script>
      sap.ui.localResources("testing");
      var app = new sap.m.App({initialPage:"idhome1"});
      var page = sap.ui.view({id:"idhome1", viewName:"testing.imageXml", type:sap.ui.core.mvc.ViewType.XML});
      app.addPage(page);
      app.placeAt("content");
      </script>
      <style>
      .myimage{float:right !important; width:300px; height:200px;}
      </style>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    Output :
    Regards,
    KK

  • Is it possible to add a Graph in the Teststand Labview OI

    Is it possible to add a graph to the Labview OI so that data can be passed up via the sequence context? Would posting a UI Message be the right way to trigger the graph to update? I'm not sure how to do this since the graph is not a UI control.
    Has anyone done this or is better to just pop-up a graph in a sequence step?  

    paulmw,
    I have not tried this, but one way you could do this is by running the VI with the same version of the LabVIEW run-time engine that the OI was build with.  The LV OI will load the run-time engine initially.  When TestStand runs the test VI, it will try to first load the run-time engine specified in the adapter configuration.  If the specified version is the same as the version used by the LV OI, it will used the one in memory.  Since TestStand and the OI share the same run-time engine, creating a queue in the OI and populating with the VI run by TestStand will theorically work.  Like I said, I have not tried this, but I am assuming it will work.   The key is to make sure the LV version used to create the LV OI executable and the VI are the same.
    Jose

  • Is it possible to process raw camera images using PSE 9?

    Can someone advise me if it is possible to process camera raw images using Photoshop Elements 9.

    That depends. Photoshop Elements 9 is compatible with Camera Raw up to version 6.5. So the files from any camera supported by that version of Camera Raw can be opened. Camera Raw 6.5 is quite old, and a lot of new cameras have been released since then. Newer versions of Camera Raw are required to open those images. But you can download the latest DNG converter and create digital negative copies of raw files from newer cameras. And those DNG files, which contain the raw image data, could be opened with what you have now.

  • Is it possible to add subitems into one entry in buttonchoice?

    Dear All,
    Is it possible to add entries in button choice as following?
    That is, add one line "Process Route Template" in the Button Choice "Additional Functions", then add three sub-items under this entry.
    Can anyone help on this? Thanks.
    Peter Peng

    Hi Peter,
    It is not possible to have sub-items inside the button choice action items.
    To achieve your requirement for MENU BAR ui element, in which you can add as many as sub-menu and menu action items.
    Hope this helps you.
    Regards,
    Rama

  • Is it possible to add an all time member to the time dimension

    We are on BPC 7.  Our time dimension has the normal Year, Quarter, Month rollup. 
    Is it possible to add an "All_time" member to the time dimension that would have all years rolling up to it or are our only choices Year, Halfyear, Quarter, Month, Week, or Day?

    TOTAL is not a valid selection for LEVEL.  Did you create this "TOTAL" manually some how?  I have seen "TOTAL" as a period but never a level.  Do you have a dimension file that you can get to work with this example in APPSHELL that you could share?
    According to the BPC Admin documentation it only comes with YEAR, HALFYEAR, QUARTER, MONTH, WEEK, DAY as valid options.  How do you get the TOTAL member added as a valid option for the LEVEL property:
    BPC Documentation Reference below:
    LEVEL
    Time can be a year, quarter, month, week or day. As described above, the PARENTH1 property is used to define the aggregation of the time periods.
    The LEVEL property is also very important in defining your time periods. You must have the correct Level (Year, quarter, month, etc.) for each member. You must follow the chronological format throughout the Time dimension. The correct format is:
    ·        YEAR
    ·        HALFYEAR
    ·        QUARTER
    ·        MONTH
    ·        WEEK
    ·        DAY

  • Possible To Add Chapter Markers To iDVD Slide Shows?

    Is it possible to add chapter markers to iDVD slideshows, or is that only possible in movies?
    I have a slideshow prepared with over 300 photos, and would really like to be able to create chapter markers [starting points] so a viewer doesn't have to click through so many photos to find a particular photo. This probably cannot be done, but I didn't want to proceed with my project, IF it is a possibility, and I am just missing some quick way to do this.

    The only way to create chapters in a slideshow is to create the slideshow as a movie in iPhoto or iMovie. This way you can create Chapter markers that will show up in menus.
    Each slide in an iDVD created slideshow is actually a different Chapter - that's why some set-top DVD players drop the audio on slide changes and why each slideshow can only have 99 slides.

  • Is it possible to add Audio on Demand to an image in Captivate 7 QUIZ for html 5 output in web browsers?

    We are trying to do a simple HEAR IT - SELECT IT type 'quiz' in Captivate 7 for an indigenous language project.  Our target output is html 5 to web browser.
    We have used the multiple choice question mode and have inserted IMAGES in place of text (although we left the question numbers visible)  
    The user should be able to click on a speaker icon to hear the audio file (as many times as they choose)  and then select the correct image answer.
    ALSO -  Is it possible to add sound effects for a correct or incorrect quiz answer?
    Thanks

    Attaching audio could be done to the Success/Failure captions, rather easily.You can put a shape button on a question slide, other interactive objects are not possible (Buttons on Question/Score Slides in Captivate 6? - Captivate blog). And have that shape button pause before the pause of the question slide. Use an advanced action with the Statement 'Play audio'. Don't use a simple action, because it will release the play head: Why choose Standard over Simple action? - Captivate blog
    User will then be able to click that shape button as many times as he wants, because the play head will remain at the pausing point. When he Submits the question, the two step process will use the pausing point of the Question slide: Question Question Slides in Captivate - Captivate blog
    Lilybiri

  • Is it possible to add a text box to an image in Aperture?

    is it possible to add a text box/caption to an image in Aperture? (I do NOT have photoshop)

    Do you want to write it directly onto the image? Then install and use the free BorderFX plug-in for Aperture. It will let you write text annotations directly onto the image or onto a border.
    Regards
    Léonie
    You can download BorderFX for Aperture from here: http://www.iborderfx.com/BorderFX

  • Is it possible to add or overlay text on an image to be used in a slideshow in Aperture?

    Is it possible to add or overlay text on an image to be used in a slideshow in Aperture v3.2.2? If so how? Thanks.
    RJT

    Start here.
    Don't miss this:
    Stage 7: Titling and Adding Text to the Slideshow
    Add a title to your slideshow using the titling controls. Insert a blank slide at the beginning of the movie to display your title. You can also use blank slides to act as chapter dividers. Add text to individual slides where appropriate.
    or this:
    Adding Text to an Individual Slide
    Message was edited by: Kirby Krieger -- added final link.

  • Is it possible to add a logo layer to an H264 video

    I just found out the following Adobe FAQ :
    quote:
    Q: Does the H.264 implementation in Flash Player support
    alpha channel?
    A: No. Our first implementation does not support alpha
    channels using H.264...
    Would that means that it is not possible to add a logo layer
    to an MPEG4/h264 video

    Unfortunately, fading out at the end and fading in at the beginning does not create a seamless loop, since there are a few moments when the clip alpha is 0% and everything is completely black.This might be ok for some situations. But for creating a seamless loop, I need to have something, well, more seamless.
    Actually, I think I may have come up with a possible workaround to simulate a true seamless loop of an embedded video (at least get closer to it) by placing a still image (which has been converted into a movie clip) of the first frame on a new layer at the last frame, and then copying that keyframe and pasting it about 25 frames before the end, then alpha fading from the first keyframe to the final frame.
    It is not perfect, but it's something.
    Perhaps someone else might have a better solution?

  • Is it possible to add a jpeg and a layer on top

    Hi,
    I want to add a jpeg image as a background to an applet then i want to add a layer (perhaps a panel) on top of this to draw circles and lines using the Graphics2D class.
    Is it possible to do this??
    If so can you point me in the right direction please.
    Many thanks

    /*  <applet code="AppletBackground" width="400" height="400"></applet>
    *  use: >appletviewer AppletDrawing.java
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import java.net.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class AppletBackground extends JApplet
        public void init()
            BackgroundPanel panel = new BackgroundPanel();
            setContentPane(panel);
            getContentPane().setLayout(new BorderLayout());
            getContentPane().add(panel.getUIPanel(), "North");
        public static void main(String[] args)
            JApplet applet = new AppletBackground();
            JFrame f = new JFrame(applet.getClass().getName());
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(applet);
            f.setSize(400,400);
            f.setLocation(200,200);
            applet.init();
            applet.start();
            f.setVisible(true);
    class BackgroundPanel extends JPanel
        BufferedImage image;
        boolean fill;
        public BackgroundPanel()
            loadImage();
            fill = true;
            setOpaque(true);  // for safety (laf variant)
            setBackground(Color.white);
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            int w = getWidth();
            int h = getHeight();
            int side = Math.min(w, h)/4;
            int imageW = image.getWidth();
            int imageH = image.getHeight();
            double xScale = (double)w/imageW;
            double yScale = (double)h/imageH;
            double scale;
            if(fill)
                scale = Math.max(xScale, yScale);
            else
                scale = Math.min(xScale, yScale);
            double x = (w - imageW * scale)/2;
            double y = (h - imageH * scale)/2;
            AffineTransform at = new AffineTransform();
            at.translate(x, y);
            at.scale(scale, scale);
            g2.drawRenderedImage(image, at);
            g2.setPaint(Color.red);
            g2.draw(new Rectangle2D.Double(w/2 - side/2, h/2 - side/2, side, side));
            g2.setPaint(new Color(200,240,240,100));
            g2.fill(new Ellipse2D.Double(w/2 - w*3/8, h/2 - h*3/8, w*3/4, h*3/4));
            g2.setPaint(new Color(180,0,180,40));
            g2.fill(new Ellipse2D.Double(w/2 - w*13/128, h/2 - h*13/128, w*13/64, h*13/64));
        public JPanel getUIPanel()
            final JCheckBox fillCheck = new JCheckBox("fill", true);
            fillCheck.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                    fill = fillCheck.isSelected();
                    repaint();
            JPanel panel = new JPanel();
            panel.setOpaque(false);
            panel.add(fillCheck);
            return panel;
        private void loadImage()
            String fileName = "images/timberwolf.jpg";
            try
                URL url = getClass().getResource(fileName);
                image = ImageIO.read(url);
            catch(MalformedURLException mue)
                System.out.println("Bad URL: " + mue.getMessage());
            catch(IOException ioe)
                System.out.println("Read trouble: " + ioe.getMessage());
    }

  • Is it possible to add a codec to an exsisting pla

    is it possible to add a video codec to the creative zen vision m via firmware upgrade so i no longer have to deal with the bloody .m4v format that almost all (video) podcasts come in as

    "Another great advantage is if it will be possible to tranfer images directly from a camera to the vision:m! "
    The full size Zen Vision has a compact flash slot, and an adapter is available for that slot for other formats of flash memory. Transferring images from a digital camera is typically extremely slow. Removing the flash memory card from the digital camera and placing it into card reader (such as one hooked up to a pc or the one incorporated into the full sized Zen Vision) will transfer the images so much faster.

Maybe you are looking for

  • No Sound Output but Still Loaded

    Hi guys, this is my first journey with Arch Linux and this introduction process has been fairly trouble-free with the exception of getting my sound system working. Right now I'm running a Macbook Pro 6,2 (Mid 2010) with two audio devices: 1) an Intel

  • How can I limit the number of rows in Oracle?

    Hi All, I am using very complex query where I join 6 table to fetch data from database. I have requirement like fetching a first 10000 row and then fetching another records after 10000 and so on. I just want to know how to fetch a limited number of r

  • Release 11.1.4.62 does not install on Windows XP. Mobil Device Service won't start

    After downloading and installing iTunes 11.1.4.62 the install gets the error that the it was unable to strat the Mobile Device Service.  The application event logs shows that the service was unable to start and could be do to not having proper permis

  • Rule or script to delete specific attachments in Mail?

    Some people send signature images with every email, wasting disk space and making it difficult to search for emails with useful attachments. I would like to have a rule or script that deletes PointlessLogo.gif from incoming mail, while leaving other

  • Org Structure creation for different countries

    Hi, Pls guide me as of how to proceed with the scenario.Client has Organization structure in 2 countries,that is India and srilanka. 1/ While configuring in the system for creating Org structure should i change the MOLG value(in SU3)accordingly for e