PDFsharp & MigraDoc Foundation
https://forum.pdfsharp.net/

PDFsharp/MigraDoc 1.50 RC2 available - on the road to stable
https://forum.pdfsharp.net/viewtopic.php?f=1&t=3744
Page 1 of 1

Author:  TH-Soft [ Thu Mar 15, 2018 6:57 am ]
Post subject:  PDFsharp/MigraDoc 1.50 RC2 available - on the road to stable

Information about the latest version in my latest post in this thread.

Hi all!

The current NuGet oackages are "Version 1.50.4820-RC1".

I plan to wait about four week for reports of new bugs.
Then I will decide whether the next version is "stable" or "RC2".

The current version still has some bugs, quirks, and issues.
It brings many bug fixes over version 1.32 and new features like support for IRef streams.

IMHO it is mature enough for production use and new stable packages are long overdue.
I think the current version is much better than version 1.32. Don't let the "prerelease" flag of 1.50RC1 scare you off.

empira has developed PDFsharp and MigraDoc - and empira has used beta versions of PDFsharp 1.50 with production software for years.

So please test RC1 carefully before releasing your programs to the public.
Please report any regressions you encounter versus version 1.32 or beta 4/beta 5.

As of now you find the current version on GitHub and on NuGet. SourceForge will be updated later.
https://github.com/empira
https://www.nuget.org/profiles/PDFsharp-Team

Author:  TH-Soft [ Sun Apr 08, 2018 9:10 am ]
Post subject:  Re: PDFsharp/MigraDoc 1.50 RC2 available - on the road to st

Today I published RC2, full version is 1.50.4845-RC2a.
Changes were made with respect to rotated PDF pages.

The matter is complex and not everything is working as expected.

When using PDF pages with rotation as XPdfForms, everything works as expected.

But when modifying PDF pages with rotation, I have to add a hack:
Code:
page.Orientation = PageOrientation.Portrait;

This assignment can be made unconditionally. Pages with Rotate 0 or 180 are already portrait, pages with Rotate 90 or 270 are landscape, but modifying works only when they are set to portrait.

Using them as XPdfForms works only if pages with rotation 90 or 270 are set to landscape.

There is something wrong with the linking of orientation and rotation in PDFsharp - but I do not understand what is wrong and how to make it right.

I'm afraid for 1.50 stable it will have to be as it is with 1.50 RC2a. Not perfect, but better than before.

I hope there are no regressions with those changes.
Do not use "1.50.4844-RC2" - with that version there are some regressions which I did not notice before publishing to NuGet. Use "1.50.4845-RC2a" instead.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/