migradoc

Keep table in one pice MigraDoc / PDFsharp

Hello! I am using PDFsharp / MigraDoc's to write tables and chart's to PDF files. This worked great so far, however MigraDoc's will always split my tables (vertically) when it should move the whole table to the next page in the document. How do I make sure the table will stay in one piece? Table class of MigraDoc.DocumentObjectModel.Ta...

MigraDoc and Courier New

I am using MigraDoc to create a PDF document. One of our requirements demands that we use a fixed width font like Courier. After a couple of tries, we found that Courier New did the job. However, with the PDF doc open, the highlighting of characters is off with the yellow highlight bar extending below the next line. has anyone had an...

Defining colors for pie chart in MigraDoc

Hi there. I started using MigraDoc for generation of pdfs in a web-application. It is nice so far, but i can't find out, how to define the colors for a pie chart. The pie charts will have a maximum of 4 slices and therefore i think i can select the colors myself. Is there any way to do this? BTW: Does there exist any usefull documentat...

How do I sign a pdf with electronic signature in PDFSharp?

Hello, Is it possible to sign a pdf document with electronic signature in PDFSharp? How to do it? Thanks for your suggestions. ...

is there anyway to have a background image in migradoc / pdfsharp

i want to create a cover page that has text over a background image. Is this possible in migradoc / pdfsharp ?? ...

is there a way to add a bookmark that is different than the text in the pdf document

using migradoc, i see how you can add a bookmark automatically by doing this: Paragraph p1 = document.LastSection.AddParagraph("Project Updates", "Heading2"); but what if i want to add a bookmark that says "Updates" but the text in the paragraph header says "My Project Updates" is that possible? ...

Image location doesn't work if your page is Landscape in migradoc (pdfsharp)

i have the following code that works fine to put an image in the bottom left of the page (in portrait mode). once i change the page to landscape mode, the image goes off the screen. how would i lay this out in landscape mode so it shows up on the bottom left of the screen. here is the code: Section section = document.AddSection();...

How do you have a bulletted list in migradoc / pdfsharp

even after reading this forum post, its still quite confusing how to create a bulletted list using migradoc / pdfsharp. I basically want to display a list of items like this: Dodge Nissan Ford Chevy ...