<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Сохранение текста в PDF]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15358&amp;type=atom" />
	<updated>2020-05-13T14:35:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15358</id>
		<entry>
			<title type="html"><![CDATA[Re: Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139504#p139504" />
			<content type="html"><![CDATA[<p>Ну, с COM не так всё сложно, как кажется. Достаточно на офф-форуме в поиск вбить ExportAsFixedFormat, и о чудо.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-05-13T14:35:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139504#p139504</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139502#p139502" />
			<content type="html"><![CDATA[<p>Есть всяческие программы для конвертации в PDF, а также виртуальные PDF-принтеры. Можно поискать с поддержкой командной строки.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-05-13T14:28:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139502#p139502</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139495#p139495" />
			<content type="html"><![CDATA[<p>Можно еще через Print to file, но тогда придется разбираться с Print Spooler API.<br />А так, самый простой вариант - найти какую-нибудь утилиту, которая конвертирует txt to pdf.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-05-13T09:03:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139495#p139495</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139493#p139493" />
			<content type="html"><![CDATA[<p>ТС хотел превратить текстовый файл в pdf методом смены расширения файла, а вы про спецификацию и COM <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2020-05-13T06:46:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139493#p139493</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139489#p139489" />
			<content type="html"><![CDATA[<p>Можно самому создавать pdf. Спефицикация же имеется.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2020-05-12T20:43:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139489#p139489</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139487#p139487" />
			<content type="html"><![CDATA[<p>Если установлен Word, там есть <a href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.tools.word.document.exportasfixedformat?view=vsto-2017">ExportAsFixedFormat</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-05-12T19:57:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139487#p139487</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Сохранение текста в PDF]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139486#p139486" />
			<content type="html"><![CDATA[<p>Нужно сохранять много тескстовых файлов в пдф.<br />Пробовал вот так:<br /></p><div class="quotebox"><blockquote><p>::q::<br />ls=clipboard<br />FileAppend, <br />(<br />текст, котовый бедет сохранен<br />и много другого текста....<br />),C:\Users\valek\Desktop\почта\%ls%.pdf</p></blockquote></div><p>вроде работает, сохраняет в файл, но он не открывается. Если&nbsp; блокнотом, то нормально, а акробат ридером пишет, что файл поврежден.<br />Что посоветуете?</p>]]></content>
			<author>
				<name><![CDATA[Leone_Galante]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39097</uri>
			</author>
			<updated>2020-05-12T19:48:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139486#p139486</id>
		</entry>
</feed>
