How to display archive link picture in pdf

Hi, Experts
  I create a pdf form using tcode SFP, and create a graphics element in the form,
but i don't want to use the MIME object to disaplay,because our pictures are archive link.
How to display archive link picture in pdf form?
Thanks you very much!
Ken.li
Edited by: Ken.Li on Nov 17, 2009 3:50 AM
Edited by: Ken.Li on Nov 17, 2009 4:30 AM

Hello,
I can recommend you go through the tutorial called How Tou2026 Integrate ADOBE form on WebdynPro for ABAP and Deploy it on portal by Bhawanidutt Dabral. Ignore the fact it uses WD, I have tried the proposed solution how to load in the picture on a simple offline/ print form. Look around for this tutorial.
It propose to use the FM as follows:
CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    EXPORTING
      p_object       = c_graphics
      p_name         = lv_pernr1
      p_id           = c_bmap
      p_btype        = c_bcol
    RECEIVING
      p_bmp          = ls_z_if_test_cv-im_photo
    EXCEPTIONS
      not_found      = 1
      internal_error = 2
      OTHERS         = 3.
It passes the picture as XSTRING into the form and there you bind this data stream to a Image Field (not an Image!!! check this twice). Don´t forget to check the checbox to include picture data into the form file.
Hope this helps, Otto

