<?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: Multiple documents in a PDF  conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606242#M272011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you start your convert from SAP spool, your are right it's too late to make 1 PDF file per invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According of your SAP version, it's possible to create directly PDF file from SD application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you have to split your invoice spool in ordrer to generate 1 PDF file per spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 12:35:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T12:35:00Z</dc:date>
    <item>
      <title>Multiple documents in a PDF  conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606240#M272009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a piece of ABAP which will convert a spool&lt;/P&gt;&lt;P&gt;file into a PDF file. This works fine where there is just&lt;/P&gt;&lt;P&gt;one document i.e. invoice to convert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a file which will contain say 50 invoices and if&lt;/P&gt;&lt;P&gt;I run my ABAP it will convert the 50 invoices into just&lt;/P&gt;&lt;P&gt;one PDF file. Are there any techniques which will allow&lt;/P&gt;&lt;P&gt;me to split a spool file with the 50 invoices into 50&lt;/P&gt;&lt;P&gt;separate PDF files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 12:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606240#M272009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple documents in a PDF  conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606241#M272010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show your code?&lt;/P&gt;&lt;P&gt;call the fm: CONVERT_ABAPSPOOLJOB_2_PDF every time with a new spool number.&lt;/P&gt;&lt;P&gt;It would return a new internal table with odf data every time its being called.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 12:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606241#M272010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T12:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple documents in a PDF  conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606242#M272011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you start your convert from SAP spool, your are right it's too late to make 1 PDF file per invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According of your SAP version, it's possible to create directly PDF file from SD application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you have to split your invoice spool in ordrer to generate 1 PDF file per spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 12:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606242#M272011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple documents in a PDF  conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606243#M272012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps I'm not explaining myself very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each individual spool file will have 50 invoices on it.&lt;/P&gt;&lt;P&gt;Calling the fm will simply convert this into a PDF&lt;/P&gt;&lt;P&gt;containing 50 invoices. I somehow need to split the&lt;/P&gt;&lt;P&gt;spool file into 50 individual PDF documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 12:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-documents-in-a-pdf-conversion/m-p/1606243#M272012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T12:35:23Z</dc:date>
    </item>
  </channel>
</rss>

