0
votes
0answers
20 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.
0
votes
2answers
35 views
how to copy only body of pdf file using itextsharp or pdfsharp in C#
I am still waiting for the reply from you all. I really need your support.......plz
I am developing a project called pdf recovery. In that i want to just copy the body of file into another pdf file …
0
votes
4answers
66 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 …
0
votes
3answers
58 views
find Char width in pixels for various Arial fontsizes
Hi,
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 …
0
votes
1answer
52 views
How to create PagePreview with more than one page using PDFSharp?
I am using PDFSharp to create PDF files in my C# application. It's working very good, but i did not find out how to create preview with more than one page. I have no trouble creating and saving …
0
votes
1answer
90 views
How can I do a find & replace using PDFSharp?
Hi All,
I have a PDF file with 3 static place holders that I need to replace.
The place holders are using the following format:
[item1ToReplace]
[item2ToReplace]
[item3ToRepalce]
So my question …
1
vote
2answers
74 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 …
0
votes
1answer
69 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 …
0
votes
1answer
98 views
Need the .NET PDF library to edit pdf info
Hello there,
I need the 100% .NET library to edit PDF Info like Author, Title, Creator, Subject and Keywords. All PDF libraries I tried are unable to do this without completely resaving the hole PDF …
0
votes
2answers
363 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
314 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
2answers
462 views
Sharepoint “Could not load file or assembly” “The system cannot find the file specified”
I have added a reference to a dll (sharpPDF) to my .net project. In the code it has picked up the dll and I can use it. When I deploy by sharepoint webpart i get the following error:
Could not load …
2
votes
1answer
110 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 …
1
vote
1answer
284 views
Keep table in one pice MigraDoc / PDFsharp
Hello!
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 …
0
votes
2answers
456 views
Tables and charts using PDFSharp
Hello!
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 …
