<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=3367675</guid>
        <pubDate>Tue, 22 Oct 2013 15:19:08 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=3367675</link>
        <description><![CDATA[PunkLexx: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1227302'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Albinos_X &#064; <time class="tag-quote__quoted-time" datetime="2006-08-20T10:03:05+04:00">20.08.06, 06:03</time></span><div class='quote '><div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1227251'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>seriy &#064; <time class="tag-quote__quoted-time" datetime="2006-08-19T23:26:39+00:00">19.08.06, 23:26</time></span><div class='quote '>Можно ли программно установить нужный мне принтер</div></div><br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">WordApplication1.ActiveDocument.PrintOut(Background, Append_, Range, OutFileName, From,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; To_, Item, Copies, Pages, PageType, PrintToFile,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Collate, ActivePrinterMacGX, ManualDuplexPrint,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PrintZoomColumn, PrintZoomRow, PrintZoomPaperWidth,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PrintZoomPaperHeight);</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script><br>
все параметры типа OleVariant<br>
<br>
From - номер страницы с которой нужно начинать печать<br>
To_ - номер последней печатаемой страницы, если стоит EmptyParam, то последняя<br>
Copies - определяет количество копий<br>
PrintToFile - указывает, должно ли печататься в файл (false и EmptyParam - не должно)<br>
Collate - указывает, нужно ли разбирать по копиям (false и EmptyParam - не должно)<br>
<br>
остальное могу только предположить, т.к. ещё не разбирался:<br>
<br>
OutFileName - путь имя файла в который печатать<br>
ActivePrinterMacGX - какой принтер использовать<br>
ManualDuplexPrint - двухсторонняя печать<br>
<br>
и т.д.</div></div><br>
все это круто, но проблема у всех одна - сколько Copies не делай - печатает тока одну страницу и все&#33;]]></description>
        <author>PunkLexx</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227518</guid>
        <pubDate>Sun, 20 Aug 2006 12:51:48 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227518</link>
        <description><![CDATA[seriy: Спасибо, все работатет, только не могу понять что делает строка SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0, LongInt(@S))?]]></description>
        <author>seriy</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227336</guid>
        <pubDate>Sun, 20 Aug 2006 07:38:44 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227336</link>
        <description><![CDATA[dron-s: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1227251'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>seriy &#064; <time class="tag-quote__quoted-time" datetime="2006-08-19T23:26:39+00:00">19.08.06, 23:26</time></span><div class='quote '> Можно ли программно установить нужный мне принтер?</div></div><br>
можно...  :yes: <br>
вот так<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">uses </div><div class="code_line">&nbsp;&nbsp;IniFiles, Printers;</div><div class="code_line">{...}</div><div class="code_line">procedure TMainForm.FormCreate(Sender: TObject);</div><div class="code_line">begin</div><div class="code_line">&nbsp;&nbsp;cbPrinters.Items.Assign(Printer.Printers);</div><div class="code_line">&nbsp;&nbsp;cbPrinters.Text := Printer.Printers[Printer.PrinterIndex];</div><div class="code_line">&nbsp;&nbsp;lblPrinter.Caption := Printer.Printers[Printer.PrinterIndex];</div><div class="code_line">end;</div><div class="code_line">&nbsp;</div><div class="code_line">procedure TMainForm.cbPrintersChange(Sender: TObject);</div><div class="code_line">var</div><div class="code_line">&nbsp;&nbsp;IniFile: TIniFile;</div><div class="code_line">&nbsp;&nbsp;TempStr1, TempStr2: string;</div><div class="code_line">&nbsp;&nbsp;S: array[0..64] of char;</div><div class="code_line">begin</div><div class="code_line">&nbsp;&nbsp;with Printer do</div><div class="code_line">&nbsp;&nbsp;begin</div><div class="code_line">&nbsp;&nbsp; &nbsp;PrinterIndex := cbPrinters.ItemIndex;</div><div class="code_line">&nbsp;&nbsp; &nbsp;TempStr1 := Printers[PrinterIndex];</div><div class="code_line">&nbsp;&nbsp; &nbsp;System.Delete(TempStr1, Pos(&#39; on &#39;, TempStr1), Length(TempStr1));</div><div class="code_line">&nbsp;&nbsp; &nbsp;IniFile := TIniFile.Create(&#39;WIN.INI&#39;);</div><div class="code_line">&nbsp;&nbsp; &nbsp;try</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;TempStr2 := IniFile.ReadString(&#39;Devices&#39;, TempStr1, &#39;&#39;);</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;IniFile.WriteString(&#39;windows&#39;, &#39;device&#39;, TempStr1 + &#39;,&#39; + TempStr2);</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;StrCopy(S, &#39;windows&#39;);</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0, LongInt(@S));</div><div class="code_line">&nbsp;&nbsp; &nbsp;finally</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;IniFile.Free;</div><div class="code_line">&nbsp;&nbsp; &nbsp;end;</div><div class="code_line">&nbsp;&nbsp;end;</div><div class="code_line">&nbsp;&nbsp;lblPrinter.Caption := Printer.Printers[Printer.PrinterIndex];</div><div class="code_line">end;</div></ol></div></div></div></div><br>
cbPrinters - это ComboBox, lblPrinter - это Label]]></description>
        <author>dron-s</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227302</guid>
        <pubDate>Sun, 20 Aug 2006 06:03:05 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227302</link>
        <description><![CDATA[Albinos_X: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1227251'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>seriy &#064; <time class="tag-quote__quoted-time" datetime="2006-08-19T23:26:39+00:00">19.08.06, 23:26</time></span><div class='quote '>Можно ли программно установить нужный мне принтер</div></div><br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">WordApplication1.ActiveDocument.PrintOut(Background, Append_, Range, OutFileName, From,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; To_, Item, Copies, Pages, PageType, PrintToFile,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Collate, ActivePrinterMacGX, ManualDuplexPrint,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PrintZoomColumn, PrintZoomRow, PrintZoomPaperWidth,</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PrintZoomPaperHeight);</div></ol></div></div></div></div><br>
все параметры типа OleVariant<br>
<br>
From - номер страницы с которой нужно начинать печать<br>
To_ - номер последней печатаемой страницы, если стоит EmptyParam, то последняя<br>
Copies - определяет количество копий<br>
PrintToFile - указывает, должно ли печататься в файл (false и EmptyParam - не должно)<br>
Collate - указывает, нужно ли разбирать по копиям (false и EmptyParam - не должно)<br>
<br>
остальное могу только предположить, т.к. ещё не разбирался:<br>
<br>
OutFileName - путь имя файла в который печатать<br>
ActivePrinterMacGX - какой принтер использовать<br>
ManualDuplexPrint - двухсторонняя печать<br>
<br>
и т.д.]]></description>
        <author>Albinos_X</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227251</guid>
        <pubDate>Sat, 19 Aug 2006 23:26:39 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1227251</link>
        <description><![CDATA[seriy: Спасибо за все ответы. Помогло, но теперь возникла следующая проблема : при попытке печати документа используя WordApplication, в свойствах печати в списке принтеров по умолчанию  выбран Microsoft Office Document Image Writer. Можно ли программно установить нужный мне принтер? Или это где-то в Windows нужно настроить?<br>И что это за Image Writer такой, че-то раньше я его не видел. Ксати при попытке печати pdf возникает та же самая проблема.]]></description>
        <author>seriy</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226944</guid>
        <pubDate>Sat, 19 Aug 2006 13:00:49 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226944</link>
        <description><![CDATA[kalexs_uzb: <div class='tag-quote'><span class='tag-quote-prefix'>Цитата</span> <span class='tag-quote__quote-info'>seriy</span><div class='quote '>Может кто-то знает способ как через OLE можно связаться с Adobe Reader? </div></div><br>
<br>
С Adobe Reader&#39;ом идет ActiveX-компонент TAcroPDF. Лежит он в C:&#092;Program Files&#092;Adobe&#092;Acrobat 7.0&#092;ActiveX&#092;AcroPDF.dll. Его надо инсталлировать через Component-&gt;Import ActiveX Control.]]></description>
        <author>kalexs_uzb</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226867</guid>
        <pubDate>Sat, 19 Aug 2006 10:22:59 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226867</link>
        <description><![CDATA[dron-s: <strong class='tag-b'>seriy</strong><br>
лично я вот так работаю с вордом<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">uses ComObj;</div><div class="code_line">&nbsp;</div><div class="code_line">var</div><div class="code_line">&nbsp;&nbsp;Word:variant;</div><div class="code_line">&nbsp;</div><div class="code_line">function CreateWord:boolean;</div><div class="code_line">begin</div><div class="code_line">&nbsp;&nbsp;CreateWord := true;</div><div class="code_line">&nbsp;&nbsp; try</div><div class="code_line">&nbsp;&nbsp; &nbsp;Word := CreateOleObject(&#39;Word.Application&#39;);</div><div class="code_line">&nbsp;&nbsp; except</div><div class="code_line">&nbsp;&nbsp; &nbsp;CreateWord := False;</div><div class="code_line">&nbsp;&nbsp; end;</div><div class="code_line">&nbsp;</div><div class="code_line">function VisibleWord(Visible:boolean):boolean;</div><div class="code_line">begin</div><div class="code_line">&nbsp;&nbsp;VisibleWord := True;</div><div class="code_line">&nbsp;&nbsp; try</div><div class="code_line">&nbsp;&nbsp; &nbsp;Word.Visible := Visible;</div><div class="code_line">&nbsp;&nbsp; except</div><div class="code_line">&nbsp;&nbsp; &nbsp;VisibleWord := False;</div><div class="code_line">&nbsp;&nbsp; end;</div><div class="code_line">end;</div></ol></div></div></div></div><br>
ну а дальше делаю то что мне нужно для решения задачи...]]></description>
        <author>dron-s</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226852</guid>
        <pubDate>Sat, 19 Aug 2006 10:06:08 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226852</link>
        <description><![CDATA[seriy: А можно пример как это сделать, а то чего-то я в MSDN не нашел как окно сделать невидимым]]></description>
        <author>seriy</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226803</guid>
        <pubDate>Sat, 19 Aug 2006 08:52:13 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226803</link>
        <description><![CDATA[dron-s: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1226789'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>seriy &#064; <time class="tag-quote__quoted-time" datetime="2006-08-19T08:39:44+00:00">19.08.06, 08:39</time></span><div class='quote '>При использовании ShellExecute каждый раз открывается окно программы в которой выполняется печать</div></div><br>
дык, запускается то она запускается, просто не показывай само окно, делай невидимым и всё... что разве не подходит?  :blink:]]></description>
        <author>dron-s</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226789</guid>
        <pubDate>Sat, 19 Aug 2006 08:39:44 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226789</link>
        <description><![CDATA[seriy: Мне нужна эта программа в качестве сервиса. При использовании ShellExecute каждый раз открывается окно программы в которой выполняется печать. К сожалению для моей программы это критично.В принципе с Word, Excel(работаю с ними через компоненты WordApplication и ExcelApplication ) и картинками(открываю в TImageList и оттуда печатаю) я вроде разобрался, а с pdf есть некоторые проблемы. Может кто-то знает способ как через OLE можно связаться с Adobe Reader?]]></description>
        <author>seriy</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226730</guid>
        <pubDate>Sat, 19 Aug 2006 07:33:28 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226730</link>
        <description><![CDATA[Anatoly Podgoretsky: Большинство если не все из форматорв можно распечатать с помощью ShellExecute с командой Print<br>Возможность можно проверить правой кнопкой мыши на файле, если есть пункт Печать, то напрямую, если нет то откроется программа, которой можно печатать.]]></description>
        <author>Anatoly Podgoretsky</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226710</guid>
        <pubDate>Sat, 19 Aug 2006 06:52:41 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226710</link>
        <description><![CDATA[OSokin: Компоненты поищи на Torry, а распечатать можно, используя переменную Printer. Соответственно, RTFM. Если неохота его читать, то там есть канвас, через который можно отправить изображение на принтер.]]></description>
        <author>OSokin</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226636</guid>
        <pubDate>Sat, 19 Aug 2006 03:32:42 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226636</link>
        <description><![CDATA[dron-s: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1226246'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>seriy &#064; <time class="tag-quote__quoted-time" datetime="2006-08-18T15:09:02+00:00">18.08.06, 15:09</time></span><div class='quote '>А можно какой-нибудь для OLE или COM?</div></div><br>
что можно то?]]></description>
        <author>dron-s</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226246</guid>
        <pubDate>Fri, 18 Aug 2006 15:09:02 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226246</link>
        <description><![CDATA[seriy: А можно какой-нибудь для OLE или COM?]]></description>
        <author>seriy</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226161</guid>
        <pubDate>Fri, 18 Aug 2006 14:41:27 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226161</link>
        <description><![CDATA[Profi: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=151771&view=findpost&p=1226148'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>seriy &#064; <time class="tag-quote__quoted-time" datetime="2006-08-18T14:35:54+00:00">18.08.06, 14:35</time></span><div class='quote '>Как можно распечатать файлы .pdf, .doc, .xls, .gif, .csv, .jpg, .txt, .bmp?</div></div><br>
По-разному&#33; Можно <strong class='tag-b'>OLE</strong> или <strong class='tag-b'>COM</strong> использовать для <strong class='tag-b'>.pdf</strong>, <strong class='tag-b'>.doc</strong>, <strong class='tag-b'>.xls</strong>. Для <strong class='tag-b'>.txt </strong>- <strong class='tag-b'>TMemo</strong>. Для картинак - <strong class='tag-b'>TImage</strong>.]]></description>
        <author>Profi</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226148</guid>
        <pubDate>Fri, 18 Aug 2006 14:35:54 +0000</pubDate>
        <title>Печать в Delphi</title>
        <link>https://forum.sources.ru/index.php?showtopic=151771&amp;view=findpost&amp;p=1226148</link>
        <description><![CDATA[seriy: Как можно распечатать файлы .pdf, .doc, .xls, .gif, .csv, .jpg, .txt, .bmp?]]></description>
        <author>seriy</author>
        <category>Delphi: Общие вопросы</category>
      </item>
	
      </channel>
      </rss>
	