<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/pdfsharp/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 07 Nov 2016 20:16:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pdfsharp/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#4 TrueType collection fonts support</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/4/?limit=25#7fc7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you. Then I have two ways:&lt;br/&gt;
1)  implement it myself. Could you estimate is it a laborous feature? If requires a few days, I'll start with it and send you a push request.&lt;br/&gt;
2)  switch to another .NET component. But porting my huge project to another open-source lib could be longer then option 1.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">V. Yatskovsky</dc:creator><pubDate>Mon, 07 Nov 2016 20:16:43 -0000</pubDate><guid>https://sourceforge.net1091c3f00cbce68d4c042f9b5633b33c9c795fe2</guid></item><item><title>#4 TrueType collection fonts support</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/4/?limit=25#c4b0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Support for TTCF should come, but do not expect it anytime soon.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PDFsharp Team</dc:creator><pubDate>Mon, 07 Nov 2016 16:56:58 -0000</pubDate><guid>https://sourceforge.netdcdd0b6717538734b0cba0eb4f655bed8c798621</guid></item><item><title>TrueType collection fonts support</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Are you goind to support TTCF (TrueTypeCollection fonts)? I need this forSimSun font, a very popular in China, form a standard Windows shipping. I have to provide this feature in my project, any guidance will be appreciated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">V. Yatskovsky</dc:creator><pubDate>Sun, 06 Nov 2016 21:58:49 -0000</pubDate><guid>https://sourceforge.netc5ff0f5887013a00f8111ed984c90c1ad32d8f09</guid></item><item><title>#3 PdfDocument save without setting stream's position</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/3/?limit=25#05c1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The current implementation sets the Position to 0 before returning from Save(), but it queries Position several times during the creation of the PDF. Do you get an exception from the final "setter"? Or do you get exceptions from the "getter" at an earlier stage? The former can easily be avoided, the latter requires bigger changes (too big for 1.50 final).&lt;br/&gt;
The .NET documentation isn't very clear and implementation may vary between different Stream classes. Which Stream class did you use when you encountered the problem? Would you share sample code?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PDFsharp Team</dc:creator><pubDate>Thu, 16 Jun 2016 08:22:33 -0000</pubDate><guid>https://sourceforge.net5e8346d714e4a499765166ac1f7e7766430014e6</guid></item><item><title>#3 PdfDocument save without setting stream's position</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/3/?limit=25#c901</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you for quick response. The first one, without setting position. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PDFsharp Team</dc:creator><pubDate>Mon, 13 Jun 2016 17:07:12 -0000</pubDate><guid>https://sourceforge.net4dbec9031dc4d10b56bbef186d8e83db6d69946f</guid></item><item><title>#3 PdfDocument save without setting stream's position</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/3/?limit=25#e967</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For clarity: Do you want PDFsharp to work with streams that do not support setting the position?&lt;br/&gt;
Do you want PDFsharp to work with streams that already have contents?&lt;br/&gt;
The former can be achieved with a trivial change, the latter would require a bit more effort.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PDFsharp Team</dc:creator><pubDate>Mon, 13 Jun 2016 13:52:22 -0000</pubDate><guid>https://sourceforge.netea5f774fe12866749bb62318a56c6bd3df538fee</guid></item><item><title>PdfDocument save without setting stream's position</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, could you please create overload or other method Save for PdfDocument class, which won't set stream's Position explicitly. It would be great to reduce memory overhead and sent generated PDF directly to WebApi's PushStreamContent, NetworkStreams and other stuff.&lt;br/&gt;
Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Volodymyr Melnychuk</dc:creator><pubDate>Mon, 13 Jun 2016 08:48:51 -0000</pubDate><guid>https://sourceforge.net5c6f092ccfa1c15f544518b7b18962ed4684367e</guid></item><item><title>Bookmarks</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to be able to make external &lt;br /&gt;
bookmarks as well as the existing internal &lt;br /&gt;
bookmarks.  Since the linking of the files can be &lt;br /&gt;
relative much like the web it would allow for &lt;br /&gt;
multiple pdf's to be linked together.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 13 Jul 2006 11:15:07 -0000</pubDate><guid>https://sourceforge.net8207ef4396e030c417368bb7384cfc35e3547f94</guid></item><item><title>String formatting - line wrapping and vertical text</title><link>https://sourceforge.net/p/pdfsharp/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Looks to have everything I need, except for a couple of&lt;br /&gt;
string formatting options - line wrapping and vertical&lt;br /&gt;
text.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 21 Nov 2005 05:10:50 -0000</pubDate><guid>https://sourceforge.net81be5bc4a427f63e77203c2757733d0f0c564bef</guid></item></channel></rss>