Skip to main content

Posts

Showing posts with the label PDF

Create PDFs from DOC, not DOCX Files

We learned a lesson tonight when I was trying to submit a script to a production company: PDFs from DOC files are much, much smaller than PDFs generated from DOCX files. Microsoft Word migrated from the familiar ".DOC" format of Word 97-2004 with the release of Word 2007/2008 (Windows/OS X). I recall the painful transition from Word 95 to Word 97, but nothing has compared to the nightmare that is the DOCX "Office XML" file format. I appreciate the idea of XML-based documents. Unfortunately, Microsoft's DOCX seems to cause a fair amount of pain. The 101-page script stored as a DOCX refused to convert to a compressed and optimized PDF with Acrobat Distiller, Acrobat Pro, or Apple's built-in PDF driver. This left me able to create only an uncompressed PDF. The file was 62 megabytes! A 184 kilobyte document exploded to 62MB… and it couldn't be emailed through our server. Saving the document as a DOC file, the document grew to 214KB, a bit larger than...

ePubs and the Future

I have been working on various ebook projects and am frustrated by the amount of "hand coding" required to make an ePub book work well with several reader applications. When a book looks just right on one reader, it looks odd on another. Yet, we know the future is digital. Most computer users are familiar with Adobe's ubiquitous Portable Document Format (PDF). The benefit of using PDF files is that a file includes all graphics, fonts, and layout information. A file appears nearly identical on every computer, tablet, handheld device, et cetera. A magazine in PDF looks like the designer intended — and design is the emphasis of the entire Adobe product line. Adobe's Creative Suite applications are for designers, not writers. ePubs take a different approach, closer to the original intentions of HTML and similar document "markup" formats. Yes, you can put words in bold or change a few colors, but the intent of ePub is to allow the reader, the computer user, t...