<?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: Remove sku column from Magento 2 invoice and pdf	</title>
	<atom:link href="https://tutes.in/remove-sku-column-from-magento-2-invoice-and-pdf/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in/remove-sku-column-from-magento-2-invoice-and-pdf/</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Wed, 15 May 2019 11:18:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Harshvardhan Malpani		</title>
		<link>https://tutes.in/remove-sku-column-from-magento-2-invoice-and-pdf/#comment-2033</link>

		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 15 May 2019 11:14:38 +0000</pubDate>
		<guid isPermaLink="false">https://tutes.club/?p=157#comment-2033</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tutes.in/remove-sku-column-from-magento-2-invoice-and-pdf/#comment-2032&quot;&gt;shafeel sha&lt;/a&gt;.

As per official documentation, feed is an integer used for &quot;x&quot; (horizontal) position 
&lt;a href=&quot;https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php#L963&quot; rel=&quot;nofollow&quot;&gt;https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php#L963&lt;/a&gt;

See more examples of &quot;feed&quot; usage &lt;a href=&quot;https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Model/Order/Pdf/Invoice.php#L93&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer nofollow&quot;&gt;here&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tutes.in/remove-sku-column-from-magento-2-invoice-and-pdf/#comment-2032">shafeel sha</a>.</p>
<p>As per official documentation, feed is an integer used for &#8220;x&#8221; (horizontal) position<br />
<a href="https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php#L963" rel="nofollow">https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php#L963</a></p>
<p>See more examples of &#8220;feed&#8221; usage <a href="https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Model/Order/Pdf/Invoice.php#L93" target="_blank" rel="noopener noreferrer nofollow">here</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shafeel sha		</title>
		<link>https://tutes.in/remove-sku-column-from-magento-2-invoice-and-pdf/#comment-2032</link>

		<dc:creator><![CDATA[shafeel sha]]></dc:creator>
		<pubDate>Wed, 15 May 2019 10:57:06 +0000</pubDate>
		<guid isPermaLink="false">https://tutes.club/?p=157#comment-2032</guid>

					<description><![CDATA[Hi,  Harshvardhan Malpani
could you please explain what is &quot;feed &quot; mean by below query ,its instead of width ?  also any rules declaring feed ? 

// draw SKU
     $lines[0][] = [
         &#039;text&#039; =&#062; $this-&#062;string-&#062;split($this-&#062;getSku($item), 17),
         &#039;feed&#039; =&#062; 290,
         &#039;align&#039; =&#062; &#039;right&#039;,
     ];]]></description>
			<content:encoded><![CDATA[<p>Hi,  Harshvardhan Malpani<br />
could you please explain what is &#8220;feed &#8221; mean by below query ,its instead of width ?  also any rules declaring feed ? </p>
<p>// draw SKU<br />
     $lines[0][] = [<br />
         &#8216;text&#8217; =&gt; $this-&gt;string-&gt;split($this-&gt;getSku($item), 17),<br />
         &#8216;feed&#8217; =&gt; 290,<br />
         &#8216;align&#8217; =&gt; &#8216;right&#8217;,<br />
     ];</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
