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...
Underbid asked 7/2, 2015 at 5:12

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....
Acquire asked 6/2, 2015 at 16:22

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;...
Sabinasabine asked 13/10, 2014 at 9:39

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 ...
Additive asked 9/10, 2014 at 8:54

1

How I can get the number of pages before rendering? I need to write the number as words in my document.
Lachellelaches asked 2/9, 2014 at 22:23

0

Hi I am using PDFsharp & MigraDoc to generate column chart. I was wondering, if I can rotate the x axis labels to 90 degree so they come like vertical instead of horizontal. Does any body has a...
Zippora asked 11/8, 2014 at 6:16

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...
Accommodative asked 10/10, 2013 at 15:35

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...
Loseff asked 5/8, 2013 at 3:37

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...
Marsiella asked 15/10, 2012 at 20:4

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...
Bouffe asked 13/9, 2012 at 21:30

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...
Fasten asked 9/3, 2012 at 11:15

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...
Chirk asked 31/12, 2011 at 17:22

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...
Erythro asked 23/1, 2011 at 20:18

1

Solved

I want to create a cover page that has text over a background image. Is this possible in MigraDoc / PDFsharp?
Hijoung asked 24/10, 2010 at 22:2

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.