<?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 Re: Facing Formatting issue with function module 'CONVERT_OTFSPOOLJOB_2_PDF' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110896#M1617484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like a problem of the Adobe lifecycle version you are using. However, you can try the following function module once:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'CONVERT_OTF'
 EXPORTING
   FORMAT                      = 'PDF'
   MAX_LINEWIDTH               = 256
*   ARCHIVE_INDEX               = ' '
*   COPYNUMBER                  = 0
*   ASCII_BIDI_VIS2LOG          = ' '
*   PDF_DELETE_OTFTAB           = ' '
 IMPORTING
   BIN_FILESIZE                = w_bin_filesize
*   BIN_FILE                    =
  TABLES
    OTF                         = t_otf
    LINES                       = t_pdf_tab
* EXCEPTIONS
*   ERR_MAX_LINEWIDTH           = 1
*   ERR_FORMAT                  = 2
*   ERR_CONV_NOT_POSSIBLE       = 3
*   ERR_BAD_OTF                 = 4
*   OTHERS                      = 5
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works 100% in normal situations but if it doesn't in your case then this has to be related to the configuration part. Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Atanu Mukherjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 12:18:27 GMT</pubDate>
    <dc:creator>atanu_mukherjee</dc:creator>
    <dc:date>2011-08-19T12:18:27Z</dc:date>
    <item>
      <title>Facing Formatting issue with function module 'CONVERT_OTFSPOOLJOB_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110895#M1617483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently facing an issue with the function module 'CONVERT_OTFSPOOLJOB_2_PDF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After convrtion of OTF to PDF,the formating is lost in the resultant PDF. Meaning, the otf is having bold in some places but the PDF is displaying the same places with normal font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.The font is looking different&lt;/P&gt;&lt;P&gt;2.In few places where it is in BOLD in spool display, it is lost in the PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the solution or workaround to fix this issue. &lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sathish Dasari.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 19, 2011 1:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 11:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110895#M1617483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T11:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Formatting issue with function module 'CONVERT_OTFSPOOLJOB_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110896#M1617484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sathish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like a problem of the Adobe lifecycle version you are using. However, you can try the following function module once:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'CONVERT_OTF'
 EXPORTING
   FORMAT                      = 'PDF'
   MAX_LINEWIDTH               = 256
*   ARCHIVE_INDEX               = ' '
*   COPYNUMBER                  = 0
*   ASCII_BIDI_VIS2LOG          = ' '
*   PDF_DELETE_OTFTAB           = ' '
 IMPORTING
   BIN_FILESIZE                = w_bin_filesize
*   BIN_FILE                    =
  TABLES
    OTF                         = t_otf
    LINES                       = t_pdf_tab
* EXCEPTIONS
*   ERR_MAX_LINEWIDTH           = 1
*   ERR_FORMAT                  = 2
*   ERR_CONV_NOT_POSSIBLE       = 3
*   ERR_BAD_OTF                 = 4
*   OTHERS                      = 5
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works 100% in normal situations but if it doesn't in your case then this has to be related to the configuration part. Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Atanu Mukherjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 12:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110896#M1617484</guid>
      <dc:creator>atanu_mukherjee</dc:creator>
      <dc:date>2011-08-19T12:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Formatting issue with function module 'CONVERT_OTFSPOOLJOB_2_PDF'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110897#M1617485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. However, I wanted to know if any work around is available for this issue. I have checked for the OSS notes but no luck. Please let me know if you have any information on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sathish Dasari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 05:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-formatting-issue-with-function-module-convert-otfspooljob-2-pdf/m-p/8110897#M1617485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-22T05:27:53Z</dc:date>
    </item>
  </channel>
</rss>

