Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am using PDFsharp in an ASP.NET MVC application. I want to add an image but no matter what directory I put it in, it can\'t seem to find it. I have code like this as I am trying to copy the sample a
I need to merg two PDF files. However sometimes a file might be locked up I wrote this code, but I\'m wondering if it\'s not the smartest solution:
We have an application (a custom network management tool for building automation) that supports printing labels that you can cut out and insert into the devices\' front displays. In earlier versions o
I am trying to convert text into graphics using c#. My input is character string开发者_Go百科 and output is bitmap with the input text.
In a Silverlight web application I have created PDF using PDFsharp’s silverPDF.dll. Within that PDF I have added some active links. I wa开发者_如何学JAVAnt links within PDF on click it opens new brow
i have an image that i just want 开发者_如何学JAVAto place all the way at the bottom of the page. how do i do this?\'Set these as needed
I recently downloaded pdf libraries ( pdfbox, pdfsharp, itextsharp), and I am trying to figure out can i parse corrupted pdf files with in Asp.Net.
I have a program that is manually generating a PDF using PDFsharp in C#. Although it is rather tedious I have to use it and am nearing completion of the task. Only one issue remains.
I have 开发者_高级运维around 10 System.Drawing.Bitmap elements, which I want to dump to PDF. When combining them to a single bitmap, and then writing this to PNG, this takes me about 150 ms.