forked from aaronbloomfield/pdr
-
Notifications
You must be signed in to change notification settings - Fork 228
/
convert_to_pdf.html
49 lines (49 loc) · 2.12 KB
/
convert_to_pdf.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>PDR: Docs: How to convert a file to PDF</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="../markdown.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="pdr-docs-how-to-convert-a-file-to-pdf">PDR: Docs: How to convert
a file to PDF</h1>
<p><a href="index.html">Go up to the main documents page</a> (<a
href="index.md">md</a>)</p>
<p>For some of the lab deliverables, you will need to submit a PDF file.
You can edit this in any editor of your choice, as long as the file that
you submit is a PDF. There are a number of free ways to convert your
file.</p>
<ul>
<li>Use <a href="https://docs.google.com/">Google Docs</a>, or a similar
online document editor, that can export to PDF</li>
<li>Use <a href="http://www.libreoffice.org/">LibreOffice</a>, which is
free software, and is similar to Microsoft Office. To export to a PDF
choose File -> Export As PDF. Both install on Linux, Windows, and Mac
OS X.</li>
<li>You can install a free utility called <a
href="http://sourceforge.net/projects/pdfcreator/">PDFCreator</a>, which
will install a printer entry on your machine that will all you to print
to a PDF file.</li>
<li>You can use free online PDF conversion tools, such as <a
href="http://www.freepdfconvert.com/">Free PDF Convert</a> to convert it
for you</li>
<li>Under Linux, you can print directly to a file - just be sure to
choose PDF as the file format, not PS</li>
</ul>
</body>
</html>