<?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 Convert xml+xsl or html to pdf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966658#M376194</link>
    <description>Is there a SAS way to convert xml+xsl file to pdf file?
I can open a xml file in Microsoft Edge and save it as a html file, so solution of convert html to pdf is welcomed, too.</description>
    <pubDate>Fri, 16 May 2025 01:51:14 GMT</pubDate>
    <dc:creator>whymath</dc:creator>
    <dc:date>2025-05-16T01:51:14Z</dc:date>
    <item>
      <title>Convert xml+xsl or html to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966658#M376194</link>
      <description>Is there a SAS way to convert xml+xsl file to pdf file?
I can open a xml file in Microsoft Edge and save it as a html file, so solution of convert html to pdf is welcomed, too.</description>
      <pubDate>Fri, 16 May 2025 01:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966658#M376194</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2025-05-16T01:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert xml+xsl or html to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966663#M376197</link>
      <description>&lt;P&gt;Not sure if this is what you are looking for, but if you want to print something out to a pdf I'm pretty sure you could use code such as the following:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS PDF FILE="C:/Users/path-to-file/report.pdf" STYLE=statistical;
proc print data=sasdata;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 May 2025 03:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966663#M376197</guid>
      <dc:creator>sasgorilla</dc:creator>
      <dc:date>2025-05-16T03:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert xml+xsl or html to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966766#M376220</link>
      <description>&lt;P&gt;Depends on what you mean by "convert". SAS really is intended to work with data. Both of the file formats you mention can have a lot of stuff that is not data: pictures, graphs, plain text, formatted text, links to external files for example. Most of those aren't going to be simple or likely even possible to maintain something that you would consider a "conversion" using SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To PDF may be better off with one of the tools that adds a PDF destination as a Print option if not a formal file conversion program.&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2025 15:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-xml-xsl-or-html-to-pdf/m-p/966766#M376220</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-05-17T15:50:49Z</dc:date>
    </item>
  </channel>
</rss>

