Exporting to PDF

Most of you already know this, but just in case:

More like this

Pre Reqs: momentum principle, forces,energy, vectors Really, there is not much new here. This is an introduction to objects that interact. To describe this, I will need to pull several different ideas together (that you have probably already looked at). Let me start with a simple case. Suppose…
I honestly can't remember if I've blogged this already, but just in case: Click here, then click on EVERYTHING in the picture. In some cases, click more than once. Save the door over on the left for last, and click on it many times. REVISED: Don't touch the red phone until the VERY VERY end…
One of the odd ideas to have arisen is that one can have a good idea, but not express it well. With rare exceptions, in my experience, that isn't the case: poorly communicated ideas are usually a result of poor ideas. With that in mind, I thought it would be interesting to revisit one of former…
There is and there isn't. The case for there is would go like this: let's say, our brain can store 1000 doodles in each cell and a further 5000 doodles in each distinct connection (that is, the wiring itself as information). If we consider all the permutations and combination of cells and wiring,…

PDF, the format is not proprietary. It is a standard format with an open definition such that any proprietary software manufacturer can build their own viewer or editor. In fact in the printing industry there are some strict standards for compliance quite independently of Adobe. PDF is effectively the modern PostScript.

It kind of raises the question of what "proprietary" means. I think Adobe controls the format. In the past the format was not entirely open or transparent, but perhaps it is now. If it is totally open then it is indeed the PS of today and I think that may well be the case, but it is not "opensource" in the sense that there is a community that can directly influence how it works or what it looks like.

I tend to agree that the format is not proprietary in any classic sense, even if a company controls the internals.

ISO 32000-1:2008 -- all details available, and Adobe has provided a blanket patent license for necessary technology.

In theory, the ISO maintenance group (dunno offhand which that is, but I could look it up) could take the standard and do pretty much whatever with it -- but Adobe is playing nice so there's not much interest.

By D. C. Sessions (not verified) on 12 May 2009 #permalink

I find one gets better results by printing to file and selecting to print directly to PDF (if that option is highlighted) or printing to PS and then using ps2pdf.

Sometimes it seems like OO is trying to optimize the PDF in the export and you get artifacts (ie, extra spacing between characters). The printing to PS/PDF (an option of the OS) seems to get around this.

YMMV

RE: Proprietary Format:
PDF was created by Adobe, and was a Proprietary format, until it was released to an open standard in mid-2008. (Although prior to this date, Adobe allowed for use of it's format royalty free in general)

Also - PDF and PostScript are fairly different. PostScript is actually a programming language (well page description language) - it requires devices to have an interpreter (RIP) to execute the PostScript to draw an image. PDF is a raw format. PDF uses most of what PostScript is, but has already been 'complied' (not the right term, but close enough)by RIP, require less system resources to draw/print. So in essence, yeah, PDF is just a modern PostScript (I convinced myself by writing this)...