<?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 smartfomrs to PDF conversion error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231828#M1380721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to convert smart forms to PDF.&lt;/P&gt;&lt;P&gt;After converting smartforms to PDF, I am getting the following errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Special signs like u201C&amp;amp;u201D, are shown as &amp;lt;&amp;amp; &amp;gt; in PDF.&lt;/P&gt;&lt;P&gt;2. Some line breaks which are in smartforms are not appearing in the PDF.&lt;/P&gt;&lt;P&gt;     (How to handle the same during smartforms to PDF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 07:08:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-30T07:08:45Z</dc:date>
    <item>
      <title>smartfomrs to PDF conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231828#M1380721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to convert smart forms to PDF.&lt;/P&gt;&lt;P&gt;After converting smartforms to PDF, I am getting the following errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Special signs like u201C&amp;amp;u201D, are shown as &amp;lt;&amp;amp; &amp;gt; in PDF.&lt;/P&gt;&lt;P&gt;2. Some line breaks which are in smartforms are not appearing in the PDF.&lt;/P&gt;&lt;P&gt;     (How to handle the same during smartforms to PDF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 07:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231828#M1380721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T07:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: smartfomrs to PDF conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231829#M1380722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in more than once I´ve experimented the same problem. What I do is to replace the text in my form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURENCES OF '&amp;amp;gt;'   IN aux_text WITH '"'.
REPLACE ALL OCCURENCES OF '&amp;amp;lt;'   IN aux_text WITH '"'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can insert a line break like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in both cases you must set a break point in your form where the text is processed to find out what´s wrong. It could be that system cannot understand some characters as HTML escape code. This is the case in web development when working with text boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 11:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231829#M1380722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: smartfomrs to PDF conversion error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231830#M1380723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi,
&amp;lt;li&amp;gt;Check the link &lt;STRONG&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f26944450" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f26944450&lt;/A&gt;&lt;/STRONG&gt;.

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 13:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartfomrs-to-pdf-conversion-error/m-p/6231830#M1380723</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-09-30T13:11:55Z</dc:date>
    </item>
  </channel>
</rss>

