tagged [pdf]

Excel to PDF C# library

Excel to PDF C# library I am looking for a MsExcel (.xsl and .xlsx) to PDF converter/library or API. I want it for my C# .Net application. I like commercial libraries, but can't afford much.

8 Sep at 15:29

Compress existing PDF using C# programming using freeware libraries

Compress existing PDF using C# programming using freeware libraries I have been searching a lot on Google about how to compress existing `pdf` (size). My problem is 1. I can't use any application, bec...

15 Mar at 13:32

Generating PDF in .NET using XSL-FO

Generating PDF in .NET using XSL-FO I need to generate a pdf in .NET using XSL-FO. There are no shortage of libraries to do this. What library would you suggest that I use and why?

8 Jul at 18:10

How to read PDF form data using iTextSharp?

How to read PDF form data using iTextSharp? I am trying to find out if it is possible to read PDF Form data (Forms filled in and saved with the form) using iTextSharp. How can I do this?

18 Oct at 04:48

How do I insert a background image on all pages of a pdf-document?

How do I insert a background image on all pages of a pdf-document? I need sample code in C# to insert the background image on all pages of the finished pdf-document. I'm using iTextSharp library.

iTextSharp international text

iTextSharp international text I have a table in asp.net page,and trying to export it as a PDF file,I have couple of international characters that are not shown in generated PDF file,any suggestions, T...

13 Nov at 07:50

Download, store, view and manage PDF File

Download, store, view and manage PDF File Can I download a PDF file and shows it without use UIWebView? I need to show PDF and get full control of its show... Also, Can I download and strore PDF into ...

14 Nov at 21:56

Merge PDF files with PHP

Merge PDF files with PHP My concept is - there are 10 pdf files in a website. User can select some pdf files and then select merge to create a single pdf file which contains the selected pages. How ca...

28 Nov at 19:44

How to extract text from Pdf, Word and Excel documents?

How to extract text from Pdf, Word and Excel documents? I'd need a .NET library so that using which I can extract text data from PDF, Excel and Word files. Ideally, a free tool! Would you recommend an...

11 Jun at 14:33

How can I test a PDF document if it is PDF/A compliant?

How can I test a PDF document if it is PDF/A compliant? We write a software that create PDF files. How we can check if the resulting pdf files are PDF/A compatible? Are there any test suite for it ava...

17 Aug at 13:32

Can a PDF file's print dialog be opened with Javascript?

Can a PDF file's print dialog be opened with Javascript? I know how to open a webpage in a new window and add javascript so the print dialog pops up. Is there a way to do a similar thing with a PDF fi...

26 Mar at 21:45

Custom page size in iTextSharp in C#.NET

Custom page size in iTextSharp in C#.NET I want to create a custom page size which is (5"X2") PDF using iTextSharp in C#. Is there any way to do this?

14 Jun at 06:57

How to convert PDF files to images

How to convert PDF files to images I need to convert PDF files to . If the PDF file is ,I just need one image that contains all of the PDF pages. Is there an open source solution which is not charged ...

16 Jun at 19:7

How do I enumerate all the fields in a PDF file in ITextSharp

How do I enumerate all the fields in a PDF file in ITextSharp Let's say I've loaded a PDF file using iTextSharp: How do I get a list of all field names on the document from `af`?

15 Jun at 00:38

How to create a iTextSharp.text.Image object startng to a System.Drawing.Bitmap object?

How to create a iTextSharp.text.Image object startng to a System.Drawing.Bitmap object? I am pretty new in (the C# version of ): I have something like this: ``` System.Drawing.Bitmap bitmap = (System....

8 May at 17:3

Keep table in one piece MigraDoc / PDFsharp

Keep table in one piece MigraDoc / PDFsharp 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) ...

Recommended way to embed PDF in HTML?

Recommended way to embed PDF in HTML? What is the recommended way to embed PDF in HTML? - - - What does Adobe say itself about it? In my case, the PDF is generated on the fly, so it can't be uploaded ...

6 Oct at 12:28

Convert canvas to PDF

Convert canvas to PDF Is it possible to directly convert canvas to pdf using JavaScript ([pdf.js](https://mozilla.github.io/pdf.js) or something like that)? Is there another possible way like canvas t...

6 Dec at 16:57

Best way to create/fill-in printed forms and pdfs?

Best way to create/fill-in printed forms and pdfs? We have a C# application that must print complex forms. Things like multi-page government compliance forms that must be in a specific format. We can ...

14 Jun at 05:44

Convert HTML to PDF in .NET

Convert HTML to PDF in .NET I want to generate a PDF by passing HTML contents to a function. I have made use of iTextSharp for this but it does not perform well when it encounters tables and the layou...

9 Dec at 16:10

Edit PDF in PHP?

Edit PDF in PHP? Does anyone know of a good method for editing PDFs in PHP? Preferably open-source/zero-license cost methods. :) I am thinking along the lines of opening a PDF file, replacing text in ...

10 Feb at 13:3

.NET library to print PDF files

.NET library to print PDF files I am after a library which can accept an already created PDF file and send it directly to the printer. I don't want the user to need Adobe Reader or anything else insta...

28 Jan at 16:26

Generate a PDF that automatically prints

Generate a PDF that automatically prints I have a ASP.NET Web application that generates a PDF. I am using iTextSharp. What happens is that you click a button and it downloads. My employer want to be ...

29 May at 13:31

How to render pdfs using C#

How to render pdfs using C# I want to load and draw pdf files graphically using C#. I don't need to edit them or anything, just render them at a given zoom level. The pdf libraries I have found seem t...

6 Feb at 02:24

Generating a PDF file of an aspx page without displaying it

Generating a PDF file of an aspx page without displaying it From my code I display an .aspx page with infragistics chart controls in it. I want to send out the same .aspx page as a PDF attachement thr...

27 Mar at 20:27