PDFsharp & MigraDoc Foundation
http://forum.pdfsharp.com/

PDFSharp Table into Table Can not working
http://forum.pdfsharp.com/viewtopic.php?f=2&t=3886
Page 1 of 1

Author:  koberoc [ Wed Dec 05, 2018 1:37 pm ]
Post subject:  PDFSharp Table into Table Can not working

Hi;
pdf does not create pdf in the process of creating a table inside the table as in the example of creating.
Can you help me ?


---
StringBuilder sb= new StringBuilder();
Sb.Append(“<table><tr><td><table><tr><td>EXAMPLE</td></tr></table></td></tr></table>”);
----

Author:  Thomas Hoevel [ Wed Dec 05, 2018 2:48 pm ]
Post subject:  Re: PDFSharp Table into Table Can not working

koberoc wrote:
Can you help me?
You are not using our library.

Author:  koberoc [ Fri Dec 07, 2018 8:23 am ]
Post subject:  Re: PDFSharp Table into Table Can not working

I am using your library.


StringBuilder sb= new StringBuilder();
Sb.Append(“<table><tr><td><table><tr><td>EXAMPLE</td></tr></table></td></tr></table>”);
PdfGenerator(sb);

I don't show the table in pdf te table when I get it with StringBuilder and send it to the pdffile method.

Author:  Thomas Hoevel [ Fri Dec 07, 2018 11:10 am ]
Post subject:  Re: PDFSharp Table into Table Can not working

koberoc wrote:
I am using your library.
PdfGenerator is not part of our library. Believe me.

Author:  koberoc [ Fri Dec 07, 2018 11:36 am ]
Post subject:  Re: PDFSharp Table into Table Can not working

how to create a table in a table on pdf ?

Author:  Thomas Hoevel [ Fri Dec 07, 2018 11:41 am ]
Post subject:  Re: PDFSharp Table into Table Can not working

There are no tables in PDFsharp. PDFsharp cannot parse HTML.

Draw some text, draw some lines around it. That's how you can create any table using PDFsharp.

MigraDoc supports tables.

Author:  koberoc [ Tue Dec 11, 2018 2:14 pm ]
Post subject:  Re: PDFSharp Table into Table Can not working

Does the library have an open source code? Is the .dll not created ?

Author:  TH-Soft [ Wed Dec 12, 2018 7:24 am ]
Post subject:  Re: PDFSharp Table into Table Can not working

koberoc wrote:
Does the library have an open source code?
Yes.


koberoc wrote:
Is the .dll not created?
Take the DLL from NuGet or compile from source code.

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