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...
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...
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...
Hello,
Is it possible to sign a pdf document with electronic signature in PDFSharp?
How to do it?
Thanks for your suggestions.
...
i want to create a cover page that has text over a background image. Is this possible in migradoc / pdfsharp ??
...
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?
...
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();...
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
...