migradoc Questions
2
Solved
I'm creating a PDF with MigraDoc and I want the first page and only the first page to have a footer, and every subsequent page (but not the first page) to have a header. I've experimented with Diff...
1
Solved
I am trying to use the Migradoc library from PDFSharp (http://www.pdfsharp.net/) to print pdf files. So far I have found that Migradoc does support printing through its MigraDoc.Rendering.Printing....
1
I'm using MigraDoc and PDFsharp and I need to set different margins for each page in my PDF document.
Using
document.DefaultPageSetup.RightMargin = 20;
document.DefaultPageSetup.LeftMargin = 20;...
1
Solved
I am really struggling to get this right, any help would be appreciated.
I have a series of images that I want to build in to a PDF using MigraDoc (1 image = 1 page)
Each image must be displayed ...
1
How I can get the number of pages before rendering? I need to write the number as words in my document.
0
1
Solved
I'm using MigraDoc to programatically generate a PDF file with text, images and tables.
I need to set Document Orientation (for all pages) in the document object to Landscape.
So I tried the follow...
Demand asked 26/3, 2014 at 22:27
1
Solved
I have a table of text data and I'd like to indent certain pieces of data by a couple spaces, but everything I try seems to result in my string being automatically trimmed, and the preceding spaces...
1
Solved
I can make a header in Migradoc like this:
//Create Header
Paragraph paragraph = section.Headers.Primary.AddParagraph();
paragraph.AddText("Roto");
paragraph.Format.Font.Size = 9;
paragraph.F...
1
Solved
I'm using MigraDoc to generate some PDFs. I have code to create a table of text for each element in an array and am printing out pages with these tables.
However, the requirements I am being given...
1
Solved
In MigraDoc, if I have a paragraph, how can I only bold some text in the paragraph, not the entire paragraph.
Edit:
Below is the typical code I would use to add a bolded paragraph.
var paragraph...
1
Solved
Have any way set font style ItalicUnderline or BoldItalicUnderline?
Thanks
Afterworld asked 21/7, 2012 at 7:56
1
Solved
In my Solution I am using bullet list in PDF files.
It looks something like that:
• Solcellepaneler kræver hverken autoriseret service eller tidskrævende vedligehold.
• Solceller er støjfri, fo...
1
Solved
I do not know how to get rid of the bookmarks that are automatically generated when I add a paragraph:
Paragraph inicio = document.LastSection.AddParagraph();
inicio.Style = "Heading1";
inicio.Add...
1
Solved
I'm using PDFSharp/Migradoc to generate PDFs from my web application, and I've managed to get a background image working for the first page of the document.
I start by creating a single section in...
1
Solved
I want to create a cover page that has text over a background image. Is this possible in MigraDoc / PDFsharp?
1
Solved
I am using PDFsharp / MigraDoc to write tables and charts to PDF files. This worked great so far, however MigraDoc will always split my tables (vertically) when it should move the whole table to th...
Marvelous asked 9/7, 2009 at 14:26
© 2022 - 2024 — McMap. All rights reserved.