How to embed BARCODE into smartform ?

Hi All,
     I have a requirement to embed an EAN-128 barcode for handling unit(EXIDV) and other fields in a shipping label(smart form).please let me know how should I send the value for these
·       start code
·       FNC1
·       application identifier
·       data
·       checksum
·       stop code
Parameters?
I have created a Z-Barcode format with Bar Code Symbology: Code 128 and I am planning to  use it to create EAN128 format is it correct?

Hmm. topic is from 2005. But havent they gotten something better than iframes since 2005??? I find iframes not flexible enough to paste in portlets, made by, say mod_plsql into a article publisher tool.
For example, I want to make an article using my companies article publication tool (Intranett publisher) saying..
Blah blah blah
If you look at the table below u see the current data updated every hour:
<iframe call to portlet with data>
This data is blah blah blah etc
When I use iframe I have to set the size (I dont know how big table will be in the future), and get ugly borders with scrollbars if I dont set size right. Isnt it any better code out there yet? Hopefully as easy as embed pictures from the outside.

Similar Messages

  • How to embed html into keynote

    I want to embed the youtube code for a vid into my keynote presentation so when I export to flash I can post the entire thing online, the presentation will work and I can watch the vid too. Any thoughts on how to embed html into a keynote page?
    Thanks,
    Jeremy

    The only way to get video out of Keynote that I know of, is the QuickTime export. Now, if you use another tool after that (to convert the QuickTime video) that might be able to work for you.

  • How to embed excel into a region on portal AS

    How to embed excel into a region on portal AS??
    Any suggestions will be appreciated...

    Hmm. topic is from 2005. But havent they gotten something better than iframes since 2005??? I find iframes not flexible enough to paste in portlets, made by, say mod_plsql into a article publisher tool.
    For example, I want to make an article using my companies article publication tool (Intranett publisher) saying..
    Blah blah blah
    If you look at the table below u see the current data updated every hour:
    <iframe call to portlet with data>
    This data is blah blah blah etc
    When I use iframe I have to set the size (I dont know how big table will be in the future), and get ugly borders with scrollbars if I dont set size right. Isnt it any better code out there yet? Hopefully as easy as embed pictures from the outside.

  • How to embed music into adobe muse

    I wanna make a website for a musician and I'm wondering how to embed mp3 songs on the website.
    Thanks

    Hi ritasaluix,
    Please refer to the following threads:
    Re: How to add audio into Muse (not in the background)?
    Re: how do i embed audio (mp3) in muse?
    Regards
    Sonam

  • How to embed audio into an image?

    Hi there,
    I'm trying to embed audio into an image so that clicking on the image plays the audio.  I've tried adding a behavior to the image but it doesn't seem to work.  Any thoughts?
    Denbeck

    You might be able to do something convoluted and complicated with JavaScript.  The HTML4 standard is designed around text, not movies and audio.  So I actually wouldn't expect DreamWeaver to be able to do this.
    If you don't have Flash, You should look online for FREE or reasonably priced Flash Slide Shows.  There are dozens of them, and some can play audio while showing a picture.
    Otherwise, if you do have Flash, someone on the Flash forums could probobaly give you a couple lines of action script code or a quick flash tutuorial and you will be done in no time.
    So to answer you question.  You can't embed audio into an image with DreamWeaver, or any other HTML editor for that matter.   Your best option is to use Flash.

  • How to embed font into PDF - Listener 2.0.2 FOP configuration

    I need to embed custom font into PDF report in order to print one of Slovenian characters: Č (C with caron) This character shows as # sign when I generate standard PDF report using Apex 4.2.2 and Listener 2.0.2. As far as I understand 14 native Adobe PDF fonts are based on Windows 1252 encoding. This encoding doesn't include mentioned Slovenian character.
    Oracle White paper http://www.oracle.com/technetwork/developer-tools/apex/learnmore/custom-pdf-reports-1953918.pdf says:
    "APEX Listener 2.0.2 supports only the Base-14 fonts. To configure additional fonts, see this document: Apache(tm) FOP: Fonts "
    I was able to embed my custom font into standard Apache FOP report server. Solution consist of saving two files my_font.ttf and my_font.xml to server and update of FOP userconfig.xml file (fonts part where path to saved 2 files have to be specified)
    How can I do this on Apex Listener 2.0.2 ? Where is located userconfig.xml file?
    Simon

    Hello Ivaylo Mutafchiev,
                                           There is no way we can control the fonts in the created PDF / while creating the PDF using the class cl_document_bcs in your PDF creation logic.
    You can try some other approach of creating PDF from the Smartforms OTF stream data .
    Try using the follosing FM for the PDF creation and sending email:
    CONVERT_OTF_2_PDF
    CONVERT_OTF_AND_MAIL
    SO_OBJECT_SEND
    CONVERT_OTF_AND_MAIL_NEW (Try this but this FM still uses  the class that you are using currently. But give it a try and see the results)
    Hope this answers your question.
    Thanks,
    Greetson

  • How to embed font into generated PDF?

    Hi,
    I have an issue with cyrillic fonts in PDF-file, generated from smartform using the following mechanism:
    1. Run FM for smartform with ==> getotf = 'X'
    2. Perform CONVERT_OTF retrieving result into a XSTRING.
    3. Converting xstring content into a table using "cl_document_bcs=>xstring_to_solix).
    4. Creating mail to an external internet user with attached pdf ==> using "cl_document_bcs=>create_document..."
    Smartform contains cyrillic content, based on HELVCYR (Helvetica cyrillic) font. Application server is based on Windows.
    Everything worked well (for months!) for allmost all of the clients of our customer. Of course, some of clients have different OS-es (such as Linux, Mac OS, etc.), and then the problem starts - they doens't view properly the cyrillic content. English content (even numbers, etc.) are properly displayed. We found what fonts are used in the PDF, but my questions are:
    1. Is it possible to embed the font into generated PDF-content?
    2. If no, is it possible to generate PDF-content non-selectable (i.e. in some image mode) ?
    If yes, how to do this?
    Or is there any other way to workarround this issue - to be able to display mail with attached PDF-content with cyrillic on different OS-es? It would be better if it is possible without calling external converter...
    Any help would be highly appreciated.
    Thanks in advance.
    Regards,
    Ivaylo Mutafchiev

    Hello Ivaylo Mutafchiev,
                                           There is no way we can control the fonts in the created PDF / while creating the PDF using the class cl_document_bcs in your PDF creation logic.
    You can try some other approach of creating PDF from the Smartforms OTF stream data .
    Try using the follosing FM for the PDF creation and sending email:
    CONVERT_OTF_2_PDF
    CONVERT_OTF_AND_MAIL
    SO_OBJECT_SEND
    CONVERT_OTF_AND_MAIL_NEW (Try this but this FM still uses  the class that you are using currently. But give it a try and see the results)
    Hope this answers your question.
    Thanks,
    Greetson

  • How to embedd barcode into the PDF output

    Reports 9i documentation indicate that now it's possible to embedd barcode font into the generated pdf report output. Anybody done this or have any example how to do it ?
    Any help will be great. (tryed to play with the uifont.ali file - no luck.)

    Yes, i've seen this document.
    I'm trying to embedd barcode font into generated PDF file using entries in the uifont.ali file. Can't make it working.
    Did not look into using JavaBeans yet (don't want to do additional overhead yet.)
    Anybody has success doing this task ? Do you have - How to ... or something on this ?
    Any help will be great.
    Thanks.

  • How to Embed ALV into viewcontainerUIelement Programatically in Webdynpro

    Hi Experts,
    I want to embed an ALV into viewcontainerUIelement programatically, i.e, I create the ViewContainerUIelement at the runtime and embed an ALV at runtime. Is this possible? If yes then how.
    Regards,
    Biswajit

    Hi ,
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80a3de18-ee00-2d10-bfb3-946d7e00fd91]
    Please refer to this article for dynamic alv with code.
    regards
    Kuldeep

  • How to embed data into an InDesign Document

    Hello everybody,
    I'm porting a QuarkXTension to InDesign CS3 on PC but, maybe, I've found a showstopper...
    The current xtension writes some collected data into a document slug that is retrieved by an external application simply scanning the content of the file.
    I need to maintain the same way with InDesign but I've discovered that the persistent data added to a document workspace doesn't stay all together when is more than few KBytes (everything seems to be ok until 2 KBytes but that's too little) inside the InDesign document but is scattered on many locations. Of course this makes the work of the external application impossible.
    Is there any way to command/force inDesign to write the persistent data insidde the file in one single chunk?
    I understand this is something unusual but that's the way that complex publishing workflow works and can't be changed in that part.
    Thanks a lot in advance for any help.
    Best regards,
    Luca Severini

    I think I have found a possible solution to embed my data in a way readable by an external application. To use the XMP toolkit.
    Very interesting the fact XMP Toolkit includes the source of a simple command line tool that parses the xmp embedded into InDesign file.
    The same source can be easily modified to get all the objects contained in the document aka database.
    Bye
    Luca

  • How to embed applescript into a shell script for notification center

    I have managed to cobble this together:
    You can run it in your Terminal, it is harmless, and will output results that will show you a notification from notification center:
    I have items on my pasteboard as the results of a script, I want to pbpaste them into the below command, but can't get the syntax right.  I am not objectionable to string concatenation and building or whatever it takes.
    osascript -e 'display notification "The url(s) are on your clipboard from my.app" with title "my.app has finished" subtitle "Some Sub title"'
    Ideally, I want to put `pbpaste` in the "Some title" section, but I get the literal string. I try creating a variable, and get that literal string.
    I tried building the entire string up as one variable, which in the Terminal echo'd out and works, but in Notification Center, I get the actually literal variable.  It's mainly a bash script, so the context witch to AppleScript i being a pain in the rear.
    Suggestions? Any master out there that this makes any sense to?

    As it stands, and the way you have your notification structured, this is the output from the notification center. I did an echo "From the clipboard" | pbcopy before I ran the following script. It uses a Bash function, osascript HERE document, and shows how to pass variables to the function, and receive them in AppleScript. If you want substring text that is not the result of pbpaste, then you can either make the string inside the AppleScript, or pass the string in as a variable.
    To get this output, I used the following Bash/Osascript combination:
    #!/bin/bash
    #osascript -e 'display notification "The url(s) are on your clipboard from
    #my.app" with title "my.app has finished" subtitle "Some Sub title"'
    function notification () {
      `osascript <<-AppleScript
            set txt1 to "The URL(s) are on your clipboard from "
            set txt2 to " has finished"
        set appName to "$1" as text
        set subStr to "$2" as text
        set noteStr to txt1 & appName
        set titleStr to appName & txt2
        tell application "System Events"
            display notification noteStr with title titleStr subtitle subStr
            delay 1 -- give notification time to fire
        end tell
        return quit
    AppleScript`
    appName="foo.app"
    #echo $appName
    subTitle="$(pbpaste)"
    #echo $subTitle
    notification "${appName}" "${subTitle}"
    exit 0

  • How to embed audio into file for export to pdf

    Hello, I've transcribed a two-hour lecture and copied it into Indesign.  I would like to create a pdf with the audio of the lecture embedded in it so that when the reader clicks on a paragraph or a button the audio for that particular sentence or section starts up. The point is to allow the reader ready-access to the audio that corresponds with the transcript. Ideally the reader could click anywhere in the text and the audio would start there.  Does anyone have any suggestions for making this kind of document? much appreciated.

    no pardon necessary! i need to embed the audio file because it contains the original lecture, that's what I want the reader to have access to while reading the transcription, since the transcription is not meant to substitute for but rather supplement the audio. for example, in the transcribed text I have put "[...]" for segments of the recording that are inaudible. If I put the original audio into the file then the reader has the option of going to that specific section and listening to it themselves. basically i want to create a pdf document of a lecture. I want to be able to highlight important parts of the lecture, search the lecture for key-words, and scan it quickly for specific items of interest, but I also want easy access to the original audio because tone of voice isn't translatable into text (and the tone of voice in this case is important for meaning), and because there are many segments that I couldn't hear, so I'm trying to figure out the best way to link sections of the text to specific sections of the audio.

  • How to Embed HTML into a Infopath form with out using the custom code???

    Hi ,
    This my first post in MSDN, so kindly ignore if there is any faults/mistakes.
    scenario:
    I am updating a HyperLink(url) to an infopath Field (Such as Rich text box /Label) from a third party workflow(Nintex),it is not able to embed the html data .is it possible to embed html controls like <a> and <Br> tags in the infopath form?????

    The InfoPath form can be configured to export some of the fields as columns... by doing so, the workflow can simply update the list item's metadata, and the value is pushed into the InfoPath form data.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Flash CS4 - How to embed characters into font symbol ?

    Does anybody know how to decide what characters will be
    ebedded in font
    symbols?
    For now, it seems that Flash has unchangable list of
    characters which will
    be added. Unfortunately there are no characters used in
    central Europe which
    means that Flash can't be used to present dynamic text
    contents in these
    countries. Maybe somebody knows how to workaround this bug if
    solution not
    exists?
    Regards,
    Marek

    > Either your copy of Arial doesn't have glyphs mapped to
    the characters
    > you're
    > using in which case you need to change fonts or you're
    not embedding the
    > font
    > correctly.
    >
    > Can you give me an example of a Polish character that
    doesn't display so I
    > can
    > try it?
    In the meantime I have found the source of the problem!
    Responsibility for
    all problems bears option "export for ActionScript" checked
    on in font
    symbol. When this option is activated another character set
    is embedded into
    SWF file than in case when option says inactive.
    I have created FLA file with one dynamic field and embedded
    font symbol with
    default name Font 1. Dynamic field has 6 characters added to
    "Character
    Embedding". "Font 1" family is assigned to this text field.
    When SWF is
    exported then those 6 characters are present in size report.
    Only those
    characters can be used in text field content obviously. Other
    will be not
    displayed, which is ok.
    Now I turn on option "export for ActionScript" in font
    symbol. The size
    report shows that much more characters is exported but
    WITHOUT any Polish
    characters even if they were included into mentoned above 6
    characters.
    Since then it stopped to be possible using CE characters.
    If you want I can create 2 FLA files differ from each other
    state of that
    option.

  • How to embed reports into proposals.. ?

    Hi All,
    I followed the steps as per the bookshelf "http://supportweb.siebel.com/support/private/content/Bookshelf/78Siebel/books/CorProPre/CorProPre_Proposals10.html" and embedded the report section in to my proposal template section. but the report is not displaying in the generated proposal document and "Error in Report Generation" error is populated in relavant report sections..
    Report executable exists in Siebel Reports\ENU folder.
    Please guide me how to fix this.
    Thanks,
    Sriram

    Does the report have any records to display ?
    When you compiled the report did you test it against a siebel record to make sure it displays OK ?
    Does your proposal have conditions against it ? it make be that its got nothing to display (for instance a condition to only pick up the Active Quote , but there are no Active Quotes ).
    Is the report on All the Siebel Servers ?
    Check those things .....

Maybe you are looking for

  • Colour Management - who does what - Some thoughts now the smoke is clearing

    First up, thanks very much to everyone who contributed their ideas and expertise to my recent query here, when I was seeking help for a problem with colour management issues when printing a magazine I edit. I have a ton of suggestions  to work throug

  • Deleting invoice document from the 2LIS_02_SCL

    Hi, I have a requirement that i need to delete the invlice documents from purchasing extraction into BW. This is  particular to invioce document type 'ZRS',I need to delete these invoice document types entering into BW system I know purchasing relate

  • Unable to connect to itunes and youtube

    Hi i have recently reseted my ipod using the reset button in the ipod coz i was unable to delete the unwanted pics and songs. Its very difficult in terms of deleting the items thats no longer required. After this, i am unable to go to itunes and yout

  • Setting custom ringtone in iPhone

    Hi, I am using a iPhone 4S. I truely believe Apple iPhone is a great technology built by experts. In spite of, being a great Smart phone, why the setting of custom ringtone, which is very basic feature in any kind of phone, is so complicated? Can't t

  • How do i back up my ipad to my computer

    I need to back up my Ipad; the message I received was that my ICloud could not store all the data.  Where is the back up, then, on my computer??