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

Xojo programming environment and PDFSharp
https://forum.pdfsharp.net/viewtopic.php?f=2&t=3614
Page 1 of 1

Author:  petrigno [ Tue Jun 27, 2017 12:16 pm ]
Post subject:  Xojo programming environment and PDFSharp

Hi, I'm new of this forum, I've download the source of PDFSharp and compiled in Visual Studio but it's not usable with Xojo Project because in Xojo the PDFSharp Function it's not visible, for example I use other dll and if I open the dll with DLL Export Viewer I see all function in Dll, for PDFSharp Dll there are not the function list, it possible compile the library to call the Function with a declaration like this:

Declare Function xxxxxx Libs "PDFSharp" (param1, param2) ecc.
call xxxxxx(p1, p2)

So it would be usable in Xojo
Thank in advance

Author:  Thomas Hoevel [ Tue Jun 27, 2017 12:39 pm ]
Post subject:  Re: Xojo programming environment and PDFsharp

Hi!
petrigno wrote:
So it would be usable in Xojo
Here's a link to a blog post that shows how .NET code can be called from Xojo:
https://blog.xojo.com/2014/01/03/access ... from-xojo/

If you develop the PDF generation in C# you will only need a small custom API that is accessible from Xojo.

We have no intentions to cover the complete PDFsharp APIs for use with Xojo.

Author:  petrigno [ Tue Jun 27, 2017 12:47 pm ]
Post subject:  Re: Xojo programming environment and PDFSharp

Thanks for fast replay I have some difficult to improve the example post on Xojo site, I don't undestand where put extra code to your library to see in Xojo environment

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