searchspell:filescorrected for pdf files
See rationale on the talk page, or replace this tag with a more specific message. Editing help is available. This article has been tagged since December 2005. Portable Document Format (PDF) is proprietary file format developed by Adobe Systems for representing two dimensional documents in a device independent and resolution independent format. Each PDF file encapsulates a complete description of a 2D document that includes the text, fonts, images, and 2D vector graphics that compose the document. Importantly, PDF files don't encode information that is specific to the application software, hardware, or operating system used to create or view the document. This feature ensures that a valid PDF will render exactly the same regardless of its origin or destination. PDF is also an open standard in the sense that anyone may create applications that read and write PDF files without having to pay royalties to Adobe Systems. PDF files are most appropriately used to encode the exact look of a document in a device-independent way. While the PDF format can describe very simple one page documents, it may also be used for many page, complex documents that use a variety of different fonts, graphics, colors, and images. Readers for many platforms are available, both free (such as Xpdf) and proprietary (such as Adobe Reader) and front-ends for many platforms to Ghostscript. Proper subsets of PDF have been, or are being, standardized under ISO for several constituencies:
TechnologyPDF is primarily the combination of three technologies:
PostScript
PostScript is a computer language — more precisely, a page description language — that is run in an interpreter to generate an image. This process requires a fair amount of resources. PDF is a subset of those PostScript language elements that define the graphics, and only requires a very simple interpreter. For instance, flow control commands like That means that the process of turning PDF back into a graphic is a matter of simply reading the description, rather than running a program in the PostScript interpreter. However, the entire PostScript world in terms of fonts, layout and measurement remains intact. Often, the PostScript-like PDF code is generated from a source PostScript file. The graphics commands that are output by the PostScript code are collected and tokenized; any files, graphics or fonts the document references are also collected; and finally everything is compressed into a single file. As a document format, PDF has several advantages over PostScript:
HistoryWhen PDF first came out in the early 1990s, it was slow to catch on. At the time, not only did the only PDF creation tools of the time (Acrobat) cost money, but so did the software to view and print PDF files. Early versions of the PDF format had no support for external hyperlinks, reducing its usefulness on the web. Additionally, there were competing formats such as Envoy, Common Ground Digital Paper, DjVu and even Adobe's own PostScript file format (.ps). Adobe started distributing the Acrobat Reader (now Adobe Reader) program at no cost, and continued to support PDF through its slow multi-year ramp-up. Competing formats eventually died out, and PDF became a well-accepted standard. In 2005 Microsoft presented a competing format named XPS. XPS is based on XAML, and is distributed along a royalty-free license. XPS support is scheduled to be included in Microsoft Windows Vista. MacintoshPDF was selected as the "native" metafile format for Mac OS X, replacing the PICT format of the earlier Mac OS. The imaging model of the Cocoa layer of Mac OS X is based on the model common to Display PostScript and PDF, and is sometimes somewhat confusingly referred to as Display PDF. Due to OS support, all OS X applications can create PDF documents automatically as long as they support the Print command. PDF and accessibilityPDF can be accessible to people with disabilities. Current PDF file formats can include tags (essentially XML), text equivalents, captions and audio descriptions, and other accessibility features. Some software, such as Adobe InDesign, can output tagged PDFs automatically. Leading screen readers, including Jaws, Window-Eyes, and Hal, can read tagged PDFs; current versions of the Acrobat and Acrobat Reader programs can also read PDFs out loud. Moreover, tagged PDFs can be reflowed and zoomed for low-vision readers. However, many problems remain, not least of which is the difficulty in adding tags to existing or "legacy" PDFs; for example, if PDFs are generated from scanned documents, accessibility tags and reflowing are unavailable and must be created either by hand or using OCR techniques. Also, these processes themselves are often inacessible to the people who would benefit from them. Nonetheless, well-made PDFs can be a valid choice as long-term accessible documents. (Work is being done on a PDF variant based on PDF 1.4. The PDF/A or PDF-Archive is specifically scaled down for archival purposes.) Microsoft Word documents can be converted into accessible PDFs, but only if the Word document is written with accessibility in mind - for example, using styles, correct paragraph mark-up and "alt" (alternative) text for images, and so on. PDF on the WebDocuments described in markup languages such as HTML/XHTML delegate responsibility for many display decisions to the renderer. This means that an XHTML document can render quite differently across various web browser platforms. While the end user experience of an XHTML document can vary significantly depending on browser, platform, and screen resolution, a PDF file can be reasonably expected to look exactly the same to every viewer. The desire for greater control over user experience has led many authors to use the PDF format to publish online content. This is particularly true for order forms, catalogues, brochures, and other documents which are primarily formatted for printing. The ubiquity of the Adobe Reader web browser and wide corporate availability of easy to use WYSIWYG PDF authoring have further enticed many (mostly corporate) web authors to publish a wider variety of information as PDF. Critics of this practice cite several reasons for avoiding it. The major one is that the inflexibility of PDF rendering makes it difficult to read on screen: it does not adapt to the window size nor the reader's preferred font size and font family, as classic XHTML web page does. Accessibility, particularly by the blind or sight-impaired is a common issue [1]. PDF files tend to be significantly larger than XHTML/SVG files presenting the same information, making it difficult or impossible for users with low-bandwidth connections to view them. Adobe Reader, the de facto standard PDF viewer, has historically been slow to start and caused browser instability, particularly when run alongside other browser plugins (though the release of Adobe Reader 7 addressed many of these concerns). Adobe Reader is also unavailable in current versions on many alternative operating systems and is distributed under a proprietary license unacceptable to some users. Currently, only one major web browser, Safari, natively supports PDF. Users of other clients must run a separate application to access these documents online. Searching for a text in a collection of filesAdobe Acrobat Reader 6.0 and above allow searching a collection of PDF files. Using a search program to search for a text in a collection of files of different types, it may or may not be possible to also search PDF files, depending on the program. This is because the text is stored in coded form, and a program searching for some text must interpret the code and search the result, not just search the code. Search programs that do not work include that of Windows XP and Agent Ransack. However, for searching the Web, some search engines, such as Google and Yahoo!, include PDF files in searches. The option to view the PDF in HTML format is also commonly offered (this conversion does not include images). Mac OS X, having PDF as a core element of the operating system, fully supports searching PDF files with the Preview application, used to view PDF files. The Spotlight feature in Mac OS X v10.4 extends this ability across the whole operating system, allowing information in PDF files (as well as almost all others) to be found from a single search box. On the Windows platform, text in PDF files can be searched using Google Desktop Search and also Windows Desktop Search when installed with an appropriate iFilter available from Adobe. On the Linux and Unix platforms (and experimental Windows ports), the Beagle provides functionality similar to Apple's Spotlight, including text searching through the content of PDFs. The related program Dashboard (not to be confused with Apple's OS X Dashboard) also looks inside PDFs. Types of contentA PDF file of a map, for example, is often a combination of vector graphics, text, and raster graphics. A general reference map of the US [2] uses:
To appreciate the difference between vector and raster graphics, compare the general reference map to the CIA World Factbook's European map. If you zoom in on the former, you'll see that the (vector) coastline is nicely fitted to the (raster) mountain relief. If you zoom in on the latter, in contrast, the blue of the sea is not nicely fitted to the vector graphics coast line, and the land-sea boundary is much cruder. Some PDFs have no raster graphics at all. For example, see the Factbook's map of the Arctic. Tools exist, such as pdfimages (bundled with Xpdf) to extract the raster images from a PDF file. This can be extremely useful if the PDF is simply a collection of scanned pages. See also
References
External links
Format information
Related formats
Criticism
Most likely you found this site by searching for files, but it is probable that you were really looking for information on pdf files instead. The goal of searchspell is to direct the 10 to 20% of all internet queries that contain variant spellings to the resources they were really looking for; in this case "pdf files" resources. If you believe the information on this site is in error, please contact us at mistype@gmail.com to provide details of the misinformation. If you are interested in adding to the content of this site, or if you are interested in supporting the efforts of misytped.info by placing your product information on all of the variant pdf files pages, please contact mistype@gmail.com for details. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "pdf".
|