Similar Messages

  • How to display a linked multi-page pdf?

    I am a DW newbie building a small website for my book design business. I would like to show book design samples as spreads in a multi-page pdf (set up with page display set to two-up)  linked to thumbnail images on a web page. I have created the links, but the pdf either opens in another window as single page, or (in Firefox) triggers a dialog box which asks to either dowload or open in Acrobat. Is the display of pdfs always dictated by the client browser settings or is there a DW behavior or widget that can accomplish this? Any other ideas on how best to display these samples? DW CS5.5, Mac OS 10.6.8.

    Thanks for your reply. I think I have what I need now: I can export pdfs out of InDesign as spreads, and then the pdf reader in the browser sees that spread in the linked pdf as a single page. Should have thought of that sooner. Would be nice if there was some way to control the display of linked pdfs with code rather than be at the mercy of the client browser.

  • With acrobat 7, how do I make links (within the pdf) open in a new window-tab?

    With acrobat 7, how do I make links (within the pdf) open in a new window-tab?

    No love? From anyone?

  • How do I copy a picture in PDF Format into Picasa

    How do I copy a picture in PDF Format into Picasa

    You can take a snapshot of the picture, which will put it on the clipboard, but I do not know how you will get it into Picassa without another program that can save in a graphics format. What OS are you using? Perhaps it offers a basic graphics program.

  • How do I make links work in PDFs on ipad?

    How do you make links work in PDFs on ipad?

    I downloaded your "test.pdf" file. First I tested it on a Mac in Acrobat and the links worked fine.
    Then I transferred it to my iPad and opened it in Reader 10.3. The links worked fine. When I clicked OK to the message I quoted above, they took me to the site in Safari browser.
    It could be that you need to reset your iPad. Hold down the Home button and Sleep/Wake button at the same time. Hold then thru the message about turning it off, until you see the Apple logo. Then let go.
    Relaunch Reader.

  • How can display the link Personalize

    In the portal I am displaying the links:
    I have the role of admon.
    Help, Logoff in Head Area(MastHead) How can display the link Personalize?
    Regards

    Assign yourself eu_role.
    Thanks
    Prashant

  • How to open archive link PDF in CRM Webclient UI

    Hi,
    i developed an own assignmentblock to display the last ERP billing documents for the current BP.
    In ERP we attach the printed PDF billing document as a archive link document which is stored on the SAP content server.
    I have the requirement to open this PDF document in my own CRM Webclient UI assignmentblock.
    I think i need a kind of URL to open the document.
    But i have now idea how this URL shall look like and how to generate it.
    Or is there another idea for this?
    Thanks a lot.
    Kind regards
    Manfred

    Hi Manfred Feger,
    I have a similar situation where in i need to display a document on web ui (help document),
    can u please share the details of your program.
    Have you saved your file on application server ?
    Thanks

  • Archive link Picture Print

    Hello all,
    I have a picture stored in archive link.
    I have a screen in which i use the class CL_GUI_PICTURE to display the picture. (I use the FM 'ARCHIVELINK_URL_GENERATE' to generate the url for that picture).
    What i need is a way to print that picture. CL_GUI_PICTURE does not have any method to print. How can this be done?
    Thank you,
    Nuno Silva

    Hello,
    I can recommend you go through the tutorial called How Tou2026 Integrate ADOBE form on WebdynPro for ABAP and Deploy it on portal by Bhawanidutt Dabral. Ignore the fact it uses WD, I have tried the proposed solution how to load in the picture on a simple offline/ print form. Look around for this tutorial.
    It propose to use the FM as follows:
    CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
        EXPORTING
          p_object       = c_graphics
          p_name         = lv_pernr1
          p_id           = c_bmap
          p_btype        = c_bcol
        RECEIVING
          p_bmp          = ls_z_if_test_cv-im_photo
        EXCEPTIONS
          not_found      = 1
          internal_error = 2
          OTHERS         = 3.
    It passes the picture as XSTRING into the form and there you bind this data stream to a Image Field (not an Image!!! check this twice). Don´t forget to check the checbox to include picture data into the form file.
    Hope this helps, Otto

  • How to display cyrillic characters in a PDF

    I am fairly green in terms of representing text in PDF documents and need some assistance. My main question is how do I represent Cyrillic characters in PDF files.
    I know the basics of how to represent text in PDF files and the PostScript commands to use. I know that bytes written to the file in the range of 0 to 255 will print correctly when using the correct encoding (we are using the WinAnsiEncoding). What I cannot seem to figure out is how to represent extended character sets and different glyphs (such as those used in the Cyrillic alphabet) in a PDF file. Do I need to use CID fonts and CMaps?
    Here is an example of the text I understand how to print:
    stream
    0.00000000 0.00000000 0.00000000 RG
    0.00000000 0.00000000 0.00000000 rg
    BT
    /Helvetica 14 Tf
    7.2 768.96 Td
    (Hello World!) Tj
    ET
    endstream
    I'm really not clear on how to represent any of the Chinese or Japanese fonts either, so really any help here is appreciated. Any examples are appreciated as well.
    Thanks!

    You don't need to use CIDFonts and CMaps for Cyrillic (though you can). The crucial thing to realise is that displaying Latin1 (that is, English and related text) leaves you in a very simple corner of PDF. Doing anything with other encodings instantly makes a project more complex, perhaps 10 times more complex. Far eastern fonts perhaps 10 times more complex again.
    The principle is the same for all of them. To use any character you need
    1. A font containing that character. PDF has built in fonts containing Latin1, such as Helvetica, but there is no such luxury for other encodings.
    2. The right (license) to embed the font.
    3. The technical ability to embed the font. In many case this isn't just a case of embedding a file as a stream, but also you need to analyse the tables in the font, and sometimes trim or modify them.
    4. An encoding for the font.
    5. Text streams which use character positions in the encoding to show the text.
    Basically you need to read and read and reread the chapter on text, and its references (such as font formats). This will become your constant friend or tormenter for the many months of the project.
    If you don't like the sound of that, or it doesn't make ecomomic sense to do that, there are many PDF libraries which have taken the necessary months or years to do this.

  • How to display a 4K picture through macbook retina HDMI connector

    Hello,
    I would like to know if it is possible to display an 4K Picture from a MBP Retina 15'' on a 84'' UHD Screen (LG).
    When i use the HDMI plug, the max resolution on the TV is 1920x1080.
    I would like to display à 3840x2160 picture or video.
    Do you have a solution.
    Thank in advance for your help

    Not sure if this is supported:
    From Apples support website:
    http://support.apple.com/kb/SP653
    Intel HD Graphics 4000
    NVIDIA GeForce GT 650M with 1GB of GDDR5 memory and automatic graphics switching
    Dual display and video mirroring: Simultaneously supports full native resolution on the built-in display and up to 2560 by 1600 pixels on up to two external displays, at millions of colors
    Thunderbolt digital video output
    Native Mini DisplayPort output
    DVI output using Mini DisplayPort to DVI Adapter (sold separately)
    VGA output using Mini DisplayPort to VGA Adapter (sold separately)
    Dual-link DVI output using Mini DisplayPort to Dual-Link DVI Adapter (sold separately)

  • How to display many Links like text with multi lines?

    I need to:
    1)display many links in one container like text
    2)each link have onClick event Handler
    Example:
    Link1 SomeLink2 Link3 \*
    Link4 AnatherLink5            \*
    AndOneMoreLink6              \*
    \* - right border of container
    i'v tried TileGroup, but it has colums.... Group - overlapped links in one place.... and so on.
    Any ideas how to do it?

    I think you overlooked some of the possibilities provided by Apex.
    For instance you can create a simple HTML region where you put the links as you prefer (makes sense if they are a fixed number and you need a special formatting).
    You can also create Lists (see shared components). Lists are specifically meant for links, like Task lists in the Apex Builder itself, but you cannot build them dynamically, so you must know in advance each and every static link.
    Or you can create a report if links come as result of a query which is good for building them dynamically.
    A fourth option is a PL/SQL region outputting HTP calls where you have total control over every aspect.
    Flavio
    http://oraclequirks.blogspot.com

  • How can I convert a picture in PDF format to Excel?

    How can I convert a picture (layout of floor plan) into Excel?

    This article shows how to disable OCR during the conversion: https://forums.adobe.com/docs/DOC-3062 - do the opposite to enable it.

  • How to create a link in a PDF pointing to PDF attachment in the same document.

    I have Acrobat Pro 9.3.1 and I want to create a link inside a PDF document which points to the PDF attachment in the same document. Though I'm able to do this with the help of the documentation at http://help.adobe.com/en_US/Acrobat/8.0/Standard/help.html?content=WS58a04a822e3e50102bd61 5109794195ff-7cad.html but the issue is that whenever I click on the link my original document closes and the attached PDF opens.
    Is there a way to open the PDF (attachment) in a new window when user clicks on the link in the parent PDF?

    Hi.,
    Search -  Passing a hyperlink in a Work item  in <<link removed>>
    Accoding to Forum Rules it will not allow to post link., please search it as above.,
    hope this helps u.,
    Thanks & Regards
    Kiran
    Moderator Message: If you know the Rules, why break it?
    Edited by: kishan P on May 26, 2011 11:11 AM

  • How to open a link in secure pdf on iphone?

    I got a secure pdf in my e-mail. I've already type in the password and be able to open the pdf. However, what I want to see is in the link in that pdf. I touch the link but cannot open the file. Please advise.

    I cannot copy the link. It's not show up the URL. I have to click on the link on that pdf. I also try on Acrobat Reader App.

  • How to display 3D still pictures on Qosmio F750-122?

    How can I dispayes still pictures on Qosmio 750-122 (glasesless ) ?
    Pictures from Panasonic Lumix 3G camera.

    Hi,
    I've got an LG P720 Optimus 3D Max mobile phone which has twin cameras for taking stereoscopic photos.
    On my Qosmio F750 11U (glasses free) I click a .jps file and the special "NVIDIA 3D Vision Photo Viewer 1.2.1" shows the .jps file as 2 photos side-by-side. I can then right-click that window and choose "Stereo view (fullscreen)". So it can be done! :-) At least on my 11U.
    I had to install newer drivers than those which came installed, and in "NVIDIA Control Panel" under "Stereoscopic 3D, Set up stereoscopic 3D", I have "Enabled stereoscopic 3D". That window irritates me because after setting a tick in the "Enable stereoscopic 3D" box, I have to click "Apply" (bottom right) before I can click the "Test stereoscopic 3D..."
    I hope this helps...

