<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Repeat as Header on MS Word not working</title>
	<atom:link href="http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/</link>
	<description>Ash Like Snow</description>
	<lastBuildDate>Sat, 17 Mar 2012 21:48:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: envio</title>
		<link>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/comment-page-1/#comment-85</link>
		<dc:creator>envio</dc:creator>
		<pubDate>Sat, 11 Sep 2010 02:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://a3-system.info/blog/?p=273#comment-85</guid>
		<description>I am using this code to provide download function


				header(&quot;Pragma: public&quot;);
				header(&quot;Expires: 0&quot;);
				header(&quot;Cache-Control: must-revalidate, post-check=0, pre-check=0&quot;);
				header(&quot;Cache-Control: private&quot;,false);
				header(&quot;Content-type: application/octet-stream&quot;);
				header(&quot;Content-Disposition: attachment; filename=\&quot;&quot;.$your_desired_file_name_with_entension.&quot;\&quot;;&quot; );
				header(&quot;Content-Transfer-Encoding: binary&quot;);
				header(&quot;Content-Length: &quot;.filesize(&#039;/absolute/path/of/file/on/your/web/&#039;));
</description>
		<content:encoded><![CDATA[<p>I am using this code to provide download function</p>
<p>				header(&#8220;Pragma: public&#8221;);<br />
				header(&#8220;Expires: 0&#8243;);<br />
				header(&#8220;Cache-Control: must-revalidate, post-check=0, pre-check=0&#8243;);<br />
				header(&#8220;Cache-Control: private&#8221;,false);<br />
				header(&#8220;Content-type: application/octet-stream&#8221;);<br />
				header(&#8220;Content-Disposition: attachment; filename=\&#8221;".$your_desired_file_name_with_entension.&#8221;\&#8221;;&#8221; );<br />
				header(&#8220;Content-Transfer-Encoding: binary&#8221;);<br />
				header(&#8220;Content-Length: &#8220;.filesize(&#8216;/absolute/path/of/file/on/your/web/&#8217;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akahs</title>
		<link>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/comment-page-1/#comment-82</link>
		<dc:creator>Akahs</dc:creator>
		<pubDate>Tue, 31 Aug 2010 08:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://a3-system.info/blog/?p=273#comment-82</guid>
		<description>In exporting MS word documents using codeigniter I am applying the following code and working fine, But I need to format the MS word document for page setup, such as height width and landscape or portrait etc.
Any idea or tutorial to do this please?
$data = “My Data”;
$html= $this-&gt;load-&gt;view(&#039;myviewfile&#039;, $data, true);		 	   
header(&quot;Content-Type: application/vnd.ms-word&quot;);
header(&quot;Expires: 0&quot;);
header(&quot;Cache-Control:  must-revalidate, post-check=0, pre-check=0&quot;);
header(&quot;Content-disposition: attachment; filename=\&quot;mydocumentname.doc\&quot;&quot;);
echo $html;
exit;
Thanks in advance</description>
		<content:encoded><![CDATA[<p>In exporting MS word documents using codeigniter I am applying the following code and working fine, But I need to format the MS word document for page setup, such as height width and landscape or portrait etc.<br />
Any idea or tutorial to do this please?<br />
$data = “My Data”;<br />
$html= $this-&gt;load-&gt;view(&#8216;myviewfile&#8217;, $data, true);<br />
header(&#8220;Content-Type: application/vnd.ms-word&#8221;);<br />
header(&#8220;Expires: 0&#8243;);<br />
header(&#8220;Cache-Control:  must-revalidate, post-check=0, pre-check=0&#8243;);<br />
header(&#8220;Content-disposition: attachment; filename=\&#8221;mydocumentname.doc\&#8221;");<br />
echo $html;<br />
exit;<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nat</title>
		<link>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/comment-page-1/#comment-81</link>
		<dc:creator>Nat</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://a3-system.info/blog/?p=273#comment-81</guid>
		<description>Hello there Envio, you posted a link for the EX-S gundam assembly instructions long time ago and now it&#039;s expired. could you please re-upload that same file again or send it to me by mail? thx</description>
		<content:encoded><![CDATA[<p>Hello there Envio, you posted a link for the EX-S gundam assembly instructions long time ago and now it&#8217;s expired. could you please re-upload that same file again or send it to me by mail? thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

