PDF Is Now ISO 32000
It is official. As PDF Architect Jim King blogged today, Adobe has received word that the ballot for approval of PDF 1.7 to become the ISO 32000 Standard (DIS) has passed by a vote of 13 positive to 1 negative. A two-thirds majority is required to pass so it was a large margin of victory (93%). The vote breaks down as follows: Countries voting positive with no comments (9): Australia, Bulgaria, China, Japan, Poland, South Africa, Spain, Sweden, Ukraine. Countries voting positive with comments (4): UK (13 comments), USA (125), Germany (11), Switzerland (19). Countries voting negative with comments (1): France (37 comments). Countries abstaining (1): Russia.
But then again, I know many French people, and they're opposed to proprietary software becoming an ISO standard, especially with patent and copyright as it stands now here in the US.
Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
I like Foxit on Windows machines. Incredibly small and lightweight and works in your browser.
Presumably the standard submitted was sufficient that any person wishing to do so could use it to create a standards compliant PDF viewer/writer without hitting any major technical or partially documented issues or ambiguous 'IP' concerns. The OOXML standard didn't fail because its a Microsoft format, or because it's proprietary, it failed because (reportedly) the standard document contained ambiguous elements and was insufficient in itself for a third party to fully implement the standard in their own applications.
Of course the various other shenanigans (such as alleged bribery attempts and quasi ballet stuffing) that plagued the OOXML submission probably haven't helped either.
Apple relies on Quartz and other built CoreImages to do their PDF rendering. So it works very well under OSX. They'd have to port everything to Windows first. Then you'd end up with a 90 MB "Preview.exe".
See also iTunes and Quicktime in Windows.
Already done. Evince and KPDF are both great pdf readers. Okular seems pretty nice too.
Xpdf opens a 114M file in under 2 secs and a 25M one is pretty well instantaneous. Some kind of windose problem no doubt.
While I realize this is supposed to be an amusing turn of phrase, there are actually quite a few tools out there. A few that I like are:
PDFBox - OSS Library for modifying PDFs on the fly.
FOP - Use XSL-FO to design printable page layouts in XML, then use FOP to transform them to PDF documents.
Foxit Tools - Alternative to the overpriced Adobe products.
OpenOffice - The built-in support for PDFs is absolutely wonderful. I rarely give out DOC files anymore.
FPDF - PHP PDF generation tools.
iText - A great library for your own custom PDF generation.
Those are just a few. The PDF format itself is actually not too bad. (When Adobe isn't breaking it with needless revisions, that is.) It's biggest strength is that the psuedo-text nature of the format allows one to diagnose the internals of a file pretty easily. Its greatest weakness is that things like text fields are needlessly convoluted. At the end of the day, though, it's a pretty good format.
Javascript + Nintendo DSi = DSiCade
OK so why is this good but the Microsoft format is bad?
Because this format is technically pretty good, while Microsoft's format is technically bad.
Fact is that some proprietary formats become defacto standards
Microsoft's format wasn't rejected because it was from Microsoft, it was rejected because it was bad and needed work. If (and only if) Microsoft is willing to put in the work and make changes to the format, then OOXML can become an ISO standard as well.
Then get Foxit instead.
--Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
I have full ebooks with 200+ pages and lots of photographs and diagrams. 400-600K
That seems pretty decent.
The phrase "more better" is acceptable English. suck it grammar Nazis
Mac OS Preview isn't a PDF reader... Mac OS X is! Preview is, like, about 20 lines of code, considering that the entire PDF format is built into Core Image... or should I say: Core Image is built completely around PDF.
+5 for Adobe
+1 for Apple
-5 for Microsoft
-10 for Amazon (sorry Kindle, you're fucked)
Multiplayer Gaming (defined): Sitting around, discussing single-player games with my friends, at the bar.
The whole point of standardization is that it doesn't matter what Adobe does. Anybody can impliment the standard without too much trouble. Though, in practice, it was a DeFacto standard anyway, and there is already a ton of software that supports PDF. I haven't used Adobe's PDF reader in years.
xpdf, kpdf, Preview.app, Foxit Reader, etc. all work and between them probably support damn near any platform you would want to use. I use Foxit on my Windows machines, and I find it to be very convenient software which is fast, light, and mostly stays out of my way.
Their 'open format' is just a wedge to allow them to not be sued for various issues or locked out of markets.
They can say hey we can do that too, but not promote the product other than an alternative, an alternative they have no expectation that the client base would be able to actually commit to.
members are seeing something, your seeing an ad
Actually, he's making a joke about high-speed film (ISO in photography refers to the light-sensitivity of film, as standardized by the ISO council). Film with a high ISO rating is very "fast" which means that it can shoot in very dimly lit situations. 32000 ISO, however, is fucking insane. You could pick up big-bang background noise with that shit!
Multiplayer Gaming (defined): Sitting around, discussing single-player games with my friends, at the bar.
And last but hopefully not least, pdflatex and pdftex. You simply use "pdflatex" in place of the "latex" command to generate pdf output instead of dvi output, with much better quality than latex -> dvips -> ps2pdf (which unfortunately people who don't know better still use).
The big one is of course forms. Do any other PDF creators create PDFs with forms? Do they do it well?
I use cutePDFcreator, Foxit, and a few others but they are missing the ability to create forms. Some do it; none do it well, IMO. Without forms it's just a static document. PDF is overkill for just a portable static document. The full version of Adobe Acrobat is fantastic at creating forms. That is what makes it so special.
I like pdflatex for when I am still writing on a document. For the final version, though, I find that ps2pdf gives me better control over image resizing, compression, and, most importantly, font embedding.
Do not anger the worm.
Film with a high ISO rating is very "fast" which means that it can shoot in very dimly lit situations. 32000 ISO, however, is fucking insane. You could pick up big-bang background noise with that shit!
It's not insane, it's just one "f-stop" more sensitive to light than ISO 16000, which is one f-stop more sensitive than ISO 8000. We've already had ISO 6400 film for decades, and right now on the market there are a couple of cameras (like the latest flagship digital SLR from Nikon) with ISO 26500. Yes, that's twenty-six thousand, five hundred. Don't ask me how or why they did it, but they did. Nothing particularly crazy about it, in fact it's a great thing for those who need to use high shutter speeds in low light and/or can't afford ultra-expensive large aperture lenses.
Within ten years we no doubt will be seeing some digital cameras with ISO 32000 or higher sensitivities. Now if they'd just do something about the extremely limited dynamic range...
Just a random idea here ... but have you considered that the time to open a document might depend a lot on the speed of the machine?
Sure, and with a 5Ghz Core2Octo processor and a RAID array of 10000RPM drives, you might be able to open that 114M file in 2 seconds with Adobe Reader. Personally, I'd rather use Xpdf (Foxit or SumatraPDF if using Windows) than spend $10000 upgrading my machine.
PDFLib - The standard (and powerful) PDF Library for PHP5
PDFLib Lite - The OpenSource version of the above
FPDI - Imports existing PDF documents into FPDF
PDFLib Lite is a great tool for dynamically creating PDF documents on the FLY with PHP. Or, FPDF & FPDI if you don't mind a slight performance hit.
15 mmegabytes? Where the hell are you getting your numbers.
I just made a randomly generated pdf using a Lorum Ipsum generator and copy and paste.
278 page, 1.1 MB. Looks the same on my Mac as it does on a Linux machine as it does on Windows machine as it does on a reader that supports PDF as it does on the printer.
That's why.
PDF was never intended to be edited, once published. The objective of the format it that it can be rendered as the author intended, not edited.
I beleive they have no problem in people implementing readers and writers usually. Microsoft were wanting to make it part of their saleable product without paying royalties. Microsot aren't your usual player.
The big issue was, I think, that if they had PDF in MSOffice, they could artificially deprectate it by having a 'This format may not save all the features of this document, use ours instead'. That was the groklaw suspicion I recall. Everyone else says 'use this, use ours, whatever you want', which does not harm Adobe.
Yes, OSX has decent tools by default both for reading and creating PDFs, it's a genuinely useful format by default.
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
You want PDFedit. Ubuntu 7.10 Universe repository.
http://rocknerd.co.uk
It's interesting, astonishing and emblematic to me, that one application (Foxit Reader) would offer the same features as another (Adobe Acrobat Reader 8.x) but the package size is 10x smaller, it is a much faste application and it DOESN'T CRASH!
Acrobat Reader 8.x is a piece of crap.
"The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
That is a bug/feature of LaTeX. However, you can use epstopdf to convert your eps files to pdf, prior to using pdflatex.
Toronto-area transit rider? Rate your ride.
They do not offer the same features, its just that most people don't particularly care about the features that are in Adobe Reader and not in Foxit Reader.
AccountKiller
The PDF specification is being approved by subcommittee 2 of technical committee 171. It has nothing to do with JTC1 and surely has nothing to do with SC34 of JTC1.
It's one thing for the average person to have no idea how ISO or IEC works, and to think the OOXML issue affects all of ISO, and to have no idea that IEC is just as affected by the OOXML issue as ISO is, but any respectable journalist should do some research and try to understand what they're reporting on.
The Inquirer should be ashamed to be associated with such bad reporting.
There's no "correct" way to display fonts on the screen. You have to decide what to do with the low DPI you have to live with, and, depending on the algorithm, you either get higher contrast but more shape distortion (if you try to snap lines to pixel boundaries), or blurry shapes but less shape distortion (if you blur lines which fall between pixels accordingly between those pixels). The first is what Microsoft does, the second is what Apple does. The first gives more readable text for small fonts on lower DPIs (such as Windows' Tahoma 8 on your typical 19"). The second looks better for larger fonts or on higher DPIs, where there are no elements that are single-pixel thick (and this is why OS X default GUI font is larger than in Windows).