Tagged Questions
PDFsharp - A .NET library for processing PDF
5
votes
1answer
3k views
How to export pdf page as a image using pdfsharp .net library?
How to export a pdf page as an image using pdfsharp .net library, for pixel level manipulation ?
for example, something like, System.Drawing.BitMap.GetPixel()
I am trying to find out empty area (all ...
4
votes
2answers
1k views
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. ...
4
votes
2answers
2k views
How do I walk through tree of Pdf Objects in PDFSharp?
I am trying to to walk though the tree of PdfItem objects in an existing PDF document using PDFSharp in c#.
I want to create a hierarchy of all the objects as I go along -- similar to what the "PDF ...
3
votes
1answer
523 views
is there anyway to have a background image in migradoc / pdfsharp
i want to create a cover page that has text over a background image. Is this possible in migradoc / pdfsharp ??
3
votes
1answer
413 views
PdfSharp on Mono
Has anyone tried to port PdfSharp library to Mono? I just ran MoMA against PdfSharp.dll v1.2 beta and I am getting about 12 P/Invoke errors and 10 or so Mono TODOs. Just wondering if anyone has ported ...
3
votes
2answers
3k views
PdfSharp save to MemoryStream
I want to save a PDFSharp.Pdf.PDFDocument by it's Save method to a Stream, but it doesn't attach the pdf header settings to it. So when I read back the Stream and return it to the user, he see that ...
2
votes
1answer
193 views
GetFontData returns -1 (GDI_ERROR) in ASP.NET App but not in console app. What could cause this?
We use PDFSharp (the GDI+ build) in one of our web applications. In one PDF exporter we're using a non-system truetype font and it works like a charm in our dev environment but crashes when we run it ...
2
votes
1answer
313 views
Add embedded resource image to MigraDoc document
I'd like to add an 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 of which is ...
2
votes
1answer
877 views
PDF Sharp Line Break
I am trying to get new Line but if i use \n it does not help any way to have new line by adding something to string like \r\n (does not work)
gfx.DrawString("Project No \n" + ...
2
votes
2answers
363 views
What's the fastest .Net PDF library to dump a bunch of bitmaps to PDF?
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.
Now I want to create a ...
2
votes
1answer
1k views
pdfsharp - font embed?
I am given a file that has some other language font. They can not download the font, so they want me to embed it in the pdf.
Now, I only have PDF Reader, so I cant edit or create a pdf file. so I ...
2
votes
3answers
2k views
Calculate text height based on available width and font?
We are creating PDF documents on the fly from the database using PDFsharp.
I need to know the best way to calculate the height of the text area based
on the font used and the available width.
I need ...
1
vote
1answer
21 views
PDFSharp inverted text
I'm trying to use PDFSharp to add 2 text strings to a document - one as normal and 1 upside-down.
To cut a long question short:
I can add the normal text ok. How do I add the inverted text?
This is ...
1
vote
1answer
27 views
MigraDoc italic text overlapping
With the following code below, the text withing and after the double quotes is overlapping. It seems related to the font selection, however I may not be able to change that.
Is there a way or ...
1
vote
1answer
147 views
Extract of image of “FLATEDECODE” type from pdf using PdfSharp
Im trying to extract images from a pdf. Image is of filter "FlateDecode". Im getting the image but its just a black path. Im a newbie into this, Please help me on this. The code is :
int width = ...
1
vote
1answer
97 views
Resize PDF page and wrap text?
Is it possible to change the size of a page inside a PDF document without resizing all of its content? I want all text to wrap their content according to the new size.
I haven't been able to find any ...
1
vote
2answers
327 views
Generate PDF based on HTML code (iTextSharp, PDFSharp?)
Does the library PDFSharp can - like iTextSharp - generate PDF files *take into account HTML formatting *? (bold (strong), spacing (br), etc.)
Previously I used iTextSharp and roughly handled in such ...
1
vote
2answers
62 views
Print 3 records per page to PDF
I want to create dynamic PDF document pages as per my record. Please help me.
I want to print 3 records per page.
string[] collection = {
"vivek", "kashyap", "viral", "darshit", "arpit", ...
1
vote
1answer
178 views
How to add a sharpPDF into a Word document?
I'm working on an application in asp.net / C# 3.5 / Winforms.
This application is rendering a PDF file and a Word file.
We use Microsoft.Office.Interop.Word for word and sharpPDF for PDF.
Our ...
1
vote
1answer
344 views
pdfSharp printing with page size
I am using PdfSharp dll to print a pdf. This is the code that i am using. This works fine for me.
PdfFilePrinter.AdobeReaderPath = "C:\\Program Files\\Adobe\\Reader 9.0\\Reader\\AcroRd32.exe";
...
1
vote
2answers
627 views
PDFSharp filling in form fields
I would like to fill in form fields in a premade PDF doc, but I'm receiving a Null Refrence error with AcroForm when running.
string fileN4 = TextBox1.Text + " LOG.pdf";
...
1
vote
2answers
358 views
Replace text in PDF
I'm trying to replace a section of a PDF with different text. From research on all major PDF libraries for .NET, it seems this is complicated and not a trivial task. I think it may be easier to ...
1
vote
1answer
188 views
Rendering Large Bitmaps in PDFSharp and Minimizing Memory Footprint
So, I have a need to export large-format paper sizes (33 x 44 inches) at up to 300 DPI from my web app as PDF. I'm currently handling 8.5 x 11 and 11 x 17 sheets just fine using PDFSharp. These ...
1
vote
1answer
491 views
Automatic New Page based on text
Hi there
i had been sucessfully using this great library PDF Sharp.now i wanted to play with some dynamic Stuff so people recomended to switch to Migradoc I did and like its paragraph feature.Now the ...
1
vote
0answers
134 views
PDFsharp Portfolio PDF
I have a program I wrote that merges PDF's to a single document using PDFsharp. I now need to be able to specify these merged PDF's as portfolios. I have tore through the documentation, and have not ...
1
vote
2answers
406 views
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:
Dodge
Nissan
Ford
...
1
vote
1answer
443 views
How do I sign a pdf with electronic signature in PDFSharp?
Is it possible to sign a pdf document with electronic signature in PDFSharp?
How to do it?
Thanks for your suggestions.
1
vote
0answers
164 views
pdfSharp moving items on page
I am trying to move content in a pdf document using pdfSharp.
We have a number of documents that are the same size i.e. 488x320mm, the content within these documents is always positioned relative to ...
1
vote
1answer
479 views
Get graphics information from font file. How to develop font parser similar to PDFView's font parsers?
I am trying to convert text into graphics using c#.
My input is character string and output is bitmap with the input text.
After lot of search I found some ways to do it, I found some techiques ...
1
vote
1answer
587 views
Can a pdfbox or itextsharp or pdfsharp reads corrupted pdf file
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.
which lib is best for reading corrupted pdf file.
1
vote
5answers
5k views
How to add pdfsharp lib in C#
i am new to C#.net,i had downloaded pdfsharp lib. but how to add those lib in our project.
My project is create a pdf file.Plz provide me step/step instruction. After unziping it has 32 folders.
i ...
1
vote
4answers
2k views
find Char width in pixels for various Arial fontsizes
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
Problem: I am ...
1
vote
2answers
4k views
PdfSharp: Text height/positioning problem
Whether I use XTextFormatter or not, I get the same error about the LayoutRectangle having to have a height of 0 or something like this.
new ...
1
vote
2answers
3k views
PdfSharp - Wrong PDF page settings when document is opened in Acrobat
I have written a piece of code which uses the PdfSharp library. The instance of PdfSharp.Pdf.PdfDocument created saves to disk as expected. The right content is displayed, but onto the wrong page ...
1
vote
1answer
2k views
Keep table in one pice MigraDoc / PDFsharp
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 ...
1
vote
2answers
6k views
Tables and charts using PDFSharp
I just started with a project that requires me to write to PDF file. After some googling I decided on using PDFSharp which looks simple enough, however I have a few questions regarding drawing tables ...
1
vote
3answers
4k views
Printing PDFs with PDFSharp
I have the following code:
using System;
using System.Diagnostics;
using System.IO;
using PdfSharp.Pdf.Printing;
namespace PrintPdfFile
{
class Program
{
[STAThread]
static void ...
1
vote
1answer
2k views
PdfSharp, GDI+ and HTML printing
I currently have a "PrintingWebService" that I call from an AJAX page with all the information that is needed to construct a highly customized PDF printout using PDF Sharp and the PDFSharp's GDI+ ...
0
votes
0answers
39 views
Converting TIFF to PDF results in Insufficient Data For Image
I have a utility that converts batches of TIFF images to PDFs using the PDFSharp library. The following code performs the actual conversion. When I open the resulting PDF files in Acrobat Reader, I ...
0
votes
0answers
34 views
PDF Has “Extra” Lines When Printed
I created this PDF using PDFSharp.
When I print it (to my Brother HL 5140 laser printer, or to the XPS printer, but not to PDFCreator) it ends up looking like this XPS document does does when viewed ...
0
votes
1answer
37 views
Migradoc , pdfsharp Paragraph without associated bookmarks
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";
...
0
votes
1answer
75 views
PDFSharp with xml template in c#
I am using PDFSharp in my c# project. In my previous work place I used a PDF component from aspose and in that component ASPOSE provided a xml template feature, where I simply defined the pdf document ...
0
votes
1answer
75 views
PDFSharp - MigraDoc : Text in a table row exceeds page length.
Why does my row contents truncate? I am trying to write text on the PDF using contents in Text Files. I use StreamReader to read the file, and then for each Line, i add a row. I cannot change and ...
0
votes
1answer
63 views
PdfSharp: Rotating a Page in a document
I'm creating a web app that will be used for maintaining PDF documents in our database that come in through an automated system when we receive faxes. Users need to be able to review these documents, ...
0
votes
1answer
67 views
Converting multiple Images to pdf using pdfsharp
I am trying to convert multiple images to pdf using pdfsharp library.
I am able to convert single image and it works pretty well.
And while converting bulk images to single pdf I am facing problem ...
0
votes
1answer
47 views
How to get PdfString elements with some custom XFont or XBrush from loaded PdfDocument using PdfSharp
I need to select some strings when i load PdfDocument.
And it must be loaded only if it is red or if it's font-size equals 26, etc.
Can i do it with pdfSharp?
0
votes
2answers
168 views
Rotated image extracted from pdfsharp
I am successfully able to extract images from a pdf using pdfsharp. The image are of CCITFFaxDecode. But in the tiff image created , the image is getting rotated. Any idea what might be going wrong?
...
0
votes
1answer
147 views
MigraDoc PDFSharp - alignment of text frames
Section
TextFrame
Table
Row 1 - N, Dynamically generated using a datatable.
TextFrame
Table
Row 1 - N, Dynamically generated ...
0
votes
1answer
107 views
MigraDoc PDFSharp Add Page Borders
How do I add Borders to every page of PDF Doc (variable page numbers) using MigraDoc?
0
votes
2answers
176 views
Concatenate PDF files with PDFSharp return blank pages
I try to concatenate 2 PDF data from rdlc report.
The problem is the result is blank pages.
I don't know why, could someone help me please.
here is my code:
private ActionResult ConcatPdf(byte[] ...