Maybe you are looking for

  • Processor Upgrade

    Hello, I'm new to the forum (although have been lurking for a while). I have scoured the forum and can't find my answer, so here it goes... I have a B&W G3 running at 300 MHz, which over the years I've added a Zip drive to (remember those?), a modem,

  • Is there any way of converting a jpeg image into a vector in Fireworks? Deity Babbage, where be thee?

    I am hoping for a quick way of converting images (jpeg etc) into a vector. Is this possible? Thanks Eddie

  • WEBLOGIC 7.0: SUPPORT REQUIRED

    "CERT_CHAIN_INCOMPLETE CERT_CHAIN_UNTRUSTED" My Application is CLARIFY and we are using weblogic 7.0 Our interfacing application Brass,which is using apache server. Both Brass and Clarify are communicating with each other through XML transaction. Rec

  • Apache Commons Net deployment fails to resolve, JDev classpath question

    I wrote a wrapper to apache's most recent version of commons-net package (version 1.4.1) to allow me to execute FTP services from an Oracle 9i2 database. After adding the common-net .jar file to the JDev libraries, and including this library in my pr

  • IMac Won't Connect to 5ghz Airport Extreme?

    Hi, Brought home a new 17" iMac (2.0, 1G Ram, Superdrive) and an Airport Extreme. I set up two networks, one for iMac and my wife's Macbook to run on the 802.11n (5ghz) of the Extreme, and the other a "g" network for the older laptops. I set this up