<?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: Conversion to pdf File in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177759#M124746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERT_OTF Convert SAP documents (SAPScript) to other types. &lt;/P&gt;&lt;P&gt;CALL FUNCTION "CONVERT_OTF"&lt;/P&gt;&lt;P&gt;       EXPORTING    FORMAT                = "PDF"&lt;/P&gt;&lt;P&gt;       IMPORTING    BIN_FILESIZE          = FILE_LEN&lt;/P&gt;&lt;P&gt;       TABLES       OTF                   = OTFDATA&lt;/P&gt;&lt;P&gt;                    LINES                 = PDFDATA&lt;/P&gt;&lt;P&gt;       EXCEPTIONS   ERR_MAX_LINEWIDTH     = 1                   &lt;/P&gt;&lt;P&gt;                    ERR_FORMAT            = 2&lt;/P&gt;&lt;P&gt;                    ERR_CONV_NOT_POSSIBLE = 3&lt;/P&gt;&lt;P&gt;                    OTHERS                = 4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_OTFSPOOLJOB_2_PDF converts a OTF spool to PDF (i.e. Sapscript document &lt;/P&gt;&lt;P&gt;OTF_CONVERT wraps several other function modules. Will convert OTF to ASCII or PDF &lt;/P&gt;&lt;P&gt;CONVERT_ABAPSPOOLJOB_2_PDF convert abap spool output to PDF &lt;/P&gt;&lt;P&gt;SAVE_OTF_TO_MEMORY  Write OTF format to memory  export|import OTF internal table to|from memory id ...  &lt;/P&gt;&lt;P&gt;READ_OTF_FROM_MEMORY  Read OTF from memory  &lt;/P&gt;&lt;P&gt;PRINT_OTF   print OTF from internal table  &lt;/P&gt;&lt;P&gt;DISPLAY_OTF  Display an OTF table on the screen   &lt;/P&gt;&lt;P&gt;DISPLAY_POSTSCRIPT  Display a postscript table on the screen  tables postscript structure itcps  &lt;/P&gt;&lt;P&gt;CONVERT_OTF  Convert OTF format to various formats (TLINE table)  ASCII or PDF  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_2_PDF  Convert OTF to PDF (TLINE table). OTF can be filled used archivelink. Calls CONVERT_OTF.  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_2_PDF_ARCHIVELINK  Convert OTF to PDF (TLINE table). Calls CONVERT_OTF.&lt;/P&gt;&lt;P&gt;CONVERT_OTF_AND_FAX  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_AND_MAIL  &lt;/P&gt;&lt;P&gt;CONVERT_OTFSPOOLJOB_2_PDF  Input: spool # (SAPscript: tsp01-rqdoctype='OTF'); Output: PDF as internal table (TLINE) &lt;/P&gt;&lt;P&gt;CONVERT_ABAPSPOOLJOB_2_PDF  Input: spool # (ABAP listing: tsp01-rqdoctype='LIST'); Output: PDF as internal table (TLINE) &lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Feb 2006 06:52:57 GMT</pubDate>
    <dc:creator>vinod_gunaware2</dc:creator>
    <dc:date>2006-02-28T06:52:57Z</dc:date>
    <item>
      <title>Conversion to pdf File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177756#M124743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friend,&lt;/P&gt;&lt;P&gt;I am trying to convert my Sapscript output to pdf format. &lt;/P&gt;&lt;P&gt;I am using function convert_otf. I am getting the pdf file correctly. But I have following requirements.&lt;/P&gt;&lt;P&gt;-- I want to secure my pdf file, ie. I want that pdf file should be uneditable. Kindly guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 06:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177756#M124743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion to pdf File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177757#M124744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check program RSTXPDFT4   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 06:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177757#M124744</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2006-02-28T06:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion to pdf File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177758#M124745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;This is not possible.&lt;/P&gt;&lt;P&gt;See the similar threads:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="10747"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abapforum.com/forum/viewtopic.php?t=318&amp;amp;highlight=pdf" target="test_blank"&gt;http://www.abapforum.com/forum/viewtopic.php?t=318&amp;amp;highlight=pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 06:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177758#M124745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T06:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion to pdf File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177759#M124746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERT_OTF Convert SAP documents (SAPScript) to other types. &lt;/P&gt;&lt;P&gt;CALL FUNCTION "CONVERT_OTF"&lt;/P&gt;&lt;P&gt;       EXPORTING    FORMAT                = "PDF"&lt;/P&gt;&lt;P&gt;       IMPORTING    BIN_FILESIZE          = FILE_LEN&lt;/P&gt;&lt;P&gt;       TABLES       OTF                   = OTFDATA&lt;/P&gt;&lt;P&gt;                    LINES                 = PDFDATA&lt;/P&gt;&lt;P&gt;       EXCEPTIONS   ERR_MAX_LINEWIDTH     = 1                   &lt;/P&gt;&lt;P&gt;                    ERR_FORMAT            = 2&lt;/P&gt;&lt;P&gt;                    ERR_CONV_NOT_POSSIBLE = 3&lt;/P&gt;&lt;P&gt;                    OTHERS                = 4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_OTFSPOOLJOB_2_PDF converts a OTF spool to PDF (i.e. Sapscript document &lt;/P&gt;&lt;P&gt;OTF_CONVERT wraps several other function modules. Will convert OTF to ASCII or PDF &lt;/P&gt;&lt;P&gt;CONVERT_ABAPSPOOLJOB_2_PDF convert abap spool output to PDF &lt;/P&gt;&lt;P&gt;SAVE_OTF_TO_MEMORY  Write OTF format to memory  export|import OTF internal table to|from memory id ...  &lt;/P&gt;&lt;P&gt;READ_OTF_FROM_MEMORY  Read OTF from memory  &lt;/P&gt;&lt;P&gt;PRINT_OTF   print OTF from internal table  &lt;/P&gt;&lt;P&gt;DISPLAY_OTF  Display an OTF table on the screen   &lt;/P&gt;&lt;P&gt;DISPLAY_POSTSCRIPT  Display a postscript table on the screen  tables postscript structure itcps  &lt;/P&gt;&lt;P&gt;CONVERT_OTF  Convert OTF format to various formats (TLINE table)  ASCII or PDF  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_2_PDF  Convert OTF to PDF (TLINE table). OTF can be filled used archivelink. Calls CONVERT_OTF.  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_2_PDF_ARCHIVELINK  Convert OTF to PDF (TLINE table). Calls CONVERT_OTF.&lt;/P&gt;&lt;P&gt;CONVERT_OTF_AND_FAX  &lt;/P&gt;&lt;P&gt;CONVERT_OTF_AND_MAIL  &lt;/P&gt;&lt;P&gt;CONVERT_OTFSPOOLJOB_2_PDF  Input: spool # (SAPscript: tsp01-rqdoctype='OTF'); Output: PDF as internal table (TLINE) &lt;/P&gt;&lt;P&gt;CONVERT_ABAPSPOOLJOB_2_PDF  Input: spool # (ABAP listing: tsp01-rqdoctype='LIST'); Output: PDF as internal table (TLINE) &lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 06:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-to-pdf-file/m-p/1177759#M124746</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-02-28T06:52:57Z</dc:date>
    </item>
  </channel>
</rss>

