Top "Pdf" questions

Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization (ISO).

Recommended way to embed PDF in HTML?

What is the recommended way to embed PDF in HTML? iFrame? Object? Embed? What does Adobe say itself about it? …

html pdf
Convert HTML + CSS to PDF

I have an HTML (not XHTML) document that renders fine in Firefox 3 and IE 7. It uses fairly basic CSS to …

php html css pdf pdf-generation
Proper MIME media type for PDF files

When working with PDFs, I've run across the MIME types application/pdf and application/x-pdf among others. Is there a …

pdf http-headers content-type mime
Merge / convert multiple PDF files into one PDF

How could I merge / convert multiple PDF files into one large PDF file? I tried the following, but the content …

linux pdf merge command-line-interface
Inserting a PDF file in LaTeX

I am trying to insert a PDF or doc file as an appendix in my LaTeX file. Do you know …

pdf latex include
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 …

c# html pdf itextsharp
How to make PDF file downloadable in HTML link?

I am giving link of a pdf file on my web page for download, like below <a href="myfile.…

php pdf xhtml download markup
How to display PDF file in HTML?

I have an auto generated PDF file by itext and I need to display that PDF file in HTML. My …

html pdf
Is it possible to embed animated GIFs in PDFs?

Is it possible to embed animated GIFs in PDFs? And how might I go about such a thing? are there …

pdf animated-gif
Generating PDF files with JavaScript

I’m trying to convert XML data into PDF files from a web page and I was hoping I could …

javascript pdf pdf-generation