pdfsharp
PDFSharp / How to set zoom level on an existing document
I have an existing document on which I set some p开发者_运维知识库roperties.I would like to set the Zoom level but don\'t know how.Anybody knows if and how I can set the zoom level on an existing docu[详细]
2023-02-17 16:05 分类:问答Add embedded resource image to MigraDoc document
I\'d like to add a开发者_如何学Cn image to the header of a MigraDoc document, but hardcoding a filesystem path in the document generation is slightly problematic for a number of issues - not the least[详细]
2023-02-17 14:52 分类:问答PDFsharp Line Break
I am trying to get new line but if I use \\n it does not work. Any 开发者_JAVA百科way to have new line by adding something to string like \\r\\n (which also does not work)[详细]
2023-02-17 05:18 分类:问答How to remove blank pages from PDF using PDFSHarp?
How will i be able to remove a blank page from a PDF file? I have a sample PDF file where the 1st page contains a few strings and a 2nd page with absolutely NOTHING in it. I tried to loop into the pdf[详细]
2023-02-11 12:18 分类:问答silverPDF - PDF Sharp Silverlight Library [TypeInitialization_Type] Arguments: PdfSharp.PSSR
I get this error when creating a PDF from Silverlight with SilverPDF. [TypeInitialization_Type]Argume开发者_运维知识库nts:[详细]
2023-02-10 05:39 分类:问答Combining multiple PDFs using PDFSharp
I am trying to combine multiple PDFs into a single PDF. The PDFs come from SSRS, from some LocalReports that I processed. I am using PDFSharp, because it is already used through out the project. Howev[详细]
2023-02-10 05:14 分类:问答PDFsharp Portfolio PDF
I have a program I wrote that merges PDF\'s to a s开发者_如何转开发ingle document using PDFsharp.I now need to be able to specify these merged PDF\'s as portfolios.I have tore through the documentatio[详细]
2023-02-02 03:43 分类:问答is there a way to add a bookmark that is different than the text in the pdf document
using migradoc, i see how开发者_如何学C you can add a bookmark automatically by doing this: Paragraph p1 = document.LastSection.AddParagraph(\"Project Updates\", \"Heading2\");[详细]
2023-01-22 06:46 分类:问答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.[详细]
2023-01-21 16:06 分类:问答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:[详细]
2023-01-21 06:24 分类:问答