Top "Migradoc" questions

MigraDoc Foundation is an open source .NET library that easily creates documents based on an object model with paragraphs, tables, styles, etc.

PDFsharp: Is there a way to generate "Page X of Y" in the header of the page?

It seems rather simple, but I can't find something like getPageCount() in the API. I can get it to return …

c# pdfsharp migradoc
How to create a table using PDFsharp?

Just started using PDFsharp and it works fine, but now I want to create tables in my PDF, but tried …

vb.net pdf pdfsharp migradoc
Migradoc Header with table

I can make a header in Migradoc like this: //Create Header Paragraph paragraph = section.Headers.Primary.AddParagraph(); paragraph.AddText("Roto"); …

c# migradoc
MigraDoc headers and footers

I'm creating a PDF with MigraDoc and I want the first page and only the first page to have a …

c# pdf migradoc
MigraDoc C# Align left and right on same line

I have a table with a cell where i want two texts, the first, aligned on left and the second …

c# pdf pdf-generation pdfsharp migradoc
How to size a table to the page width in MigraDoc?

I am trying to resize a table automatically to full width of the page. That table should have 2 columns, 50% width …

c# pdfsharp migradoc
How to open an existing PDF file with Migradoc PDF library

I am trying to use the Migradoc library from PDFSharp (http://www.pdfsharp.net/) to print pdf files. So far …

c# pdf printing pdfsharp migradoc
How to Set Document Orientation (for All Pages) in MigraDoc Library?

I'm using MigraDoc to programatically generate a PDF file with text, images and tables. I need to set Document Orientation (…

c# pdf-generation migradoc
MigraDoc - Bold certain text in a paragraph

In MigraDoc, if I have a paragraph, how can I only bold some text in the paragraph, not the entire …

c# pdfsharp migradoc
Margin in MigraDoc

I'm using MigraDoc and PDFsharp and I need to set different margins for each page in my PDF document. Using …

c# margins migradoc