Top "Pdf" questions

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

Combine two (or more) PDF's

Background: I need to provide a weekly report package for my sales staff. This package contains several (5-10) crystal reports. …

c# .net winforms pdf
android download pdf from url then open it with a pdf reader

I am trying to write an app to download pdfs from url, store them on sd, then open by adobe …

android pdf download httpurlconnection fileinputstream
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 …

c# pdf drawing rendering
Zoom to fit: PDF Embedded in HTML

I am embedding a local pdf file into a simple webpage and I am looking to set the initial zoom …

html object pdf
How to search contents of multiple pdf files?

How could I search the contents of PDF files in a directory/subdirectory? I am looking for some command line …

linux pdf full-text-search grep debian
How to enable mbstring from php.ini?

I have real difficulties with enabling mbstring extension on my localhost. I'm using XAMPP 1.7.4, for Windows, which has PHP 5.3.5, and …

pdf utf-8 php mbstring
How can I hide the Adobe Reader toolbar when displaying a PDF in the .NET WebBrowser control?

I am trying to load a PDF document inside a .NET web browser control. In versions of Adobe Reader prior …

.net pdf webbrowser-control acrobat adobe-reader
Make text wrap in a cell with FPDF?

Right now when I use a cell with text, it all stays on one line. I know I could use …

php pdf fpdf
How to get the file path from URI?

Please find my code below. I need to get the file path of the pdf document, selected by the user …

android pdf uri filepath
How to build PDF file from binary string returned from a web-service using javascript

I am trying to build a PDF file out of a binary stream which I receive as a response from …

javascript jquery pdf cross-browser binary-data