MigraDoc Foundation is an open source .NET library that easily creates documents based on an object model with paragraphs, tables, styles, etc.
It seems rather simple, but I can't find something like getPageCount() in the API. I can get it to return …
c# pdfsharp migradocI can make a header in Migradoc like this: //Create Header Paragraph paragraph = section.Headers.Primary.AddParagraph(); paragraph.AddText("Roto"); …
c# migradocI'm creating a PDF with MigraDoc and I want the first page and only the first page to have a …
c# pdf migradocI have a table with a cell where i want two texts, the first, aligned on left and the second …
c# pdf pdf-generation pdfsharp migradocI am trying to resize a table automatically to full width of the page. That table should have 2 columns, 50% width …
c# pdfsharp migradocI'm using MigraDoc to programatically generate a PDF file with text, images and tables. I need to set Document Orientation (…
c# pdf-generation migradocIn MigraDoc, if I have a paragraph, how can I only bold some text in the paragraph, not the entire …
c# pdfsharp migradocI'm using MigraDoc and PDFsharp and I need to set different margins for each page in my PDF document. Using …
c# margins migradoc