<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Format picture using OLE: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/format-picture-using-ole/m-p/4726726#M1109630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We download employee data along with his photo into word document. Photo is maintained in OAAD transaction. the problem is while downloading the picture occupies the whole page. we are using 'WORD.OBJ' application in OLE.&lt;/P&gt;&lt;P&gt;Kindly let me know how do i reduce the size of the image?what is the method to be used? and also what are the properties to be passed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 05:31:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T05:31:10Z</dc:date>
    <item>
      <title>Format picture using OLE:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/format-picture-using-ole/m-p/4726726#M1109630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We download employee data along with his photo into word document. Photo is maintained in OAAD transaction. the problem is while downloading the picture occupies the whole page. we are using 'WORD.OBJ' application in OLE.&lt;/P&gt;&lt;P&gt;Kindly let me know how do i reduce the size of the image?what is the method to be used? and also what are the properties to be passed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 05:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/format-picture-using-ole/m-p/4726726#M1109630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Format picture using OLE:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/format-picture-using-ole/m-p/4726727#M1109631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use class CL_IGS_IMAGE_CONVERTER:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set IGS parameter&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD lo_igsconverter-&amp;gt;set_image&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      blob      = i_tab_org_binary&lt;/P&gt;&lt;P&gt;      blob_size = i_output_length.&lt;/P&gt;&lt;P&gt;lo_igsconverter-&amp;gt;input  = org_mime_type.&lt;/P&gt;&lt;P&gt;lo_igsconverter-&amp;gt;output = prev_mime_type.&lt;/P&gt;&lt;P&gt;lo_igsconverter-&amp;gt;height = prev_height.&lt;/P&gt;&lt;P&gt;lo_igsconverter-&amp;gt;width  = prev_width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Execute IGS conversion&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD lo_igsconverter-&amp;gt;execute&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      communication_error = 1&lt;/P&gt;&lt;P&gt;      internal_error      = 2&lt;/P&gt;&lt;P&gt;      external_error      = 3&lt;/P&gt;&lt;P&gt;      OTHERS              = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get converted image&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD lo_igsconverter-&amp;gt;get_image&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      blob      = lt_prev_binary&lt;/P&gt;&lt;P&gt;      blob_size = prev_size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 13:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/format-picture-using-ole/m-p/4726727#M1109631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T13:25:57Z</dc:date>
    </item>
  </channel>
</rss>

