<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/pdfsharp/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/pdfsharp/feature-requests/</id><updated>2016-11-07T20:16:43.334000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>#4 TrueType collection fonts support</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/4/?limit=25#7fc7" rel="alternate"/><published>2016-11-07T20:16:43.334000Z</published><updated>2016-11-07T20:16:43.334000Z</updated><author><name>V. Yatskovsky</name><uri>https://sourceforge.net/u/userid-1765683/</uri></author><id>https://sourceforge.net1091c3f00cbce68d4c042f9b5633b33c9c795fe2</id><summary type="html">&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;</summary></entry><entry><title>#4 TrueType collection fonts support</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/4/?limit=25#c4b0" rel="alternate"/><published>2016-11-07T16:56:58.237000Z</published><updated>2016-11-07T16:56:58.237000Z</updated><author><name>PDFsharp Team</name><uri>https://sourceforge.net/u/pdfsharp/</uri></author><id>https://sourceforge.netdcdd0b6717538734b0cba0eb4f655bed8c798621</id><summary type="html">&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;</summary></entry><entry><title>TrueType collection fonts support</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/4/" rel="alternate"/><published>2016-11-06T21:58:49.198000Z</published><updated>2016-11-06T21:58:49.198000Z</updated><author><name>V. Yatskovsky</name><uri>https://sourceforge.net/u/userid-1765683/</uri></author><id>https://sourceforge.netc5ff0f5887013a00f8111ed984c90c1ad32d8f09</id><summary type="html">&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;</summary></entry><entry><title>#3 PdfDocument save without setting stream's position</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/3/?limit=25#05c1" rel="alternate"/><published>2016-06-16T08:22:33.669000Z</published><updated>2016-06-16T08:22:33.669000Z</updated><author><name>PDFsharp Team</name><uri>https://sourceforge.net/u/pdfsharp/</uri></author><id>https://sourceforge.net5e8346d714e4a499765166ac1f7e7766430014e6</id><summary type="html">&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;</summary></entry><entry><title>#3 PdfDocument save without setting stream's position</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/3/?limit=25#c901" rel="alternate"/><published>2016-06-13T17:07:12.624000Z</published><updated>2016-06-13T17:07:12.624000Z</updated><author><name>PDFsharp Team</name><uri>https://sourceforge.net/u/pdfsharp/</uri></author><id>https://sourceforge.net4dbec9031dc4d10b56bbef186d8e83db6d69946f</id><summary type="html">&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;</summary></entry><entry><title>#3 PdfDocument save without setting stream's position</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/3/?limit=25#e967" rel="alternate"/><published>2016-06-13T13:52:22.156000Z</published><updated>2016-06-13T13:52:22.156000Z</updated><author><name>PDFsharp Team</name><uri>https://sourceforge.net/u/pdfsharp/</uri></author><id>https://sourceforge.netea5f774fe12866749bb62318a56c6bd3df538fee</id><summary type="html">&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;</summary></entry><entry><title>PdfDocument save without setting stream's position</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/3/" rel="alternate"/><published>2016-06-13T08:48:51.332000Z</published><updated>2016-06-13T08:48:51.332000Z</updated><author><name>Volodymyr Melnychuk</name><uri>https://sourceforge.net/u/vmeln/</uri></author><id>https://sourceforge.net5c6f092ccfa1c15f544518b7b18962ed4684367e</id><summary type="html">&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;</summary></entry><entry><title>Bookmarks</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/2/" rel="alternate"/><published>2006-07-13T11:15:07Z</published><updated>2006-07-13T11:15:07Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net8207ef4396e030c417368bb7384cfc35e3547f94</id><summary type="html">&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;</summary></entry><entry><title>String formatting - line wrapping and vertical text</title><link href="https://sourceforge.net/p/pdfsharp/feature-requests/1/" rel="alternate"/><published>2005-11-21T05:10:50Z</published><updated>2005-11-21T05:10:50Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net81be5bc4a427f63e77203c2757733d0f0c564bef</id><summary type="html">&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;</summary></entry></feed>