Slashdot Mirror


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.

410 comments

  1. ISO? by tepples · · Score: 5, Funny

    So where can I download an ISO of PDF tools?

    1. Re:ISO? by AKAImBatman · · Score: 5, Informative

      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.

    2. Re:ISO? by tcopeland · · Score: 1

      > FOP - Use XSL-FO to design printable page layouts in XML,
      > then use FOP to transform them to PDF documents.

      Right on. I used Docbook + FOP to write my JavaCC book; FOP held up fine for most things. It had some problems with (as I recall) callouts and footnotes, though, so, I did the final version with AltSoft's XML2PDF.

      Speaking of which, if you're writing a lot of DocBook, Bob Stayton's Docbook XSL is indispensible. I bought the third edition and you can tell that he monitors the mailing list closely; he answers a lot of common questions.

    3. Re:ISO? by Zaiff+Urgulbunger · · Score: 2, Interesting

      Do any of the products you listed allow generation of PDFs with thumbnails? Specifically, I recently had a problem where a client requested a PDF on their website which would open with thumbnails down the left. I did Google for the answer but it _seemed_ only Adobe software would do this?

    4. Re:ISO? by ortholattice · · Score: 3, Informative

      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).

    5. Re:ISO? by eggnoglatte · · Score: 2, Insightful

      Latex and pdflatex can create thumbnails with the hyperref package, but I don't know if there free tools for creating them from any old document format.

    6. Re:ISO? by benow · · Score: 3, Interesting

      You could do a pdf to jpg for each page, then a resize to thumbnail. You'd want to cache the thumbnails, but if your pdfs aren't changing much, there's not too much overhead.

    7. Re:ISO? by AKAImBatman · · Score: 3, Insightful

      Yes and no. Thumbnails are not too difficult to support, and can be managed by libraries like PDFBox and iText. The problem is that thumbnails are actually small drawings embedded in the PDF file. Unless you have a PDF renderer handy, they can often be a bit hard to create. Your best bet is to narrow down your choices to your language/platform of choice (e.g. Java, .NET, PHP, whatever), find one of the options that allows you to insert thumbnails, then render the thumbnail in the source program before inserting it into the PDF file. If your program is already graphical, then you shouldn't have too much trouble. If you are creating the PDF more dynamically, then you'll need to get creative. :)

    8. Re:ISO? by eggnoglatte · · Score: 3, Informative

      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.

    9. Re:ISO? by wizzahd · · Score: 1

      Just wanted to vouch for FPDF. Very easy and very useful!

    10. Re:ISO? by Yahma · · Score: 3, Informative
      Don't forget:
      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.

    11. Re:ISO? by ScriptedReplay · · Score: 1

      I can't believe you put FOP in that list while leaving pdflatex out!

    12. Re:ISO? by Bert64 · · Score: 2, Insightful

      It's not the pdf generator that makes the thumbnails, its your reader...
      That said, your reader will only display the thumbnails by default if there isn't a proper index. The index is better, because you get a textual list of the contents of your pdf file and can go straight to the chapter/section you want, but even if you have the index you can display thumbnails instead. I hate pdfs that dont have indexes.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    13. Re:ISO? by larry+bagina · · Score: 1

      I prefer using dvipdfm to convert dvi to pdf. Works with TeX, LaTeX, or if you've only got the DVI file. dvips output generally looks like ass (which is a step up from most word processors).

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    14. Re:ISO? by TorKlingberg · · Score: 1

      Only problem is that while latex -> dvips -> ps2pdf required images to be in EPS format, pdflatex cannot handle EPS images. Or are my programs set up wrong?

    15. Re:ISO? by s20451 · · Score: 2, Informative

      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.
    16. Re:ISO? by backwardMechanic · · Score: 1

      No, that's normal. You also lose all the magic of pstricks. Has anyone out there found a useful replacement? My main use is to replace placeholders in figures with equations.

    17. Re:ISO? by Dana+P'Simer · · Score: 4, Interesting

      On Mac OS every print dialog has an option to print to PDF instead of the printer. Very Handy!

    18. Re:ISO? by Anonymous Coward · · Score: 0

      Don't forget about CutePDF:

      http://cutepdf.com/

    19. Re:ISO? by PrescriptionWarning · · Score: 0, Troll

      The problem I've seen though is that the only tools out there for editing existing PDFs (Foxit, cute, adobe) ... ALL cost money... Until Open Office can import a PDF ready for editing, I wonder if they jumped the gun on this ISO until there's a readily available free alternative to editing an existing PDF, without having the originating DOC or ODF or whatever.

    20. Re:ISO? by lahvak · · Score: 1

      Lot of pstricks functionality has been implemented by pgf/tikz package. Other options are using inline metapost, asymptote or ePiX. As for replacing placeholders in figures with equations, there is a package just for that, which should work with pdftex, I just can't recall the name right now. I believe it was described in PracTeX journal about a year ago.

      --
      AccountKiller
    21. Re:ISO? by lahvak · · Score: 1

      You cannot really edit an existing PDF file very well, no matter which tool do you use. Try loading a pdf document created by something like pdftex or a good dtp package into any pdf editor and changing few things, it is going to end up looking like a crap. There are editors that handle any graphics inside a pdf file very well, but the text part you mostly want to leave alone.

      --
      AccountKiller
    22. Re:ISO? by XSforMe · · Score: 2, Interesting

      Hard to believe no one has mentioned PDFCreator. An excellent option for end users, it will interface with any windows program which supports printing. Open source, lightweight and very handy.

      http://sourceforge.net/projects/pdfcreator/

      --
      My other OS is the MCP!
    23. Re:ISO? by JesseMcDonald · · Score: 1

      I believe that KDE's print subsystem has the same sort of print-to-PDF support under Linux by default. Even many non-KDE Linux programs can be configured to use KDE's print system through a 'lpr' substitute, giving them the same functionality.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    24. Re:ISO? by AKAImBatman · · Score: 1

      It's not the pdf generator that makes the thumbnails, its your reader...

      This is incorrect. Thumbnails are a stream inside the PDF format that are optionally displayed by the reader. They are well documented in the PDF specs. You can even download programs that will add thumbnails to documents that do not have them.

      That said, your reader will only display the thumbnails by default if there isn't a proper index.

      If I'm understanding you correctly, you're actually taking a damaged file and loading it into Acrobat. When that happens, Acrobat will attempt to repair the file. Part of that repair is its normal editing procedure of creating thumbnails. (Personally I wish that Acrobat didn't do repairs as it would create pressure on certain software vendors *cough*quarkimlookingat*cough*you*cough* to FIX their PDF output features.)

      A word to the wise: You're better off using a third party program to add the thumbnails. Damaging the file to invoke Acrobat's repair feature can give some... unfortunate results.
    25. Re:ISO? by civilizedINTENSITY · · Score: 1

      Doesn't Kword have the ability to edit a PDF file?

    26. Re:ISO? by Anonymous Coward · · Score: 0

      At the end of the day, though, it's a pretty good format.
      Are there better formats at other times? What is the best document format first thing in the morning? How about mid-afternoon?
    27. Re:ISO? by riceboy50 · · Score: 1

      This would be nice to have in the OS by default, but I've seen that installing Adobe Acrobat creates a printer in Windows which will do this as well.

      --
      ~ I am logged on, therefore I am.
    28. Re:ISO? by Allador · · Score: 1

      You're trying to mis-use the tool if you're trying to edit PDFs. Thats not what they're for. They're fully intended to be static, read-only documents. Thats their whole point.

      Thats like trying to do all your vector graphics in raw bitmap and wondering why its hard. Thats just not what it was intended for.

    29. Re:ISO? by Hucko · · Score: 1

      Yes, what you say is true. However, some times the documents become dated or are incorrect since creation. It would be fantastic if one could strip the data out, modify it etc. Of course, the read only should be accompanied by a editable document to facilitate the modifications assuming the viewer needs to be able to edit. I think perhaps the problem is that people do either editable document or read-only.

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
    30. Re:ISO? by Anonymous Coward · · Score: 0

      If you're going to mention OpenOffice's "wonderful" support for PDFs, why not mention Microsoft's free download that adds PDF support to MS Office 2007?

    31. Re:ISO? by Bert64 · · Score: 1

      I don't use acrobat (osx preview seems much better) and I've never had a PDF which wouldn't display thumbnails, and the thumbnails display a little slowly as you scroll down so i was sure they got auto generated.
      I do see lots of PDF files without the index tho (the proper textual index) which causes preview to display thumbnails instead of the index down the side.

      The following PDF has no TOC, just thumbnails:
      http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/Googling_Max-Exercises.pdf

      The following PDF has a proper TOC, which is displayed by default instead of thumbnails, but you can still switch to thumbnails if you want:
      http://www2.informatik.hu-berlin.de/~piefel/LaTeX-PS/Archive-2004/V12-PDF.pdf

      I much prefer the latter...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    32. Re:ISO? by adah · · Score: 1

      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).

      I have no clue at all with your ‘quality’ problems. With pdflatex, latex+dvips+ps2pdf, and latex+dvipdfmx I get exactly the same quality. Maybe you system is not configured correctly for using Type 1 fonts?

      PDFLaTeX is convenient, but my experience shows latex+dvipdfmx generates the most compact PDF files. The LaTeX system I use is MiKTeX 2.5, for the record.

    33. Re:ISO? by AKAImBatman · · Score: 1

      I don't use acrobat (osx preview seems much better)

      Did it occur to you that OS X might handle the document a bit different?

      the thumbnails display a little slowly as you scroll down so i was sure they got auto generated.

      This is a bit misleading. One of the slowest parts of viewing a PDF is when images need to be drawn. (You may have noticed situations where engineering documents show an empty page for several seconds before a drawing appears.) Thumbnails in the file are small drawings, so they take a little bit of time to render. (Sometimes the drawing command is as simple as "show this TIFF", but Acrobat isn't tremendously optimized for the situation.)

      On OS X, I believe the thumbnails are generated on the fly simply because the OS has the capacity to do it. It seems like it would be a waste if Apple didn't make use of a feature like that. ;-)

      I do see lots of PDF files without the index tho (the proper textual index) which causes preview to display thumbnails instead of the index down the side.

      As you said, that just changes the default view. Thumbnails are still accessible in both Acrobat and OS X Preview.
    34. Re:ISO? by AKAImBatman · · Score: 1

      why not mention Microsoft's free download that adds PDF support to MS Office 2007?

      Because I actually use OpenOffice? I don't have the cash to waste on Yet Another Pointless Update to Microsoft Office(TM). However, I (and many others) do have the $0 + 20 minutes required to install OpenOffice alongside MS Office 2003.

      If the 2007 plugin works for you, that's awesome! But don't expect that others will be promoting a product they can't (and/or don't want to) use.
  2. France... by nebaz · · Score: 5, Funny

    We should rename the application "Freedom Bat Reader", to protest their no vote.

    --
    Rhymes that keep their secrets will unfold behind the clouds.There upon the rainbow is the answer to a neverending story
    1. Re:France... by Zeinfeld · · Score: 1, Interesting
      OK so why is this good but the Microsoft format is bad?

      Fact is that some proprietary formats become defacto standards. If the proprietary owners are willing to make them more open then they should be recognized as official standards.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    2. Re:France... by 644bd346996 · · Score: 5, Insightful

      RTFA. It's almost a subtle jab at how different the PDF standardization process has been from the OOXML standardization attempt. The PDF process has been straightforward, with no "trickery," and the proponents were actually working to improve the standard and resolve technical problems.

    3. Re:France... by GreatDrok · · Score: 4, Insightful

      "OK so why is this good but the Microsoft format is bad?
      Fact is that some proprietary formats become defacto standards. If the proprietary owners are willing to make them more open then they should be recognized as official standards."

      Because PDF works and can be implemented?

      There are many implementations of PDF including commercial and open source ones. They can interoperate with high fidelity. OOXML isn't even implemented according to the specs in MS Office 2007 and there are no other reliable implementations.

      --
      "I have the attention span of a strobe lit goldfish, please get to the point quickly!"
    4. Re:France... by Ajehals · · Score: 3, Informative

      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.

    5. Re:France... by iminplaya · · Score: 2, Funny

      Would you like Adobe Fries with that? Made from real Adobe

      --
      What?
    6. Re:France... by Anonymous Coward · · Score: 5, Insightful

      OK so why is this good but the Microsoft format is bad?
      Go look at the specs for OOXML. They're an embarrassment to the computer science community. You'd think there was no such thing as formal requirements. PDF is very well defined, which makes it possible for third parties to use it.
      I might also add that the entire point behind the ambiguity in OOXML is to lock users into Microsoft Office. I can use any PDF viewer, because it is a well defined standard, but if the only viewer that displayed PDF's 100% correctly was Adobe's, I'd have to use them. Same idea with OOXML. If 90% of the world uses Microsoft's interpretation of the standard, and I try to use something else, everyone else is going to have trouble with my documents. I'll have to use Microsoft Office, or have people be annoyed with my poorly formed documents.

      I'm not anti-Microsoft, I'm just disgusted with this issue.
    7. Re:France... by m2943 · · Score: 2, Informative

      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.

    8. Re:France... by Pig+Hogger · · Score: 1

      OK so why is this good but the Microsoft format is bad?
      Because it's vapourware, whereas Adobe's Portable Document Format has been around for almost 15 years.
    9. Re:France... by mysticgoat · · Score: 5, Insightful

      OK so why is this good but the Microsoft format is bad?

      Let me count the ways that PDF succeeds:

      1. Over two dozen pdf readers and editors available
      2. Full support on numerous different platforms
      3. Full support from multiple vendors
      4. Complete documentation
      5. Reasonably concise documentation
      6. Clear documentation
      7. Free of proprietary constraints
      8. And probably a number of other reasons, but this short list should suffice.

      If OOXML met these criteria, it would stand a fair chance of becoming an accepted standard, too. But Microsoft does not seem to think that meeting these criteria are in its best interests, presumably because that would mean that people could use OOXML without buying licenses to Microsoft products. Microsoft isn't thinking clearly at this time; it is confusing some of the fantasy aspects of its "vision" with the evolving realities of the market it is trying to sell product to.

    10. Re:France... by hpavc · · Score: 2, Informative

      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
    11. Re:France... by Anonymous Coward · · Score: 0

      Well, I work for a French-owned company (in Canada) and PDFs are basically a mode de vie.

      Shit, I'm relapsing again! More medication si vous pla... DAMMIT!!!!

    12. Re:France... by Anonymous Coward · · Score: 0

      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.
      Is that made of synthetic cooked Tutus? Some people's taste is really peculiar if that would sway their vote; my, do tell more!
    13. Re:France... by nilbud · · Score: 0

      MS does for computer science what ID does for archaeology.

      --
      never let a man put his dirty how-do-you-do into your bajingo
    14. Re:France... by kegon · · Score: 1

      I didn't realise that Adobe make a "Bat Reader". Do they have software for other nocturnal, vision-impaired animals ?

      On a serious note, freedom is the right to say no. Your sentence is oxymoron-ic or whatever the proper word is.

    15. Re:France... by VGPowerlord · · Score: 1

      PDF can be implemented right up until Adobe threatens to sue you if you implement it. Although they're perfectly fine with you offering it as a free download instead.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    16. Re:France... by CapitanMutanda · · Score: 1

      Just a doubt... everybody is touting user readability of XML compared to for example BER, so whu isn't this applied to PDF? At least with PostScript I could edit almost any document even with vi

    17. Re:France... by daem0n1x · · Score: 3, Insightful

      We already have an ISO standard for office documents. It's called ODF. Sorry, Microsoft you showed up too late for this fight, like you did a few times in the past. We don't need another office document standard, please start supporting ODF or else just fuck off.

    18. Re:France... by Bert64 · · Score: 1

      PDF supports both ascii and binary representations, just like postscript actually... Although even the ascii variant can have binary segments embedded for things like images, try loading a PDF in vi.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    19. Re:France... by rucs_hack · · Score: 2, Informative

      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.

    20. Re:France... by VGPowerlord · · Score: 1

      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.

      That's the problem. Adobe was already publishing the PDF specification prior to it being ISO approved and telling people that it was OK to implement it. Except for Microsoft.

      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.

      Except that, by all reports, Adobe would let them include it if Adobe were paid money. Heck, you pointed that out yourself.

      Adobe lost the high ground as soon as it was revealed that they would let Microsoft include it if they were paid money when they were letting everyone else implement it for free. I wouldn't be surprised if Microsoft themselves point this out now that PDF is an ISO standard.

      P.S. As a side note, it was Adobe Europe v Microsoft Europe because Microsoft is not a convicted monopolist in the US, thus Adobe has no leverage to sue them over it in the US.
      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    21. Re:France... by m2943 · · Score: 1

      While I think OOXML is a bad standard and we don't need it, that's not a good policy for a standards body. If Microsoft is willing to go through the process, OOXML should become an ISO standard, even though it sucks.

    22. Re:France... by mgblst · · Score: 0, Troll

      OK so why is this good but the Microsoft format is bad?

      Does this really need to be explained...how about the obvious reason. Why don't you look at that first, and then come back and see if there is any confusion. Fucking moron.
    23. Re:France... by ultranova · · Score: 1

      OK so why is this good but the Microsoft format is bad?

      I can read and produce PDF files on my Linux machine, using free open-source tools. I can't do so for OOXML.

      Fact is that some proprietary formats become defacto standards. If the proprietary owners are willing to make them more open then they should be recognized as official standards.

      Since the whole case against OOXML is that it is not open to the point where a competitor could produce a 100% compatible reader/writer, I fail to see your point.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    24. Re:France... by smittyoneeach · · Score: 1

      Past performance is certainly no guarantee of future actions, but, looking at MicroSoft's behavior patterns with respect to, oh, Java and Samba, to name a couple of tools at random, I would trust Redmond about as far as I could throw Ballmer when seated in a chair.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    25. Re:France... by Tore+S+B · · Score: 1

      I'd put in, rather crucially:

      9. There is no other format that actually can do what PDF does, as well as PDF does it.

      As opposed to with Microsoft. The computer community already has ODF, and it's doing its job perfectly well.

      --
      toresbe
    26. Re:France... by 3247 · · Score: 3, Insightful

      PDF can be implemented right up until Adobe threatens to sue you if you implement it. Although they're perfectly fine with you offering it as a free download instead.
      That was antitrust law.

      If Microsoft bundles software with its products and/or integrates new features, other companies like Adobe, Netscape or Realmedia often fear that they will sell fewer of their products. Unfortunately, this means that Microsoft products often can't have features other operating systems or office packages have (PDF export, a decent web browser, ...).

      Claus
      --
      Claus
    27. Re:France... by Midnight+Thunder · · Score: 0

      For anyone curious:

      Spec: http://www.adobe.com/devnet/pdf/pdf_reference.html

      Implementations include: Adobe Reader, xpdf, Preview.app and some others here: http://www.hsinlin.com/software/pdf.html
      It should be noted that ghostscript can convert to PDF, MacOS X can create PDFs straight from the print dialog and there are even tools to generate PDF man pages.

      Considering the weight of non-Adobe implementations I can agree that they deserved to become an ISO standard. My metric for deciding whether something is worth of ISO standardisation is whether a third-party has been able to implement the specification, without sponsorship of the company who defined the standard - the reason I take this approach is that it is clear sign that there aren't any hidden issues. BTW I am not part of the ISO process.

      --
      Jumpstart the tartan drive.
    28. Re:France... by DragonWriter · · Score: 1

      OK so why is this good but the Microsoft format is bad?


      Presumably because the proposed (and accepted) PDF standard is a well-described, implementable standard, whereas the OOXML proposal is neither.

    29. Re:France... by AusIV · · Score: 1

      Fact is that some proprietary formats become defacto standards. If the proprietary owners are willing to make them more open then they should be recognized as official standards.

      If Microsoft were willing to make their standards more open, you'd see a lot fewer objections. The thing is, Microsoft has released thousands of pages on their specifications with numerous ambiguities such that a third party couldn't actually implement it from the specification. If they did implement it to the specification, there's a good chance it still wouldn't work with files from MS Office, as it doesn't seem to follow the standard particularly well. And rather than address the concerns people raised about the poor specifications, Microsoft tried to stuff the ballot box to force it through ISO, rather than actually make an open standard.

      If Microsoft wants to make a genuinely open standard, I'll object a little bit on the grounds that we already have one (ODF), but so long as Microsoft's standard can actually be implemented by third parties, I'll keep my complaints to a minimum.

    30. Re:France... by petermgreen · · Score: 1

      OK so why is this good but the Microsoft format is bad?

      Fact is that some proprietary formats become defacto standards. If the proprietary owners are willing to make them more open then they should be recognized as official standards.

      If the vendor puts the effort in to make it really open and other vendors pick up on the format then yes a popular format should eventually be recognised as an offical standard.

      That effort involves documenting your format to the best of your ability then responding to complaints about ambiguities and differences between your published spec until you have a high quality spec that everyone agrees describes the format.

      The proof of the opening is the existance of an independent implementation based on the spec that can be reasonablly expected to give correct results. If there are no decent independent implementations then your format doesn't deserve to be a standard either because your spec sucks or because noone cares about your format enough to implement it.

      PDF has passed this. There are many PDF creators and many PDF viewers and I can reasonablly expect to be able to view the output of any PDF creator in any PDF viewer with everything in the right place. Therefore it is right and proper for the spec to be blessed by a standards body.

      MS did NOT do this, they produced a specification with many holes that did not reflect what thier implementation did then they tried to ramrod it through as an ISO standard despite the lack of either a good standard document or high quality independent implementations.

      P.S. I get the feeling that ODF probablly shouldn't have been approved either. Anyone who things IBM and SUN play any less dirty than MS is deluding themselves.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    31. Re:France... by civilizedINTENSITY · · Score: 1

      Microsoft isn't a convicted monopolist in the US? Being a monopoly isn't illegal. They were convicted of illegally leveraging their monopoly power.

    32. Re:France... by HiThere · · Score: 1

      MSOOXML should become a standard IFF it is freely implementable by third parties without paying copyright, trademark or patent fees.

      1) It's unimplementable. I don't believe that even MS can implement it. But even if they could that wouldn't suffice. Only part of the reason that it's unimplementable has to do with vagueness. Other parts are very specific, but by reference to other sources which, themselves, aren't open. The classic example is "implement word formatting the same way MSWind95 does"(paraphrase). That's not very ambiguous (there were only a few versions of MSWind95), but it's definitely not an open specification.

      2) Patent fees. MS has been waving a "We'll sue you" flag around claiming patent rights. Which it has failed to specify. WRT OOXML, I believe that MS promissed that it would not assert patent rights against "fully compliant implementations". This seems to mean that one bug can cost you your company, even if you had an approximately compliant implementation. (But see 1, abouve.)

      3) Copyrights and trademarks. This is a big question. Possibly these wouldn't be a problem. In a normal case I'd presume that these wouldn't be a problem in a standard, but this is MS we're talking about here, so the normal rules of decent conduct are suspended.

      4) RAND. Sometimes "standards" contain provision for RAND licensing. This basically means that commercial software can use it, but free software can't. I have a personal problem with this, and so do many others. I won't consider such specifications to be standards no matter WHAT board or committee says that they are. They are, at best, specifications.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    33. Re:France... by BlueParrot · · Score: 1

      It's not just that they bundle it. The fact that they don't let you opt out, and that there isn't any way to remove the software, is just as much part of the problem. Additionally, Microsoft keeping parts of their API secret so that only software they bundle can use it is further damning. If all Microsoft did was to install a media player by default, then chances are there wouldn't have been any issues. However, fusing their applications so tight into the system that you can't remove them even if you want to (simultaneously causing security problems ) and keeping parts of the API available to you secret from your competitors, while all along pushing for adoption of formats that you refuse to license to others... now that is QUITE a different thing.

      Furthermore, case between Realplayer and Microsoft was settled out of court, the main quarrel about the anti trust case was the EU demand that Microsoft share their API documentation with competitors, which Microsoft pretended to be doing while in reality supplying useless information and misrepresenting it as "documentation". It was quite stupid to be honest. While this case may not have hurt them too bad, they have now generated A LOT of ill will inside the EU. Next time this happens ( and you know it will ) they will be judged by a series of legal experts who know them mainly as "The only company which has tried to refuse to comply with our orders".

      Trying to defend a large abusive monopoly in an anti-trust case is hard. Trying to defend them when they have been convicted before is harder. Trying to defend them when the entire legal system has an axe to grind and have it on paper that they have tried to weasel out of court judgements before is going to be a nightmare. Now add in the OOXML case... I'm sort of hoping Microsoft will be stupid enough to attack Acrobat using Office ... or better yet, push an OEM just a little bit too far..

    34. Re:France... by 99BottlesOfBeerInMyF · · Score: 1

      PDF can be implemented right up until Adobe threatens to sue you if you implement it.

      Here's an experiment for you. Go make a PDF file that Reads, "Dear Mr. Shantanu Narayen, I have planted explosives in your building and you are all going to die." Sign it with your name and address and e-mail it to Adobe. When the police come for you, try to explain to everyone how the PDF format is not really standard because when you use it to violate criminal laws, Adobe sends the cops after you. MS was violating antitrust law by trying to leverage their existing monopoly into a new, healthy market, the market for PDF tools. More importantly than the inclusion of PDF tools was the inclusion of XPS tools. The fact that PDF tools were part of the violation had nothing to do with the PDF specification any more than my previous example.

    35. Re:France... by VGPowerlord · · Score: 1

      Except in the US they weren't convicted because the DOJ doesn't have a spine.

      Microsoft agreed to a bunch of provisions in order to avoid being convicted of illegally leveraging their monopoly power.

      Provisions that have time limits that will be coming up shortly... if they haven't already. I seem to recall November 2007 being mentioned as a cutoff date for some of them.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    36. Re:France... by Anonymous Coward · · Score: 0

      Well, have you seen the "bulges" on the male ballet performers? That's what we call "ballet stuffing".

    37. Re:France... by civilizedINTENSITY · · Score: 1

      Actually it was a civil suit, so "convicted" was an inappropriate term.

    38. Re:France... by Zeinfeld · · Score: 1
      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.

      Oh really? You don't think that Adobe's actual concern was that virtually everyone who buys Adobe Acrobat today buys it to produce PDF documents from Microsoft Office and that this market would pretty much vanish overnight if producing output in PDF was a standard Office feature, just like producing documents in HTML, XML, RDF, &ct, &ct is a standard feature?

      PDF writers for applications that Adobe does not support anyway do not threaten Adobe's market. Extending Office to support PDF does.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    39. Re:France... by m2943 · · Score: 1

      MSOOXML should become a standard IFF it is freely implementable by third parties without paying copyright, trademark or patent fees.

      While I personally prefer such standards, not all standards have that form. And, on balance, I prefer having ISO standardize bad, patent-encumbered formats to having such formats be entirely undocumented; sooner or later those patents expire, after all.

      ISO's purpose is to make sure that technically, the standard is implementable by third parties (it doesn't need to be good technology, it merely needs to be well-specified technology). And it needs to make sure that the licensing issues are clear up-front; so, if OOXML is patent encumbered, then people need to know about it ahead of time. If Microsoft is planning on playing games with OOXML "standards compliance" like Sun has been trying to with the Java compatibility toolkits, that needs to be known ahead of time.

    40. Re:France... by HiThere · · Score: 1

      Such things may well be specifications, but they can never be standards. A standard is the way that everyone should do something (in some context). If it requires legal agreements on a per implementor or per customer basis, then it is incapable of satisfying that definition.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  3. ps2pdf by Nutria · · Score: 0

    So when will ps2pdf17 be released?

    --
    "I don't know, therefore Aliens" Wafflebox1
    1. Re:ps2pdf by Anonymous Coward · · Score: 0

      So when will ps2pdf17 be released?

      #!/bin/sh
      # $Id: $
      # Convert PostScript to PDF 1.7 (Acrobat 8-and-later compatible).
      ps2pdfwr="`dirname $0`/ps2pdfwr"
      if test ! -x "$ps2pdfwr"; then
              ps2pdfwr="ps2pdfwr"
      fi
      exec "$ps2pdfwr" -dCompatibilityLevel=1.7 "$@"
      Finding a ghostscript version that accepts -dCompatibilityLevel=1.7 might be a little more tricky.
  4. Comments? by Khaed · · Score: 2, Interesting

    I don't suppose there's a link anywhere to read the comments, especially those of the lone dissenting country? I'm curious as to their reasoning.

    1. Re:Comments? by Anonymous Coward · · Score: 5, Funny

      They probably complained that the 'F' was at the end of the acronym instead of at the front.

    2. Re:Comments? by harrkev · · Score: 5, Funny
      Ok. Here is an excerpt from the French reasoning:

      How you English say, I one more time-a unclog my nose in your direction, sons of a window-dresser! So, you think you could out-clever us French folk with your silly acrobat-creating about programming behavior! I wave my private parts at your aunties, you heaving lot of second-hand electric donkey bottom biters.
      --
      "-1 Troll" is the apparently the same as "-1 I disagree with you."
    3. Re:Comments? by WGFCrafty · · Score: 1

      Fetché la OOXML!

    4. Re:Comments? by l810c · · Score: 4, Funny
      Comments

      Hello, nice site :)

      Posted by: Brin | December 4, 2007 01:26 PM

      I think Brin left a really nice comment. How he/she made it from MySpace to an article about ISO 32000 Standards is a bit confusing.

    5. Re:Comments? by finalnight · · Score: 1

      Comments



      Hello, nice site :)



      Posted by: Brin | December 4, 2007 01:26 PM



      I think Brin left a really nice comment. How he/she made it from MySpace to an article about ISO 32000 Standards is a bit confusing.

      That Brin who posted is Sergey Brin, Co-Founder and President of Technology of Google.
  5. PDF is nice, but Acrobat ain't by boxlight · · Score: 0, Flamebait
    PDF is a nice document format. But Adobe Acrobat is not a very nice application to use. It's bloated and quite "90s" and needs an update bad.

    Apple's QuickView and Preview app does a much nicer job of viewing PDFs. Adobe should totally get Apple to build their PDF viewer.

    1. Re:PDF is nice, but Acrobat ain't by calebt3 · · Score: 3, Informative

      I like Foxit on Windows machines. Incredibly small and lightweight and works in your browser.

    2. Re:PDF is nice, but Acrobat ain't by rustalot42684 · · Score: 1

      Adobe ain't too happy with Apple right now, seeing as how there's no 64bit Carbon.

    3. Re:PDF is nice, but Acrobat ain't by Protonk · · Score: 1

      This will probably help. the filenames are all for windows, but the idea is the same. Just go to "Show package contents" int he contextual menu to get to the folders he is talking about. Makes acrobat run much faster. I also prefer some of the features of acrobat.

    4. Re:PDF is nice, but Acrobat ain't by eMartin · · Score: 1

      Knowing Apple though, it will be great on OS X (wait, they already have Preview), it will suck on Windows, and it won't be available for other platforms.

      What really should happen is that another developer should make a kick ass open source cross-platform PDF viewer (AND editor for annotations, cropping, combining, extracting, converting, etc).

      Unfortunately though, there are already those alternatives out there, but they mostly suck worse than Acrobat/Reader.

    5. Re:PDF is nice, but Acrobat ain't by 0100010001010011 · · Score: 4, Informative

      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.

    6. Re:PDF is nice, but Acrobat ain't by FredThompson · · Score: 2, Funny

      "totally" is like, so bitchin' dude. I mean, like, peeps should go tubular and stop being so bogus 90s. Righteous call, bro. Gnarly. I mean, those cats are like...whatEVER!

    7. Re:PDF is nice, but Acrobat ain't by mike260 · · Score: 1, Insightful

      Plus it'd disregard all Windows conventions, and implement it's own jarringly out-of-place antialiasing. See Safari/Win32.

    8. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      Yeah, but on the other hand, Adobe has done pretty well squeezing all of Quicktime's online streaming into Flash. Kinda funny how they trade off like that.

    9. Re:PDF is nice, but Acrobat ain't by JackieBrown · · Score: 1

      Based on QT4, okular might fill that gap.

    10. Re:PDF is nice, but Acrobat ain't by f1055man · · Score: 5, Funny

      NOOOOO!!! please not another upgrade. It nags me three weeks before an upgrade. NO, I DONT WANT TO FUCKING UPGRADE!!! And three weeks after an upgrade. I ALREADY FUCKING UPGRADED IT!!! Then it resets all my file extension defaults and starts opening everything in Acrobat Reader 8 even though I've told it a million times to open with Acrobat Pro 5. Fucking piece of shit must die.

      Note to Acrobat developers, if anyone asks what you do, lie. It could be me. I will fucking kill you and then skull fuck you. I will kill your fucking family and skull fuck them. I will kill your fucking pets and skull fuck them. I will burn your fucking house down and find a way to skull fuck that too. And no jury will convict, they'll wish they had gotten to you first.

      Sorry. The first hundred pages of my shit list are devoted solely to Acrobat. Deep breaths, deep breaths

    11. Re:PDF is nice, but Acrobat ain't by VirusEqualsVeryYes · · Score: 3, Insightful

      It's not Apple's fault if Microsoft can't display fonts correctly.

      *gets modded down by ignorant Windows users*

    12. Re:PDF is nice, but Acrobat ain't by QuantumG · · Score: 1

      And all you have to do is participate in a scam to get it!

      Or, ya know, pay.

      --
      How we know is more important than what we know.
    13. Re:PDF is nice, but Acrobat ain't by ceoyoyo · · Score: 1

      Two more reasons why Adobe should get Apple to design the next version of Reader for them.

    14. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      If you take out adobe, please do not forget to take out Real. Then my soul can be at peace.

    15. Re:PDF is nice, but Acrobat ain't by calebt3 · · Score: 1

      In the link, next to the word "License" there is another word. "Free"

    16. Re:PDF is nice, but Acrobat ain't by Protonk · · Score: 1

      this is awesome. If I had mod points I'd use them to mod you up, even though I would be voiding my own post. "The first hundred pages of my shit list are devoted solely to Acrobat" LOL

    17. Re:PDF is nice, but Acrobat ain't by QuantumG · · Score: 0, Troll

      Click on "download" idiot. Their idea of "free" is "get someone else to pay for it by link scam".

      --
      How we know is more important than what we know.
    18. Re:PDF is nice, but Acrobat ain't by PolarBearFire · · Score: 1

      I wholeheartily second that emotion, Acrobat Reader and Quicktime are the two apps that I've pissed me off so consistently throughout the years. Even Microsoft's shitty Windows evolves and improves(?), why can't they?

    19. Re:PDF is nice, but Acrobat ain't by FasterthanaWatch · · Score: 2, Insightful

      I think what started this debate is that the "obvious" link on the foxit site gives you that scam for their "pro" version. If you look a little to the left of the "big button" there is a small download link which gives you the free version without the scam. Or just follow the link up there to download.com. Reminds me of good old AVG Free edition. eventually, I just started googling for AVG free instead of trying to find it's hidden location on grisoft's site.

    20. Re:PDF is nice, but Acrobat ain't by jackbird · · Score: 2, Funny

      I have no idea what you do between bouts of terrorizing and skullfucking Adobe personnel, but I've found PDFCreator and Foxit Reader to be excellent default PDF reading/writing apps for my purposes, while Acrobat Pro 5 quietly sits on my drive waiting for me to need to create a form every so often.

    21. Re:PDF is nice, but Acrobat ain't by graviplana · · Score: 1, Funny

      Now calm down everyone. Someone put a buffer between this guy and these companies before someone gets hurt!

      --
      "Time is nothing; timing is everything."
    22. Re:PDF is nice, but Acrobat ain't by 7Prime · · Score: 3, Informative

      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.
    23. Re:PDF is nice, but Acrobat ain't by 7Prime · · Score: 1

      I will admit, though, that while Preview is great for small documents, it's not very well setup for long multi-page documents. Reader is better at navigating lengthy documents.

      However, I have yet to try Preview out on Leopard, which may have very well become just as good at navigating epic PDFs.

      --
      Multiplayer Gaming (defined): Sitting around, discussing single-player games with my friends, at the bar.
    24. Re:PDF is nice, but Acrobat ain't by ceoyoyo · · Score: 1

      I don't know... I'd say the opposite. I don't mind Adobe too much for short documents, but it gets REALLY slow when you go to longer ones. Preview takes it in stride.

      Leopard added the one feature I wanted -- continuous scrolling. In Tiger if you zoomed in so you weren't displaying a full page at once you could only scroll to the bottom of the page, then you had to select the next page. In Leopard you can just keep scrolling on to the next page.

    25. Re:PDF is nice, but Acrobat ain't by 7Prime · · Score: 1

      Thankfully, QuickTime (the app) is practically pointless on a Mac, since the whole fucking operating system can work with MOV files just fine. cheapo, 3rd party freeware can work with QT files just fine, as all they do is operating system calls. The only thing QuickTime "PRO" is good for, is that it's still my choice for encoding to H.264 MOVs. Unfortunately, for all you Windows users out there (which includes myself when I'm at work), we're FUCKED, because QuickTime Player is one of the only programs out there that you can play MOVs on. Apple should make a really really great version of QuickTime Player for windows, and just fucking burn QT Player for Mac, it's almost completely pointless now.

      --
      Multiplayer Gaming (defined): Sitting around, discussing single-player games with my friends, at the bar.
    26. Re:PDF is nice, but Acrobat ain't by calebt3 · · Score: 1

      You did notice that the link I gave does not go to Foxit's site, right?

    27. Re:PDF is nice, but Acrobat ain't by EvanED · · Score: 2, Insightful

      Now if only they would add Postscript file viewing so that Windows would have a PS reader that doesn't completely suck (*cough* GSView *cough*)...

    28. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      I will burn your fucking house down
      don't forget your garlic, wooden stakes, silver bullets and be very sure to salt the remains.
    29. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      Skullfucking the burning embers of a house is just wrong man

      Ashes and embers can't consent and they did nothing wrong. /I shit you not, my captcha for this message is "houses".

    30. Re:PDF is nice, but Acrobat ain't by Hovsep · · Score: 2, Insightful

      Like Apple's Quicktime player is any better? Fortunately, Quicktime Alternative and Real Alternative solves both problems pretty well. Not completely, but good enough to avoid installing both of these obnoxious pieces of software.

      I don't want to upgrade to (buy) QuickTime Pro. I don't want Photoshop Starter Edition to take over my other, much better, image editing software or hide my USB drives from me if they happen to contain a graphic file (Windows behavior). I don't want the Google Toolbar. When will these assholes get the hint? Hopefully before they're killed and skull fucked...

    31. Re:PDF is nice, but Acrobat ain't by I+Like+Pudding · · Score: 1

      That reminds me of the time they found the guy who invented Comic Sans.

    32. Re:PDF is nice, but Acrobat ain't by AndrewNeo · · Score: 4, Funny

      If a buffer were the only thing standing between Real and certain doom, Real would never die.

    33. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      > because QuickTime Player is one of the only programs out there that you can play MOVs on.

      Did you mean to say that it's one of the *few* programs out there, or that it's one of only *a few* programs out there?

    34. Re:PDF is nice, but Acrobat ain't by Anarchitect_in_oz · · Score: 1

      Isn't Quartz basically just a DisplayPDF to OpenGL translator?
      Well with a few other tricks attached.

      --
      "Call us when the New age is old enough to drink" Beck
    35. Re:PDF is nice, but Acrobat ain't by dosius · · Score: 1

      Heh, we Linux users have it nice, I make H.264/AAC MP4s all the time with mencoder, faac and MP4Box, and play them with no trouble and can stream it over my friend's Feduhra box which runs Darw...

      Frack. Can't avoid them lol

      -uso.

      --
      What you hear in the ear, preach from the rooftop Matthew 10.27b
    36. Re:PDF is nice, but Acrobat ain't by 7Prime · · Score: 1

      Ahhh... that's pretty much was I was hoping for, and why I think that Preview becomes clumsy for multi-page documents: it treated every page like a completely separate file. Now that they tie them all together, I have no more use for Reader. Good Bye.

      --
      Multiplayer Gaming (defined): Sitting around, discussing single-player games with my friends, at the bar.
    37. Re:PDF is nice, but Acrobat ain't by ceoyoyo · · Score: 1

      Preview now lets you insert and remove pages as well. That's the only thing I use Acrobat for. So now I don't need ANY Adobe products to deal with PDFs.

    38. Re:PDF is nice, but Acrobat ain't by DarrenBaker · · Score: 1

      FoxIt is wonderful, but is there anything free out there that will put a print-to-pdf driver on Windows machines?

    39. Re:PDF is nice, but Acrobat ain't by zackster · · Score: 1

      Adobe still need to fix that bloody adobeupdater.exe which gets stuck and 50% or 99% cpu and can't be killed....

    40. Re:PDF is nice, but Acrobat ain't by VGPowerlord · · Score: 3, Funny

      Let me adjust those scores for you:
      +1 for Apple
      0 for Adobe
      -3 for Microsoft
      -10 for Amazon (sorry Kindle, you're fucked)

      Changes I made:
      Adobe lost 5 points for threatening to sue Microsoft the last time Microsoft tried implementing PDF in one of their products.
      Microsoft gained 2 points for the same thing, but since they're an evil company, I'm not willing to give them more points.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    41. Re:PDF is nice, but Acrobat ain't by lunaticLT · · Score: 0

      Sir, you obviously play computer games too much...

    42. Re:PDF is nice, but Acrobat ain't by David+Gerard · · Score: 1

      Huh. I downloaded the Safari beta for my work WinXP box and find myself using it by preference because its text rendering is so much nicer than Firefox's. I also use it by preference on my Mac G4 at home. I'd use it on Ubuntu if Wine supported VC++ 8.

      --
      http://rocknerd.co.uk
    43. Re:PDF is nice, but Acrobat ain't by David+Gerard · · Score: 2, Informative

      You want PDFedit. Ubuntu 7.10 Universe repository.

      --
      http://rocknerd.co.uk
    44. Re:PDF is nice, but Acrobat ain't by larry+bagina · · Score: 1

      I tried foxit (after reading about it on slashdot) but went back to acrobat reader after a week or so. It's lightweight, but it couldn't open some pdfs and there seemed to be a lot of rough edges. Just my opinion.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    45. Re:PDF is nice, but Acrobat ain't by larry+bagina · · Score: 1

      and implement it's own jarringly out-of-place antialiasing. See Safari/Win32.

      Acrobat reader implements their own antialiasing which is much closer to Apple/Safari's than Win32.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    46. Re:PDF is nice, but Acrobat ain't by TractorBarry · · Score: 1

      I couldn't agree more. Which is why having something like ZoneAlarm on your desktop is a must. Reader tries to contact Adobe. Dialogue pops up asking whether Reader can phone home. I click "Deny and don't ask me again". Reader gets the finger.

      I just wish there was something similar on Linux...

      Then again two minutes later ZoneAlarmm comes up with it's "Ooh there's an important upgrade" message. So "www.zonealarm.com" is now in my hosts file pointing back to 127.0.0.1.

      Ho hum.

      --
      Sky subscribers are morons. They pay to be advertised at !
    47. Re:PDF is nice, but Acrobat ain't by insertwackynamehere · · Score: 1

      So... you're running a proprietary firewall with a license to update for the sole purpose of preventing Adobe Reader from being allowed to connect to the internet? Or am I missing something?

    48. Re:PDF is nice, but Acrobat ain't by Hal_Porter · · Score: 1

      > because QuickTime Player is one of the only programs out there that you can play MOVs on.

      Did you mean to say that it's one of the *few* programs out there, or that it's one of only *a few* programs out there? Both.
      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    49. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      Please note: It has been determined you are a violent radical and your name has been added to the "Homegrown Terror Watchlist" as described by HR 1955 due to threats for ideologically based violence.

    50. Re:PDF is nice, but Acrobat ain't by natenovs · · Score: 1

      office 2007?

    51. Re:PDF is nice, but Acrobat ain't by calebt3 · · Score: 1

      OpenOffice

    52. Re:PDF is nice, but Acrobat ain't by phobos512 · · Score: 1

      PrimoPDF, use it on all my personal Windows machines. http://www.primopdf.com/

    53. Re:PDF is nice, but Acrobat ain't by biptoe · · Score: 1

      I have no idea what you do between bouts of terrorizing and skullfucking Adobe personnel, This is the funniest line I've seen ever. My co-workers can't figure out why I'm laughing so hard over here. I wish I had a ton o' mod points.

    54. Re:PDF is nice, but Acrobat ain't by Jesus_666 · · Score: 1

      However, I found the capabilities of Preview.app to be steadily declining. Panther's Preview.app had a working fullscreen mode whereas Tiger's didn't. Tiger's Preview.app could edit PDF forms whereas Leopard's will neither show me what I have entered unless it's in the currently active field, nor will it save or print what I have entered.

      Preview.app is good, but in some areas it used to be better.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    55. Re:PDF is nice, but Acrobat ain't by Schraegstrichpunkt · · Score: 1

      I just wish there was something similar on Linux...

      SELinux? iptables? Using free software that doesn't do stupid things like that in the first place?

    56. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      your joking right? You ever used Quicktime before

    57. Re:PDF is nice, but Acrobat ain't by shutdown+-p+now · · Score: 2, Informative

      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).

    58. Re:PDF is nice, but Acrobat ain't by Anonymous Coward · · Score: 0

      Hmm. Something appears to be wrong with your comment.
      Score / Clue is too high. Please check.
      Possible causes: inclusion of something along the lines of, "I'll probably get modded down for this," which used to be included in logical, but group-think undermining comments, although this comment is neither.

    59. Re:PDF is nice, but Acrobat ain't by SideshowBob · · Score: 1

      If the metric used for evaluating correctness is that the screen rendering matches the printed rendering, then the Microsoft method is incorrect. If it was found that slightly red-tinged text was more readable than pure black, would it be OK if Windows rendered all black text as reddish-black?

      You know if you want "high contrast" text on a Mac, you can just choose a font that was designed for on-screen readability, right?

    60. Re:PDF is nice, but Acrobat ain't by shutdown+-p+now · · Score: 1

      If the metric used for evaluating correctness is that the screen rendering matches the printed rendering, then the Microsoft method is incorrect.
      Yes, and if the metric is readability of the text, then Microsoft's method is correct. Which was precisely the point of my post. Unless you're a graphics designer, you most likely prefer readability over subtle (+/- 1px) shape distortion. In particular, the latter is not likely to matter on GUI elements such as buttons and labels, nor in web browser rendering area.

      You know if you want "high contrast" text on a Mac, you can just choose a font that was designed for on-screen readability, right?
      I don't see how that would help. It would still render it in such a way that gives more blurry text.
  6. In case we forget. by Protonk · · Score: 5, Insightful

    Another standard from our friends the ISO. I'm glad the .pdf is now a documented standard, but this doesn't really mean TOO much in the document world. It might convince a few pointy-haired bosses that .pdf is MUCH better than develpoing some internal document handling protocol due to the imposing and convincing sound the standard makes when spoken, but I know that most of the ISO standardization process is in name only.

    Let's not get started about process and quality management and the yellow sticky of approval that is ISO-9000.

    1. Re:In case we forget. by gotonull · · Score: 3, Funny

      What, 9000?

    2. Re:In case we forget. by Dr_SimonCPU · · Score: 1

      I'm curious, is there a published standard for brewing coffee?

    3. Re:In case we forget. by 1u3hr · · Score: 1
      'm glad the .pdf is now a documented standard, but this doesn't really mean TOO much in the document world.

      By itself it doesn't, but if you work in DTP, PDF is used by just about every prepress application until it's rendered down to pixels/dots on the page. It's made my life a lot easier, I can use just about any layout app I want, print to PS, distill to PDF and send the file off, secure in knowing that it will print exactly as I intend. And to emphasise, you don't have to pay Adobe or sign an NDA to include that functionality. I'm less concerned with using forms and such, but I see these often enough on government sites to assume they work as well.

    4. Re:In case we forget. by Bodrius · · Score: 1

      I think the point is that the ISO stamp doesn't really change that much - it is not what makes it immensely useful, and it was already immensely useful without it being an ISO standard.

      --
      Freedom is the freedom to say 2+2=4, everything else follows...
    5. Re:In case we forget. by 1u3hr · · Score: 1
      I think the point is that the ISO stamp doesn't really change that much

      If PDF was an obfuscated and ad hoc "standard" like MS's it wouldn't have been certified, so the ISO does mean something about interoperability. PDF was designed from the beginning to be an open standard. Adobe has tried to control markets by obscuring file formats -- eg, Type 1 fonts in the 80s, but that just ended up in driving people away (in that case, it led to TrueType).

    6. Re:In case we forget. by Silver+Gryphon · · Score: 1

      I don't know about coffee, but there's an official standard for IP datagram transmission via carrier pigeon:

      http://www.faqs.org/rfcs/rfc1149.html

    7. Re:In case we forget. by Novus · · Score: 1

      I'm curious, is there a published standard for brewing coffee?
      Yes, ISO 6668:1991.
    8. Re:In case we forget. by PainKilleR-CE · · Score: 1

      Under ISO 9000 there most likely is in some organizations. Or maybe that would fall under OHSA/ISO 14000. But it's sure to change next week when someone realizes their job depends on confusing people rather than actually getting a cup of coffee made properly.

      --
      -PainKilleR-[CE]
    9. Re:In case we forget. by Anonymous Coward · · Score: 0

      But according to the tea standard, you can have it either with or without milk, or both.

    10. Re:In case we forget. by Anonymous Coward · · Score: 0

      Request For Comments isn't yet a standard though -- although I guess a sizable portion of the Internet's infrastructure still is quite happily in that unofficial (but quite agreed upon and de facto standard) state. Maybe not putting everything through the formal standardization process gave the development speed and flexibility early on. I might be completely talking out of my ass, though, and of course it has had to be "standard" and open for implementations and improvement that way.

      Granted I laughed out loud the first time I saw that one about packets on pigeons. And IIRC it was actually tried out in practice in Norway or Sweden with real datagrams, the birds taking care of the middle hop. True hacker spirit there :-)

    11. Re:In case we forget. by jeremyp · · Score: 1

      pdf is now a documented standard
      PDF has always been a documented standard. The specification has been available on the Adobe web site for many years. The difference is that now it is a standard endorsed by the ISO.
      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
    12. Re:In case we forget. by Protonk · · Score: 1

      Right. but that still is a judgement on adobe for making a good open standard. NOT on the legitimacy bestowed by the ISO.

    13. Re:In case we forget. by SillySilly · · Score: 2, Informative

      this doesn't really mean TOO much in the document world Oh, but it does. The use of internationally-recognized standard document formats is slowly being mandated by governments world-wide. This also drove Microsoft to send OOXML to ISO. Adobe has been losing some sales to (for example) vendors of ISO-15444-6 (JPEG2000 compound image file format).
    14. Re:In case we forget. by Kitanin · · Score: 1

      I'm assuming you were trying to be sarcastic with your link, in which case you failed miserably.

      Everything that's standardized in ISO 3103 has an effect on the perceived appearance and taste of tea, so it should be done in a standard manner when the tea manufacturers mix blends after each harvest.

      --


      Teach your kids: "C++ made baby Jesus cry."
    15. Re:In case we forget. by Lunzo · · Score: 1

      One of my lecturers at uni described ISO-9000 like this:

      "You can have quality while failing to be ISO-9000 compliant, and you can be 100% compliant and have no quality whatsoever"

    16. Re:In case we forget. by 1u3hr · · Score: 1

      It also suggests that ISO certification is actually based on merit, not just the power of the proposer.

    17. Re:In case we forget. by Protonk · · Score: 1

      Not by itself it doesn't. It could just as easily speak to the eurocentrism of the ISO. We certainly can treat Adobe as as much of a heavyweight in the document world as any company that is 100 times its size outside the document world.

    18. Re:In case we forget. by 1u3hr · · Score: 1
      eurocentrism of the ISO.

      ? Both Adobe and Microsoft are US companies.

  7. Go Figure on France by Khyber · · Score: 2, Informative

    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.
    1. Re:Go Figure on France by 99BottlesOfBeerInMyF · · Score: 1

      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.

      What? This is about the PDF format becoming a standard not about any proprietary software. If we called it PDF ala XPDF the free and open source PDF reader, would the French be more in support of it? As for copyright and patent, there is a free as in beer license that provides patent protection for anyone making PDF tools that adhere to the standard.

    2. Re:Go Figure on France by Anonymous Coward · · Score: 0

      How then to explain China? Another US puppet state, cowed into voting submarine patent laden PDF into ISO? No, I think not.

      I know many French myself. Individually they're great. I have no illusions however, they hate my fucking US guts, but they keep it under covers until they get an opportunity to make a play, such a voting. Whether here or on the UN security council.

      France opposes because it's populated by French. People raised from birth to take the contrary view at all times. No high minded concern over IP. It must be opposed for oppositions sake. This is attributed to intellect; sublime and refined.

      It has always appeared petty to me.

    3. Re:Go Figure on France by 4D6963 · · Score: 4, Funny

      I have no illusions however, they hate my fucking US guts

      What the hell is wrong with you people? (Disclaimer : I'm French and I live in France). Why do Americans seem to love so much the idea that the rest of the world (and particularly the French and Arabs) hates them viscerally? The video you linked to was made by a bunch of liberal hippies who, just like all liberal hippies from San Francisco to Prague, like to bash George Bush, the military industrial complex and large corporations.

      That doesn't mean we hate you, none of us hates you or America in here, you stupid fat pig!

      Oh crap, did I say it out loud? I was supposed to "keep it under covers", like the sneaky Frenchman that I am..

      --
      You just got troll'd!
    4. Re:Go Figure on France by 4D6963 · · Score: 4, Interesting

      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.

      Dude, I'm French, I live in France, and not only do I not have an opinion on whether or not proprietary software becoming an ISO standard is bad, but I don't know anyone here or matter of fact anywhere who would have an opinion on this or even hear about such a process.

      Where on Earth do you find your Frenchmen? And why on Earth do you all act like we're all behind this vote? We've got riots and strikes going on, but wait, PDF is about to become an ISO standard! Let's all stop burning cars to prevent this from happening! Merde, too late! What will become of us!?!

      --
      You just got troll'd!
    5. Re:Go Figure on France by Anonymous Coward · · Score: 0

      Zut Alors!

      Lol!

      Zut!!!

      Hahaha!!!

      Zut! Zuuuut! Zuuuuuuuuuuuuuuuuuuuuuuuuuuuuut!!!11!!1!11

      meep meep!

    6. Re:Go Figure on France by 4D6963 · · Score: 2, Interesting

      If that was the case, that is France and Europeans in general really loved the USA they would have supported us with the various wars against the ARABS.

      You know what's wrong with you? Your problem is that you seem to think that "arab" is an acronym. It's not.

      Both of your respective communities seem to be into complete denial about what the rest of the world is like, what personal responsibility is, what it is to respect people from different culture than yours and frankly have a huge disregard for life.

      Hey, no fair! That's OUR arguments against Americans, you can't use them against us! Make up your own!

      --
      You just got troll'd!
    7. Re:Go Figure on France by esme · · Score: 4, Informative
      My own personal opinion is that many of us Americans got so whipped up about France obstructing the march to war in 2002/3 (you can still find Freedom Fries on menus in some places here). And then, to add insult to the injury of the badly botched occupation, it turns out that France was right, and its obstruction was actually very wise.

      So now Americans need to save face. And bashing France at every turn is a way for us to do that. And making it seem like the French hate us is even better, because it justifies our behavior.

      The reality on the ground is very different of course. I remember going to Normandie around D-Day 2004, and seeing all the American flags flying. I imagine they were mostly new additions because of the anniversary and Bush's visit, but still it would be hard to imagine an American city being decked out with French flags to celebrate an occasion here. A major street in Caen is still named "Avenue du Six Juin". It was instructive to see the American bluster about France forgetting what we'd done for her, compared to the quiet steadfastness on display there.

      -Esme

    8. Re:Go Figure on France by coolGuyZak · · Score: 1

      My theory is that we can't stand needing their help all of ~200 years ago. America has self-esteem problems.

    9. Re:Go Figure on France by Anonymous Coward · · Score: 0

      So now Americans need to save face. And bashing France at every turn is a way for us to do that. And making it seem like the French hate us is even better, because it justifies our behavior.

      Nah. It's just fun picking on the French the same way it was fun picking on my little sister as a kid...oh wait. My little sis grew up and can now buy and sell me. Merde.

    10. Re:Go Figure on France by geminidomino · · Score: 1

      I have no illusions however, they hate my fucking US guts

      What the hell is wrong with you people? (Disclaimer : I'm French and I live in France). Why do Americans seem to love so much the idea that the rest of the world (and particularly the French and Arabs) hates them viscerally?

      (As an American and based on observations of other Americans)
      American society is wickedly broken. Simultaneously, ignorance is considered to be a virtue while being exposed as wrong is crushing. Anyone who disagrees with you is an enemy, anyone who forces others to think/act the way you do in the name of freedom is a glorious leader.

      In that vein, it's not surprising that you get the "Bully with a persecution complex" pathology in there, too.
    11. Re:Go Figure on France by Anonymous Coward · · Score: 0

      So what your really trying to say is that France was the socially awkward girl in school, the one that no really liked, but one or two guys. America is the pretty pretty cheerleader who is dumb and have no clue what is going out side of her own little world, till one day the bad Butch girl starts pushing her around. So America decides she's going to tell the principal that Butch girl has drugs in her locker. The whole time France is tell the principal that it's not true. In the end France was right but America needs to save face so she writes whore all over France's locker? Did I get it right?

    12. Re:Go Figure on France by decavolt · · Score: 1

      Well, aren't you just a ball of sunshine.
      Don't you realize that if you'd just embrace the idea of proprietary software becoming an ISO standard your riots and strikes would evaporate overnight? Come on, it's ok. Join us... join us...

    13. Re:Go Figure on France by Khyber · · Score: 1

      "Where on Earth do you find your Frenchmen?"

      In France, over IRC networks. You know what those are, oui?

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    14. Re:Go Figure on France by Grishnakh · · Score: 1

      If that was the case, that is France and Europeans in general really loved the USA they would have supported us with the various wars against the ARABS. Instead France can't seem to realize the extreme danger such people pose to the world even as your cities are plagued with riots, murders and rapes performed by these un-evolved people. By the way that is not an indication that all ARABS are un-evolved but it does highlight that there is littel effort underway in the ARAB world to clean up, destroy or other wise deal with the laggards. If the French and the ARABS really want ot be seen in a positive light they need to !. clean up the mess within their borders and two join us in the destruction of those that resist.

      As to being sneaky well that is your problem or perception. All we want in America is a little acknowledgment that there are problems in this world that can only be solved if some people loose big time.


      I'm an American, and I agree that Arabs are basically trouble for the reasons you list, but the problem is that your proposed solution (which basically amounts to forcing our culture on them imperially) is the wrong solution.

      Let me draw an analogy, as is popular on Slashdot (luckily, this one has nothing to do with cars!). I live in a subdivision, and I dislike several of my neighbors, who have exhibited some bad behavior. What should I do about these neighbors? Should I grab my .45 and shotgun, break into their houses, shoot their annoying dogs, and tell them at gunpoint how I want them to behave, or else? No, this is not the right solution, although this is basically what the American response is. Or, how about this: should I invite these unruly neighbors (and their mangy dogs) to come live in my house, in the hope that my civilized behavior will rub off on them? Hell no! That's just stupid, but for some dumb reason, this is exactly what the French and other European countries have done. My neighbors' dogs would kill my cats; sound familiar, with recent incidents between Arabs and pretty Swedish girls? So, what's the proper solution? Simple: leave the stupid neighbors in their own houses, and deal with them as little as possible, and stay in my house and only invite in people who I like. This is what I've done, and it works just fine. The neighbors stay on their side of the wall, and I stay on mine. I spend my time and energy doing things I prefer to do, rather than worrying about the neighbors any more than I have to.

      This is exactly how countries and cultures at odds with each other need to behave: "live and let live", "good fences make good neighbors", there's lots of sayings to describe it. Some people, for some stupid reason, like to call it "isolationism" and put it down as if it's not a realistic solution to the problem of people not getting along, but unless you're the kind of person who likes to force his opinion on everyone, instead of minding his own business and doing more productive things, it's the ONLY solution.

      This doesn't mean we can't practice trade with these other countries if we choose; but we have no reason to either invade these countries or to allow their citizens into our countries. If they want to be backwards, they can do so within their sovereign borders; in a few decades or centuries, we'll see which culture is more effective.

    15. Re:Go Figure on France by Rakarra · · Score: 1
      So what your really trying to say is that France was the socially awkward girl in school, the one that no really liked, but one or two guys. America is the pretty pretty cheerleader who is dumb and have no clue what is going out side of her own little world, till one day the bad Butch girl starts pushing her around. So America decides she's going to tell the principal that Butch girl has drugs in her locker. The whole time France is tell the principal that it's not true. In the end France was right but America needs to save face so she writes whore all over France's locker? Did I get it right?

      ...

      That's far better than most analogies posted on Slashdot.

    16. Re:Go Figure on France by Anonymous Coward · · Score: 0

      Fair enough, but to abuse your analogy: What do you do when a few of your neighbor's dogs fly a plane into a large population of your cats, killing many of them? OK, that's a silly idea; but if your neighbor goes beyond annoying to abusive, you can call the police, complain to zoning boards, and so on. When two countries (or a country and a loosely organized yet determined group) have nasty disagreements, there are no police. So while you and I may never need to use violence (perhaps only defensively if you have exceptionally bad neighbors), countries sometimes must.

      The disclaimer: I wasn't convinced we had enough evidence to invade Iraq, not to mention the dubious reliability of the evidence we did have. Now we've made a mess of things, and it will take decades to sort out, if ever.

      - T

    17. Re:Go Figure on France by Grishnakh · · Score: 1

      Ok, I'll have to abuse the analogy even further.

      In our case, a few of our neighbor's dogs flew a plane into a bunch of our cats. So in response, we acted very friendly with the dog-owning neighbor, and then grabbed some guns and invaded a different neighbor's house, claiming his chihuahuas were the ones who flew the planes into our cats, even though we had plenty of evidence that pit-bulls were actually involved. A bunch of our other neighbors, who used to be good friends, now view us with mistrust and dislike.

      Military capability is a good thing to have for national defense. However, it doesn't need to be so large you can subjugate the entire world, and it should never be used to invade other countries in order to control their natural resources, instead of as a last resort in case of some type of aggressive behavior on their part.

    18. Re:Go Figure on France by Anonymous Coward · · Score: 0

      Well said. I like your abuse of your analogy better than my abuse of it.

      - T

    19. Re:Go Figure on France by Khyber · · Score: 1

      You never owned those arguments to begin with. In fact, before the Gauls had any major influence, the same reasoning was posited by the Greeks and Romans. ;) Not to say that they were right, because they weren't. They just used a facet of mobthink to appeal to others for their cause.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
  8. Adobe by clarkkent09 · · Score: 3, Insightful

    Great, now just make a reader that doesn't slow my system down to a crawl while opening a 100K document.

    --
    Negative moral value of force outweighs the positive value of good intentions.
    1. Re:Adobe by RobinH · · Score: 1

      Great, now just make a reader that doesn't slow my system down to a crawl while opening a 100K document.

      Do you think it would open any faster if the same document was compressed down to 10K?

      I think the point you're trying to make is that the reader's footprint is too large.

      --
      "I have never let my schooling interfere with my education." - Mark Twain
    2. Re:Adobe by aerthling · · Score: 1

      Try Foxit Reader. It's small and quite fast.

    3. Re:Adobe by CheshireDragon · · Score: 1

      This means you need a new system...On both Winders and Linux side I don't even have this many problems even when opening a 30+MB PDF

      --
      "That's right...I said it."
    4. Re:Adobe by SelrahCharleS · · Score: 1
    5. Re:Adobe by SwedishPenguin · · Score: 2, Informative

      Already done. Evince and KPDF are both great pdf readers. Okular seems pretty nice too.

    6. Re:Adobe by PenGun · · Score: 5, Informative

      Xpdf opens a 114M file in under 2 secs and a 25M one is pretty well instantaneous. Some kind of windose problem no doubt.

    7. Re:Adobe by calebt3 · · Score: 1

      I've always found it more convenient to get it from download.com.

    8. Re:Adobe by palmem · · Score: 1
    9. Re:Adobe by Anonymous Coward · · Score: 0

      I use Foxit pdf and is free, small, fast, and works well most of the time ( www.foxitsoftware.com ) . No, I am not affiliated in any way with the company. As many others here, I am just tired of the piece of bloatware that Acrobat Reader is.

    10. Re:Adobe by forkazoo · · Score: 5, Informative

      Great, now just make a reader that doesn't slow my system down to a crawl while opening a 100K document.


      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.
    11. Re:Adobe by filbranden · · Score: 1

      SumatraPDF for Windows is really lightweight.

    12. Re:Adobe by pxc · · Score: 1

      As you may have guessed by his subject had you read it, his comment was addressed to Adobe, meaning "fix your stupid PDF reader" rather than "someone get me one that works, and quick!".

    13. Re:Adobe by Anonymous Coward · · Score: 0

      For windows, try Foxit reader. http://www.foxitsoftware.com/pdf/rd_intro.php

    14. Re:Adobe by RealGrouchy · · Score: 2, Insightful

      The whole point of standardization is that it shouldn't matter what Adobe does. Fixed.

      The same can be said of Internet Explorer/Microsoft with regard to the html standard.

      - RG>
      --
      Hey pal, this isn't a pleasantforest, so don't waste my time with pleasantries!
    15. Re:Adobe by Anonymous Coward · · Score: 0

      Xpdf opens a 114M file in under 2 secs and a 25M one is pretty well instantaneous. Some kind of windose problem no doubt. 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?

    16. Re:Adobe by shellbeach · · Score: 1

      How about taking matters into your own hands? i.e.

      nice -n 19 some_pdf_reader

    17. Re:Adobe by Rob+Simpson · · Score: 2, Informative

      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.

    18. Re:Adobe by kaizokuace · · Score: 1

      Even though acrobat is a resource hog it seems to handle large files fairly well, as it was probably spec'ed for. My friend wrote a book and sent it to me to check. He unfortunately sent it to me in an office doc. I opened it and after god knows how long 275 pages loads. I used acrobat to convert it to pdf and it opens just as fast as acrobat opens a smaller file. But of course there are other lighter readers.

      --
      Balderdash!
    19. Re:Adobe by PenGun · · Score: 1

      Opty 165 @ 2.3GHz 2G ram. Nothing too special.

    20. Re:Adobe by ChunderDownunder · · Score: 1

      Okular sounds good from the point of 'one viewer to rule them all'.

      KPDF can't rotate, which is annoying if you get PDFs 'printed' the wrong way. Tilt you head 90 degrees instead of the page! :(

      What I miss about Adobe's reader from Evince and KPDF is the 'view visible width' option. Both have 'fit width' but don't seem to be able to strip out margins.

      That said, I just tried out acroread for Linux; it's nothing like the Windows version I remember back in the day - I prefer evince!

    21. Re:Adobe by Anonymous Coward · · Score: 0

      Try a different reader like Foxit under Windows or Xpdf or Evince under Linux. Acrobat is getting bloated and slower with every release, but looking at how the folks at Adobe ruined Cool Edit Pro (now Adobe Audition) when they acquired it, that doesn't surprise me at all.

    22. Re:Adobe by funfail · · Score: 1

      Just move everything in the "plug_ins" folder into "Optional" folder. It will greatly speed up the startup.

    23. Re:Adobe by vecctor · · Score: 1

      It sounds like you are using Adobe's PDF tools.

      Try Foxit: http://www.foxitsoftware.com/pdf/rd_intro.php

      Much faster :)

      --
      Why, yes I have been touched by His noodly appendage. And I plan to sue.
    24. Re:Adobe by JadeNB · · Score: 1

      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.

      I haven't used x- or kpdf, but I have used Preview.app and Foxit Reader, and neither supports fillable PDFs (at least, Foxit didn't back when I was on Windows). Is there any multi-platform utility out there that will do this? (Are fillable PDFs not specified in the standard? I've always found this lacuna in the otherwise very handy Preview.app strange.)
    25. Re:Adobe by Lunzo · · Score: 1

      I use adobe reader 8 and it is really slow. acroread 6 & 7 were way faster in comparison, and on much lower end machines than what I currently use. I'm not sure what v8 adds to the viewer, apart from looking a bit sleeker.

      I might try some open source readers as suggested by other replies, as Adobe reader 8 is far too slow and bloated.

  9. That is pretty sensitive.... by Tibor+the+Hun · · Score: 5, Funny

    I dunno much, but ISO 32000 ought to be able to record photos in the very darkest of dark places.
    It's too bad they'll be saved as PDFs, I prefer to shoot RAW.

    --
    If you don't know what AltaVista is (was), get off my lawn.
    1. Re:That is pretty sensitive.... by RuBLed · · Score: 1

      It could, but it would be as dark as the very darkest of dark places... (are you by any chance talking about red light districts?)

    2. Re:That is pretty sensitive.... by AEton · · Score: 1

      You can do a little bit better with a D3.

      --
      We recently had heard in the office over one of the Yellow Machine that's made by Anthology Solutions.
    3. Re:That is pretty sensitive.... by hamisht · · Score: 5, Funny

      You mean we could finally get a picture of a grue?

    4. Re:That is pretty sensitive.... by 7Prime · · Score: 4, Informative

      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.
    5. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      lol, alright! I was hoping someone would make a photography joke! =)

    6. Re:That is pretty sensitive.... by RedBear · · Score: 5, Informative

      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...

    7. Re:That is pretty sensitive.... by theMAGE · · Score: 0

      Yes, that's twenty-six thousand, five hundred. Don't ask me how or why they did it, but they did.


      The trick is not to "do it", but to do it in a way that produces a usable photo, without too much noise. The first hands-on reviews, are not that great however: they are papering over the increased noise by using the standard blur filters.
    8. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      Sure. Right before it eats you.

    9. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 1, Funny

      You mean we could finally get a picture of a grue?

      You are likely to....
    10. Re:That is pretty sensitive.... by Cesare+Ferrari · · Score: 1

      Well 32000 is within reach for high speed B&W films when pushed. I believe Kodak Tmax 3200 is happy being pushed 3 or 4 stops, which will take it to ISO 50,000 or so. I've pushed it 2 stops and got good results. It'll be contrasty as hell, but that's half the fun. Kodak only sell Tmax 3200 in 35mm canisters, as the metal canister is required to stop the film being fogged by cosmic rays - that'll give you an idea how sensitive it is! Cesare

    11. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      Actually, that's ISO 25600 (and it should be obvious that it's that, since that's 2^8 * 100!). I thought it was just a typo at first, but then I saw you spell out "twenty-SIX thousand FIVE hundred"...

      As for the rest, the next logical step will be ISO 51200. And it certainly will not take 10 years to achieve that - although whether the cameras are actually *usable* at those settings or whether it'll just be fluff is another question, of course. (Case in point: my own Powershot G9 - not the most expensive camera you'll find by far, and not even a DSLR, but certainly not exactly cheap, either - goes up to ISO 1600 and can do ISO 3200 in a special mode, but anything beyond ISO 400 is unusable.)

    12. Re:That is pretty sensitive.... by dargaud · · Score: 1

      Now if they'd just do something about the extremely limited dynamic range But they have: I'm very happy with the Fuji S5 pro and its dynamic 4 times better than the best others. No need to waste time with software to produce ugly HDR images.
      --
      Non-Linux Penguins ?
    13. Re:That is pretty sensitive.... by jimicus · · Score: 1

      Can't be particularly good quality at that kind of insane speed.

    14. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      It's insane because unless you have a 2" CCD, you'll get as much noise as a 1/2.5" P&S shooting ISO 1600. And the only thing that image'll be useful for is thumbnail prints.

      Well, it's not an entirely accurate comparison, as the noise is dependent on the MP count of the sensor, but you get the point...

    15. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      Actually, you just missed the joke. Go look up "Grue" or "Zork". :p

    16. Re:That is pretty sensitive.... by superyooser · · Score: 1

      There is a recording of bing-bang background noise on YouTube.

    17. Re:That is pretty sensitive.... by Zcar · · Score: 1

      "Within ten years we no doubt will be seeing some digital cameras with ISO 32000 or higher sensitivities."

      No doubt. The Nikon D3 is at ISO 25600 now.

    18. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      Anyone know what comparable ISO figures our humans eyes are a) in the dark and b) 20 minutes after being in the dark ?

    19. Re:That is pretty sensitive.... by Phat_Tony · · Score: 2, Insightful

      Kodak recommends shooting Tmax 3200 up to ISO 25,000 and pushing it accordingly in development.

      --
      Can anyone tell me how to set my sig on Slashdot?
    20. Re:That is pretty sensitive.... by Anonymous Coward · · Score: 0

      Did the joke really need explanation?

  10. an adobe standard by h2k1 · · Score: 1

    looks like that in january they were starting to do this, acording to an article in computerworld.
    they said it would took from one to three years, so it looks like it was an easy decision.
    they also say that adobe has had ISO standards for pdf a long time now, and suggests that it could have something to do with file-type standardization.
    http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9009366/

  11. Re:Great by samkass · · Score: 1

    What does a format being standardized have to do with the applications that read and write them? Perhaps I'm not as sensitive to this, since it's really easy to generate PDFs from all applications on MacOS X, but I don't see why Adobe should release their software for free any more than I think Dreamweaver should be free in order for HTML to be a standard.

    --
    E pluribus unum
  12. I'm pretty sure that's what he meant by Anonymous Coward · · Score: 0

    I don't see him comparing document sizes or anything like - he literally complained that the reader slows down his system.

  13. Re:Great by pkulak · · Score: 1

    I guess PNG shouldn't be a standard either because you can't get Photoshop for free and IE screws up its transparency.

    (No, I don't know if PNG actually is an ISO standard. If it isn't, pretty please don't ruin my analogy by pointing out facts.)

  14. Re:Great by Vellmont · · Score: 1


    but until the full version of Adobe is available for free, or even less expensive, to the masses, it seems to be not quite right


    Why does the full version of Adobe need to be free? There's many free utilities that create PDFs, there's multiple free APIs to manipulate PDFs. There's plenty of free, open source readers. What is it about the full version of Acrobat that's so special?

    --
    AccountKiller
  15. Re:Great by mike260 · · Score: 2, Informative

    [...] until the full version of Adobe is available for free, or even less expensive, to the masses, it seems to be not quite right. The whole point of an open standard is that you're not locked into buying Acrobat (which I assume is what you meant by 'Adobe'). There are a bajillion and one PDF creators out there, many of them free. OS X can print to PDFs out-of-the-box.

    Puppy on lap = typos...not illiteracy. The puppy typed 'Adobe' at the moment you were trying to type 'Acrobat'?

  16. Abstaining WITH Comments by CranberryKing · · Score: 5, Funny

    Russia:

    "After long internal deliberation, we have arrived at an official position. We don't give a shit."

    1. Re:Abstaining WITH Comments by Anonymous Coward · · Score: 0

      They voted for Putin.

    2. Re:Abstaining WITH Comments by Nephrite · · Score: 1

      And do you remember that some time ago they voted positive on M$ OOXML? Fishy.

    3. Re:Abstaining WITH Comments by cjalmeida · · Score: 1

      In Soviet Russia, they ignore YOU.

    4. Re:Abstaining WITH Comments by Anonymous Coward · · Score: 0

      Why wasn't Canada consulted? We also don't give a shit.. but just for the principle of it,hey?

  17. Ad cash cow by Coolhand2120 · · Score: 1

    Is that with or without the new PDF ad scheme? I wonder how many other ISO standards have a clickable ad in the document as part of it's specifications. Is that a coincidence or what? Less than a month after they reveal the ad specs they are an ISO standard! What a racket!

    1. Re:Ad cash cow by Anonymous Coward · · Score: 0

      Oh sod off back to digg.

  18. Re:Great by 99BottlesOfBeerInMyF · · Score: 4, Interesting

    o, now the "not" so "portable document format" gains further acceptance.

    Umm, what isn't portable about PDFs?

    I'll grant that it has it's uses but until the full version of Adobe is available for free, or even less expensive, to the masses, it seems to be not quite right.

    First, I assume you're talking about Adobe Acrobat, since Adobe is a company, not a product. The whole point of standards is that they do not rely upon any given implementation and anyone and everyone can make their own. Don't like Adobe's free product, get someone else's. I have both free and payware PDF tools from both Adobe and other companies. Do you want better free PDF tools, go ahead and code them, the standard is right there and the licensing to the patents is free. Heck there's even good set of GPL PDF libraries and code from the XPDF project.

    I'd also certainly rather have a format that is a lot less file size intensive.

    You can make pretty small PDFs, depending upon what you put in them. Or, if you want smaller file sizes and are willing to sacrifice features, use postscript, it's been a standard for a long time.

    To all mail users...no, you can't keep all of those emails with pdf's in your inbox without going over your quota.

    Mail quotas are so mid 90s. Disk space is cheap and so long as you're not using Exchange (which insists on keeping sometimes hundreds of versions of the same file around, since it is too stupid to just keep one copy for everyone) it is not like attachments are much of an issue anymore.

  19. PDF Tainted by Shitty Adobe Reader by ComputerPhreak · · Score: 5, Insightful

    It's sad that PDF, which seems like a pretty good format to me, has earned such a poor reputation. It has nothing to do with the format, rather, it has everything to do with the shitty software Adobe has put out to read PDFs. Sure, recent versions of Reader have improved loading time, and there are alternative packages available for reading, but the precedent was set around the time Reader 6 or 7 came out, as PDF usage was exploding. I grimmace everytime I see a link to a PDF on my Windows machine or on a Solaris workstation. Both have Reader installed, and it is a truly shitty piece of software: the load time is far too long (even with the latest improvements), it has embedded ads, the interface doesn't match the platform's Look & Feel well... the list goes on. Adobe could do a lot to spur the popularity of PDF by releasing a really high quality reader... but the damage may have already been too great.

    1. Re:PDF Tainted by Shitty Adobe Reader by Arcturax · · Score: 4, Informative

      Then get Foxit instead.

      --

      --Won't that be grand? Computers and the programs will start thinking and the people will stop. - Dr. Walter Gibbs
    2. Re:PDF Tainted by Shitty Adobe Reader by Tweekster · · Score: 1

      Although foxit is a massive improvement. PDF tools should still be better

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    3. Re:PDF Tainted by Shitty Adobe Reader by Anonymous Coward · · Score: 4, Funny

      I'm still confused how they manage to make a viewer/reader that lags every single generation, on any hardware. What are they testing it on? Supercomputers?

    4. Re:PDF Tainted by Shitty Adobe Reader by ZorbaTHut · · Score: 1

      I have PDFs that make Foxit grind to a flaming halt. Curiously, they do the same thing on every version of Adobe Reader I've tried besides Reader 7.

      Obviously, I use Reader 7.

      --
      Breaking Into the Industry - A development log about starting a game studio.
    5. Re:PDF Tainted by Shitty Adobe Reader by Chief+Camel+Breeder · · Score: 1

      Agreed. On MacOS, where Apple has included decent PDF readers, I don't think there's the same negative prejudice.

    6. Re:PDF Tainted by Shitty Adobe Reader by Bert64 · · Score: 1

      Who cares about adobe's pdf reader, people just need to be educated that better readers exist...
      It's like people who complain about the web because they're still using IE.
      OSX has a nice pdf reader by default (preview), solaris can run kpdf (nice reader, especially if you run pdf), xpdf, gpdf, gv and you can always use tools like pdf2png or pdf2ps to convert it to other formats for viewing. There's also a fair few pdf readers for windows, i've heard good things about foxit but never used it myself.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:PDF Tainted by Shitty Adobe Reader by Anonymous Coward · · Score: 0

      Foxit segfaults on my Linux system whenever I try to open a pdf. Acrobat Reader 7.0.8, on the other hand, works with every pdf I throw at it.

    8. Re:PDF Tainted by Shitty Adobe Reader by Bert64 · · Score: 2, Informative

      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!
    9. Re:PDF Tainted by Shitty Adobe Reader by blind+biker · · Score: 2, Informative

      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.
    10. Re:PDF Tainted by Shitty Adobe Reader by lahvak · · Score: 3, Informative

      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
    11. Re:PDF Tainted by Shitty Adobe Reader by blind+biker · · Score: 1

      What are they? The features in Acrobat Reader 8, that Foxit 2.2 doesn't have?

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    12. Re:PDF Tainted by Shitty Adobe Reader by Anonymous Coward · · Score: 0

      Congratulations for completely missing the fucking point. The GP was lamenting that PDF has a bad reputation among the general public, and that's not going to change just because one person starts using Foxit (in fact, there's a decent chance that he already uses or at least knows about Foxit, since he's aware of the distinction between PDF and Acrobat Reader).

  20. Bad Number by shemnon · · Score: 3, Funny

    Number could have been better. Should have been ISO 32768. And the OSS implementations could have been called 32Kib. So close, yet so far.

    --
    --Shemnon
    1. Re:Bad Number by Ibn+al-Hazardous · · Score: 1

      So we'll call it approx_maxshortint !

      --
      Yes, I am a biological organism. All rumors to the contrary are just that, rumors.
  21. Re:Great by alshithead · · Score: 1

    "Umm, what isn't portable about PDFs?"

    Uh, large file size?

    "First, I assume you're talking about Adobe Acrobat, since Adobe is a company, not a product. The whole point of standards is that they do not rely upon any given implementation and anyone and everyone can make their own. Don't like Adobe's free product, get someone else's. I have both free and payware PDF tools from both Adobe and other companies. Do you want better free PDF tools, go ahead and code them, the standard is right there and the licensing to the patents is free. Heck there's even good set of GPL PDF libraries and code from the XPDF project.

    You can make pretty small PDFs, depending upon what you put in them. Or, if you want smaller file sizes and are willing to sacrifice features, use postscript, it's been a standard for a long time."

    I guess I should been more specific. While there are other options than Adobe and you can make pretty small pdf files, most Windows users are ignorant of those options. And, Adobe's free product is a viewer. It does not give you the ability to create. Have you ever been to a local, state, or government site that has documents available in pdf? Why should a two page text file be two megabytes? Why should a fifty page legal brief be fifteen megabytes? Portable my ass unless you are one of the tech savvy.

    "Mail quotas are so mid 90s. Disk space is cheap and so long as you're not using Exchange (which insists on keeping sometimes hundreds of versions of the same file around, since it is too stupid to just keep one copy for everyone) it is not like attachments are much of an issue anymore."

    Hmm... Work much in very large organizations? Mail quotas are a fact. And while we're at it, Exchange allows users on the same mail store to have a single instance of an attachment available to all users who received the email until the last user deletes the email.

    --
    I reserve the right to think for myself. Others' opinions are optional. Puppy on lap = typos...not illiteracy.
  22. Re:Might be a dumb question, but... by Capsaicin · · Score: 0, Flamebait

    Can someone please explain to me what this means?

    What this means is that you now have to correct your website and where it says "Download document as PDF" change it to "Download document in ISO3200 standard," or risk the ISO sending the monkeys out from castle to get you!

    --
    Better to be despised for too anxious apprehensions, than ruined by too confident a security. --Edmund Burke
  23. Re:Might be a dumb question, but... by Capsaicin · · Score: 1

    32000 even

    --
    Better to be despised for too anxious apprehensions, than ruined by too confident a security. --Edmund Burke
  24. Acrobat or Reader? by tknd · · Score: 2, Interesting

    I don't know about you but Adobe Reader 8 is quite a bit better than the previous versions (loads incredibly fast now).

    1. Re:Acrobat or Reader? by Hucko · · Score: 1

      Bloke, 'incredibly fast' means it would have loaded before you have finished clicking the mouse button. 'Reasonably or not too bad' is what you are looking for.

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
  25. Re:Great by Helios1182 · · Score: 1

    The ignorance of Windows users isn't a reason to fight PDF, it is a reason to educate the users and force Microsoft to support a format that others OSes have for years.

  26. Re:Great by alshithead · · Score: 0, Flamebait

    "The whole point of an open standard is that you're not locked into buying Acrobat (which I assume is what you meant by 'Adobe'). There are a bajillion and one PDF creators out there, many of them free. OS X can print to PDFs out-of-the-box."

    Of course, Acrobat is what I meant when I said Adobe. Looking from a Windows centric support view I guess I assumed that was a given. From the same Windows centric support view... duh?, what's OS X? While you and I, and many others know there are other options, your typical Windows user (read majority) have no clue that you can even create a pdf in anything other than Adobe (Acrobat).

    "The puppy typed 'Adobe' at the moment you were trying to type 'Acrobat'?"

    The puppy says, "Fruck roo, go rinux". :)

    --
    I reserve the right to think for myself. Others' opinions are optional. Puppy on lap = typos...not illiteracy.
  27. Re:Great by alshithead · · Score: 1

    "The ignorance of Windows users isn't a reason to fight PDF, it is a reason to educate the users and force Microsoft to support a format that others OSes have for years."

    I can't argue that point in any way, shape, or form. However, if we could force education upon the users they wouldn't use MS in first place. I have no desire to fight PDF, only the desire for PDF creators to get a clue.

    --
    I reserve the right to think for myself. Others' opinions are optional. Puppy on lap = typos...not illiteracy.
  28. Wait are you talking about Acrobat or... by Anonymous Coward · · Score: 0

    Firefox?

    The "Firefox Update" page is virtually my home page these days with the number of vital updates I need to be made aware of...

  29. Re:Great by sukotto · · Score: 1

    Umm, what isn't portable about PDFs?

    I don't know what the grandparent meant, but I personally have had no luck getting tabular data back out of PDF documents after trying several of the tools out there. So, while PDF is portable in the "read it anyplace" sense, it's not very portable in the "doing something programatically with the contents" sense :-(

    --
    Come play free flash games on Kongregate!
  30. Cool! by Nybble's+Byte · · Score: 0

    But I guess that means it's curtains (Windows, get it?) for Microsoft's PDF killer, XPS. Kill Google? Backatcha, Steve-o!

  31. Re:Great by Gideon+Fubar · · Score: 1

    These problems aren't native to the format. A 2 page text document can easily be 2meg if it's scanned at 600dpi and no OCR is applied.this particular problem relates only to the knowledge of the user, and in that regard i don't think anyone can solve all the problems. While we're at it, you already knew this.

    btw, your point on Acrobat Pro is moot, since there have been free PDF authoring tools available for years now, and publicly available export classes and functions for a variety of languages.. I could write a 3 line app that outputs passable (sparse, perhaps, but passable) PDFs. That's the benefit of having an open standard, anyone can implement a product using it.

    --
    http://www.xkcd.com/354/
  32. Direct Links by ArchieBunker · · Score: 1

    http://www.foxitsoftware.com/downloads/

    The whole reader is 2.2mb, Adobe's is more than 10 times that and foxit still has the same functionality!

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
  33. Re:Great by Tweekster · · Score: 4, Informative

    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
  34. Re:Great by Anonymous Coward · · Score: 0

    Intellectually bankrupt loser.

  35. Re:Great by Anonymous Coward · · Score: 0

    Tables actually read pretty well, if you use something that will read the text section breaks back to you -- tabular data is commonly inserted with each cell as a different text area, because it makes alignment easy. That makes straight string extraction difficult from something like a PDF->TXT rendering engine, as the cells just run together in each row. But a PDF parsing library, like PDFKit (various versions are available for GNUStep, .NET, and as part of Cocoa) or the like can go a long way toward helping you get delimited text out of a PDF.

  36. Re:Great by Ryuu · · Score: 1
    --
    "Don't lose your mind trying to set it free..."
  37. Re:Great by forkazoo · · Score: 1

    Have you ever been to a local, state, or government site that has documents available in pdf? Why should a two page text file be two megabytes? Why should a fifty page legal brief be fifteen megabytes? Portable my ass unless you are one of the tech savvy.


    This isn't the document format's fault. People doing stupid things with PDF's would do things just as stupidly in any other format. I know a lot of those government PDF's are apparently made by somebody grabbing a copy of whatever document they need as a PDF, scanning it in, and calling it a day. The result is that you just have high resolution images of each page. Yes, that results in a large file size, but there really isn't any document format where a user is incapable of doing something similar. Maybe if scanning programs defaulted to trying to OCR scanned images, or had a lower default resolution, more of the PDF's you run across would be smaller, but that is a tool issue, not a format issue.
  38. PDF makes Baby Jesus cry by Anonymous Coward · · Score: 0, Interesting

    I ask a simple question: How do you re-flow a PDF to fit your browser window? Oh, you can't?

    PDF is just PostScript Deluxe. It's meant for *printed* presentations - not for general document interchange. It's presentation layer only - no document model under the hood. It's so broken, so wrongheaded, and so last century, I hardly know where to begin.

    At least OOXML supports a structured document model.

    1. Re:PDF makes Baby Jesus cry by Daengbo · · Score: 4, Insightful

      I ask a simple question: How do you re-flow a PDF to fit your browser window? Oh, you can't?

      Ummm, I think it's called "Fit Page Width" in Evince. Oh, Reflow? PDF is meant to retain document formatting. It works perfectly for desktop publishing attempts.

      Word processing programs aren't for desktop publishing, but most WP programs continue to try to get pixel-perfect formatting. This is the largest complaint I get from reviews of OpenOffice.org -- that it doesn't keep the same exact document formatting that the MS Word version of the document had. The mentality confuses me no end.

      Lyx and pdflatex all the way, babe!

    2. Re:PDF makes Baby Jesus cry by Bert64 · · Score: 2, Insightful

      PDF is not intended for reflowing, or display in browsers... It's meant to preserve the layout and content in the originally intended form, and it does that well. As for structure, it does support hyperlinks and a proper table of contents providing you use a half decent tool for creating the PDF... Most PDF files created are done using nasty "print to pdf" hacks so it doesnt have the necessary data to create the index. PDF files created with pdflatex and hyperref look nice and have a nice clickable index at the side of your pdf viewer.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:PDF makes Baby Jesus cry by kongit · · Score: 0

      I would say that since there is no "document model under the hood" it makes for more secure document interchange. If you recall there was some fuss over doc files a couple years ago because you could undo changes and find interesting things about the document and its creator. However with pdf files you can't do that: what you see is what you get. It makes sending documents digitally from one office to another very portable because every modern OS can read it, and much safer then with many of the "document model" type of files. Files created in a program like word are meant to be created there, the actual file should not be shared. The result can be shared with either paper or in some other more portable format like a pdf. Both types of files have their benefits: the ones created in writer type programs like word are easily edited by the program that created it, and files like pdf, while not usually not directly created, have the advantages to not contain past edits, excess information about the editing process, and is very portable.

      Basically what I am trying to say is write your document easily via Word, OpenOffice, etc. After writing your document don't just send your doc file out to the world, but instead convert it into something that is meant to be shared with the world like a pdf file.

    4. Re:PDF makes Baby Jesus cry by Anonymous Coward · · Score: 0

      Guess you use excel when you need a table. It is meant to look the same on each system and not different like html.

    5. Re:PDF makes Baby Jesus cry by Jesus_666 · · Score: 1

      Because you obviously never need to print anything, especially not forms that aren't consiered valid if not adhering to the standard layout.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    6. Re:PDF makes Baby Jesus cry by 75th+Trombone · · Score: 1

      desktop publishing attempts.

      Phrase of the year. 100% interchangeable with all current instances of the phrase "desktop publishing" as a noun. Very nice job.

      --
      The United States of America: We do what we must because we can.
    7. Re:PDF makes Baby Jesus cry by Anonymous Coward · · Score: 0

      "How do you re-flow a PDF to fit your browser window? Oh, you can't?"

      Um... Ctrl-4? Works with Adobe's Reader.

  39. Re:Great by squidinkcalligraphy · · Score: 1

    "Umm, what isn't portable about PDFs?"

    Uh, large file size?

    [snip]

    I guess I should been more specific. While there are other options than Adobe and you can make pretty small pdf files, most Windows users are ignorant of those options. And, Adobe's free product is a viewer. It does not give you the ability to create. Have you ever been to a local, state, or government site that has documents available in pdf? Why should a two page text file be two megabytes? Why should a fifty page legal brief be fifteen megabytes? Portable my ass unless you are one of the tech savvy. Perhaps a two page file taking two megabytes is a scanned file? Thus making it quite a large bitmap graphic? A lot of pdf files out there are scanned documents. They are big. I just created a four page text file from openoffice that weighed in at 69kb. I've done much of the same in windows using acrobat. Mostly, in my experience, pdfs end up being smaller than the source docs they come from. Using the default options.
    --
    "I think it would be a good idea" Gandhi, on Western Civilisation
  40. What a useless format by Anonymous Coward · · Score: 3, Funny

    What a useless format, it's not even in XML.

    1. Re:What a useless format by peter.vk · · Score: 1

      I know you comment was of comedic intent, and I don't really see why we need to make everything XML, but XML PDF has been done. Check out the Mars project from adobe labs.

  41. Re:Great by networkzombie · · Score: 4, Informative
    How about Public Key Security, locking documents with DRM, cataloging and index collections, online and offline comments, database connectivity, digital signatures, PDF conformation verification, JavaScript capabilities, forms, highlight searches, Web capture, image extraction, legal warnings about digitally signing dynamic content, tagged PDF converter for screen readers, edit pictures within PDF files, save as XML and HTML or RTF, spell checking, save table as CSV, HTML, Text, Unicode Text, RTF, XML, or XML.

    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.

  42. The Russians by Anonymous Coward · · Score: 5, Funny

    The Russians are waiting for PDF to vote for THEM...

    1. Re:The Russians by neocrono · · Score: 2, Funny

      > The Russians are waiting for PDF to vote for THEM...

      WRONG. Ahem:

      "In Soviet Russia, PDF is apathetic about YOU!"

    2. Re:The Russians by Jugalator · · Score: 1

      And in particular vote for Putin.

      --
      Beware: In C++, your friends can see your privates!
    3. Re:The Russians by Zeinfeld · · Score: 1
      And in particular vote for Putin.

      Putin is not my cup of tea.

      I don't like it laced with Polonium

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
  43. End Program - Adobe Acrobat by mosel-saar-ruwer · · Score: 1


    End Program - Adobe Acrobat
    Ending Program... Please wait.

    End Program - Adobe Acrobat
    This program is not responding.

    AcroRd32.exe: The only program in the known universe which can thwart a "kill" signal from both user logoff and system shutdown.

    PS: Parent is heavy favorite for "Post of the Year" honors.

    1. Re:End Program - Adobe Acrobat by wolrahnaes · · Score: 1

      I've seen quite a few programs do that on Windows, its "kill" seems to be all but useless.

      Then again on my platform of choice (OS X) it's only slightly better. Less programs manage to get that way, but I've still had processes keep going after a kill -9 as root. NicePlayer used to do it every time I tried to watch a DVD with it.

      I've never had it happen on a Linux box, but as I rarely use Linux on the desktop I don't get the opportunity to run homebrew code very often. My servers are almost all using nothing but well known packages straight from the distro repos.

      --
      I used to get high on life, but I developed a tolerance. Now I need something stronger.
    2. Re:End Program - Adobe Acrobat by Gnavpot · · Score: 1

      End Program - Adobe Acrobat
      Ending Program... Please wait.

      End Program - Adobe Acrobat
      This program is not responding.

      AcroRd32.exe: The only program in the known universe which can thwart a "kill" signal from both user logoff and system shutdown.

      I used to hate that too. But now I am somehow beginning to appreciate that I at least get a warning.

      There is a whole new breed of software out there which will silently block the shutdown. No warnings or anything - Windows just continues to run like you had never asked it to shut down. A lot of those programs seem to be developed in C#.

      As an example, the game Supreme Commander has a C# multiplayer client which will silently block Windows shutdown.
  44. I hate pdf by dwater · · Score: 1

    Well, mostly; and, yes, I'm a bit of a whiner, and, I'm told, a douchbag too (whatever one of those is), but I think I'm right on this one!

    The reason I hate pdf is that some companies tend to use it instead of plain html. Nokia, for example, use it on their Forum Nokia web site for pretty much everything, when plain html (plus a bit of css, perhaps) would do just fine. Perhaps they could supply the pdf as well for people who want to collect out-of-date copies (or want to view them offline or print them).

    --
    Max.
  45. What do you expect? by Anonymous Coward · · Score: 0

    F*ckin' France

  46. the pdf format is fine but adobe products suck ass by Anonymous Coward · · Score: 0

    Get foxit pdf reader. It is 1/100th the size of adobe and 10 times faster. Adobe sucks!

  47. PDFCreator by Leto-II · · Score: 3, Informative

    FoxIt is wonderful, but is there anything free out there that will put a print-to-pdf driver on Windows machines? http://sourceforge.net/projects/pdfcreator/
    --
    Do not anger the worm.
    1. Re:PDFCreator by Anonymous Coward · · Score: 0

      Yeah, I can't count the number of times I've asked co-workers "How do I do _________ in Windows?" only to have them say "Oh, you need to buy/download _________ to do that," or "I don't think you can do that."

      But hey, at least it now has semi-transparent title bars!

    2. Re:PDFCreator by Linker3000 · · Score: 1

      ..just needs decent Vista support (ducks).

      I had to setup a replacement laptop for one of my users and it came with Vista (ugh - it's causing all sorts of problems). I found an alleged workaround for PDFCreator to install on Vista but it refused. Had to go for CutePDF.

      --
      AT&ROFLMAO
    3. Re:PDFCreator by Bert64 · · Score: 1

      But it does produce really crappy pdf files..
      The print subsystem doesn't have the necessary information to create a proper index/toc for the pdf, so you lose the indexing / bookmarks feature... That way you just get thumbnails of each page instead of a proper index of contents down the side of your pdf viewer.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    4. Re:PDFCreator by Allador · · Score: 0

      Vista ships with a PDF product built in ... cant remember the name off the top of my head as that laptop isnt in front of me now.

      But I've seen this on all the vista's I've seen recently, though admittely all HP builds, so it may be an HP thing.

      Office 2007 also has the ability to Save to PDF natively, shows up in the Save As options. They were originally going to have it built into the product, but Adobe invoked some 'monopoly' nonsense to block them. So now you have to take 2 minutes to download and install it.

      This is a case where the whole monopoly lawsuit business is actually helping one company (Adobe) and hurting the consumer, by not allowing windows to include this in the products by default.

    5. Re:PDFCreator by afidel · · Score: 1

      Sure it does. The Windows EMF format has all the information needed to create a proper PDF, but the free PDF generators just create a PS file from the EMF and then feed it to Ghostscript or something like it. Or worse they generate a graphic file and shove that into a PDF wrapper.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  48. PDFCreator by temojen · · Score: 1

    Windows printer driver that outputs PDFs from any windows program that can print.Very handy.

  49. Re:Great by Ynazar1 · · Score: 1
    I would go on a limb and say its the price.

    (I do agree with what zombie said though. Making PDF forms basically blows outside of Adobe products)

  50. yeah... what a geek by commodoresloat · · Score: 2, Funny

    Professional photography jokes, what a riot. Personally I would have gone for the cheap blind date advertisement joke... you know, "PDF is ISO 32000 ... likes tango dancing, long walks on the beach, and platform-independent compression of digital documents..."

  51. GNUpdf Library by Brandon30X · · Score: 3, Interesting

    This is very interesting considering I just heard about http://gnupdf.org/Goals_and_Motivations today. As I understand this project will allow editing of pdfs, a feature which is lacking in current FOSS pdf tools.

    -Brandon

    --
    Quitters never win, Winners never quit, But those who never win and never quit are idiots.
    1. Re:GNUpdf Library by David+Gerard · · Score: 1

      PDFedit already exists and is GPL. It's in the Ubuntu 7.10 Universe repository.

      --
      http://rocknerd.co.uk
    2. Re:GNUpdf Library by xtracto · · Score: 1

      Mod parent up!

      PDFEdit is pretty much what we need for a PDF editor. However it is still in alpha stages, but it is quite functional and has a nice GUI.

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
  52. Questions by RAMMS+EIN · · Score: 2, Interesting

    I don't have time to RTFA before I go to work, but perhaps someone could answer these questions for everyone's benefit:

    1. Is this the kind of standard that everybody can implement, or the kind of standard that will be used by PDF proponents to wave under the boss's nose and say "it's a Standard!" to get their format used over other (perhaps more open) formats?

    2. Does the standard extend to all the extra that are in Acrobat Reader but not in most other PDF readers (forms, annotations, etc.)? In my experience, PDF works fine as a print representation of a document, but some people love to use it for forms that have to be filled out, or for attaching comments to a document you sent them, and this currently causes interoperability problems.

    3. Why did France vote against?

    --
    Please correct me if I got my facts wrong.
    1. Re:Questions by Anonymous Coward · · Score: 0

      1. As someone else pointed out, PDF is already a de facto standard ... and the reason why is because it is possible for a reasonably dedicated individual to implement. I have personally written a PDF parsing / modification library, just using the specification document. Elsewhere in the comments, you'll find a bunch of open-source tools listed, also based on the spec.

      2. Yes. As you note, many PDF readers do not implement every feature of the spec, but that's not because the features aren't described.

      3. No idea.

    2. Re:Questions by Bert64 · · Score: 1

      1, It is a standard that anyone can implement. The specification was already open before it became an ISO standard, and many people have already implemented.

      2, I would hope so... Glad you mention it, because i have to go clarify this. Even if not, it still serves a useful purpose.

      3, i dont know... They voted no with comments didnt they? So surely the comments will be published soon...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  53. Re:Comments? (Monty Pyton) by raffe · · Score: 1, Funny

    ARTHUR:
    If you will not show us the Grail, we shall take your castle by force!
    FRENCH GUARD:
    You don't frighten us, English pig-dogs! Go and boil your bottom, sons of a silly person. I blow my nose at you, so-called Arthur King, you and all your silly English k-nnnnniggets. Thpppppt! Thppt! Thppt!
    GALAHAD:
    What a strange person.
    ARTHUR:
    Now look here, my good man--
    FRENCH GUARD:
    I don't wanna talk to you no more, you empty headed animal food trough wiper! I fart in your general direction! Your mother was a hamster and your father smelt of elderberries!
    GALAHAD:
    Is there someone else up there we could talk to?
    FRENCH GUARD:
    No. Now, go away, or I shall taunt you a second time-a!
    [sniff]
    ARTHUR:
    Now, this is your last chance. I've been more than reasonable.

  54. Re:Great by 0100010001010011 · · Score: 2, Informative

    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.

  55. No adobe reader has become bloat over the years by Anonymous Coward · · Score: 0

    PDF is a nice format, but they need to slim down the reader, and utilize its now aquired flash format. Macromedia was working on Flashpaper before Adobe aquired them and it was a pretty cool idea. Opening a flashpaper file was a snap and you could embed them in your web page if needed.

  56. Re:Comments? (Monty Pyton) by Anonymous Coward · · Score: 0

    Yeah, well, that pretty much was the joke. Thank you for pointing out the terribly obvious film reference. You must be a hoot to watch something like Family Guy with.

  57. 125 remarks... by G3ckoG33k · · Score: 1

    Was it Microsoft introducing 125 remarks on behalf of the US?

  58. Re:Great by Phroggy · · Score: 1

    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. What the hell would I want to put forms in a PDF for? If I want users to submit something, I'll make a form on a web site. Portable static documents, though, are awesome. I know PDF has some features I don't use, but nothing else beats it for things that need to be printed.
    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  59. Re:Great by JasterBobaMereel · · Score: 1

    From your list ...
        My response is either Don't care, Don't need it, or why is that part of PDF?

        Most people do not write PDF documents, they write documents and turn them into PDFs to distribute them
        So Spell checking, import, export etc. is done in a better document writer?

        And about Forms, sorry never used them, don't see the point, it's not what a PDF is about a PDF *IS* a static document to me?

    --
    Puteulanus fenestra mortis
  60. Should've pushed for 100% by oracle128 · · Score: 0, Funny

    The French would've surrendered eventually.

  61. Re:Great by networkzombie · · Score: 1

    Isn't PostScript better if you simply need a container for printing and viewing? Forms are used by all large HR departments, non-profit orgs, the IRS, and grant organizations (like endowment for the arts). Adobe reader also has a corner on being able to fill the forms compared to other readers. Don't get me wrong, I dispise Acrobat. I would much rather use PS, but it doesn't have nearly the flexability.

  62. In Soviet Russia by therufus · · Score: 3, Funny

    In Soviet Russia, ISO standard becomes PDF!!!!!

    Actually, that would work. It becomes a PDF so people could read it.

    Have we found an "in Soviet Russia" joke that doesn't work?

    --
    You moved your mouse. Please restart Windows for changes to take effect.
    1. Re:In Soviet Russia by Sushhh · · Score: 0

      Yes

    2. Re:In Soviet Russia by Polymorphic_X · · Score: 1

      I think you just did...

    3. Re:In Soviet Russia by BaseSequence · · Score: 1

      Have we found an "in Soviet Russia" joke that doesn't work? In Soviet Russia, passive verbs do you!

    4. Re:In Soviet Russia by AeroIllini · · Score: 1

      In Soviet Russia, work becomes joke!

      Wait...

      --
      For security, the MD5 hash of this message and sig is 09f911029d74e35bd84156c5635688c0.
  63. PDF works by matt+me · · Score: 1

    > Because PDF works and can be implemented?

    Are there any free software that can edit a PDF document?

    1. Re:PDF works by IANAAC · · Score: 1

      Are there any free software that can edit a PDF document?

      PDFEdit, for one.

    2. Re:PDF works by tonyr60 · · Score: 5, Informative

      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.

    3. Re:PDF works by matt+me · · Score: 0, Offtopic

      PDF was never intended to be edited, once published. Really? It's a wonder we're not still reading in Latin.
    4. Re:PDF works by Anonymous Coward · · Score: 0

      PDF was never intended to be edited ...

      "never" isn't quite the right word here. They added some features for modification, i.e. the format has a modify-by-appending feature that can be used for many editing functions.

      But making editing easy was definitely not a goal...

    5. Re:PDF works by Anonymous Coward · · Score: 0

      Those features were added to be able to fix simple typos and other minor errors. It was never intended to be able to handle sentence rewrites and paragraph changes (aka, proper "editing").

    6. Re:PDF works by epedersen · · Score: 1

      It is also important to not assume that something was not edited because you put it in PDF, Still read over those contracts when you get them back, as it is possible to edit PDF's.

    7. Re:PDF works by Schraegstrichpunkt · · Score: 1

      If you just want to fix small typos, IIRC, you can decompress the PDF using pdftk, then use a binary-safe text editor (e.g. "vim -b") to edit the text directly, then use pdftk to recompress the PDF (which will also regenerate the index, which has likely been broken by your edits).

      That method is fairly cumbersome, and it won't repaginate the text, but it can be handy sometimes. Also, it demonstrates how easy PDF is to work with as a data format (once it's decompressed, it's mostly text, actually).

    8. Re:PDF works by Intron · · Score: 1

      PDF was never intended to be edited, once published.
      Really? It's a wonder we're not still reading in Latin.
      or perl
      --
      Intron: the portion of DNA which expresses nothing useful.
    9. Re:PDF works by matt+me · · Score: 2, Insightful

      PDF was never intended to be edited, once published. Really? It's a wonder we're not still reading in Latin. or perl Aren't we? - http://slashdot.org/comments.pl
  64. A reader with bookmarks? by JuliaNZ · · Score: 1

    Excellent. Now can we have a reader that lets me save a bookmark so I can come back to the same place later? I can't believe that nobody else wants to do that?

    I did have some Javascript from an O'Reilly book that worked in an earlier version of Adobe Reader but it's broken in the latest version. Foxit Reader 2.2 doesn't seem to have this feature. Are there any others?

    1. Re:A reader with bookmarks? by Anonymous Coward · · Score: 0

      I thought the PDF specs has been "open standard" for a while now.

    2. Re:A reader with bookmarks? by minorproblem · · Score: 1

      You can set the reader to open at the last place you closed it which is useful when reading Ebooks.

    3. Re:A reader with bookmarks? by Jesus_666 · · Score: 1

      Whiyh, by the way, Preview.app does by default. However, it obviously doesn't run on Windows.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    4. Re:A reader with bookmarks? by JuliaNZ · · Score: 1

      To answer my own question, someone replied and said that Adobe Reader supports opening documents at the page you were last viewing ("Restore last view settings when reopening documents") but even better, I found a new menu option in the latest version that was buggering up the O'Reilly scripts that used to work. In the JavaScript panel, check "Enable menu items JavaScript execution privileges" and then bookmarks work again. Woohoo.

  65. ISO32000 by Anonymous Coward · · Score: 0

    I wish my SLR did ISO32000

  66. Re:Great by hughk · · Score: 1

    Have you ever been to a local, state, or government site that has documents available in pdf? Why should a two page text file be two megabytes?
    The EU distribute their directives and regulations in html and pdf forms. I have seen smaller documents at 58KB (6 pages) and much larger documents with a hundred plus pages. However it still usually remains less than half a meg. I only have found reports to get really large and that because of graphics. My only gripe is that they should bookmark better for navigation (both html and pdf).
    --
    See my journal, I write things there
  67. Re:Great by Phroggy · · Score: 1

    Isn't PostScript better if you simply need a container for printing and viewing? What would make PostScript better than PDF for this purpose?

    Wasn't PDF originally a subset of PostScript, designed less functionality?
    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  68. Re:Great by Pecisk · · Score: 1

    OpenOffice.org allows you to create PDF with forms.

    Evince and other popper depencies now support filling forms and saving them as PDFs.

    --
    user@ubuntubox:~$ stfu This server is going down for shutdown NOW!
  69. Re:Great by Anonymous Coward · · Score: 0

    Well, I couldn't agree more.
    PDF is just a good wrapping for postscript.

    I actually use it very often to transfer engiiner and civil drawings to partners that don't have autocad. I say it works very nice. And I also use it when I go to the printing center to print it on A1 or A0 paper.

  70. Register of PDF Files by ThirdPrize · · Score: 1

    Won't somebody think of the children?

    --
    I have excellent Karma and I am not afraid to Troll it.
    1. Re:Register of PDF Files by Anonymous Coward · · Score: 0

      Oh, come on... what a great pun! Mod parent up!!!

      For those who don't get it, say slowly PDFfiles.

  71. Joke aside, there is a point to this by Nicolas+MONNET · · Score: 1

    The standard for infusing tea serves as the way to judge quality for the purpose of international trade. Long before computers were invented, people produced and traded tea. It's still a big business, which means there are big contracts involving large amounts of money, and there are gonna be disputes over quality and so on. ISO provides a standardized way to estimate this quality so the disputes can be resolved fairly. That's the point of the organization.

    1. Re:Joke aside, there is a point to this by Protonk · · Score: 1

      I know this. I just think it is a little humorous to poke fun at a standard for brewing tea. I also realize that standardization is a huge part of trade, contracts and (interestingly) the restrictions on trade.

  72. Re:Great by jschrod · · Score: 1
    PS is not better. It has too much functionality, leading to incompatible implementations, has no notion of embedded objects. Getting EPS imported properly into other PS files is a PIA, compared to creation of a PDF X-object. Standardized compression is also a big plus, if you have to transmit many documents to your printing house. Furthermore, many PS creators have problems with proper font inclusion, where this ain't so for PDF creators. (But the latter is probably more about current implementations than about technology itself.)

    Besides, PS has no equivalent to PDF/A, for archival.

    That said, I agree with the PP that forms are an interesting, but not a crucial matter for PDF. PDF got its dominant role in the print industry not for forms, but for "doing PS the right way".

    --

    Joachim

    People don't write Manifestos any more -- what's going on in this world? [Frank Zappa]

  73. Re:Comments? (Monty Pyton) by Floritard · · Score: 1

    Just curious, is Monty Python the genuine originator of the phrase "I fart in your general direction?"

  74. So how do you get a round number ISO standard? by ribuck · · Score: 1

    So how do you get a round number ISO standard, instead of waiting in line and getting ISO13487 or somesuch? Who do you need to persuade?

    Someone must have thought that ISO9000 and ISO32000 are going to be referenced often enough that they deserve easy-to-remember "vanity" numbers.

    Or are they just going to tack three zeros onto each standard number from now: ISO33000, ISO34000, ISO35000, etc?

  75. Extend, Embrace, Extinguish! by harrisg · · Score: 1

    http://en.wikipedia.org/wiki/Embrace%2C_extend_and_extinguish

    If this were Fark, I'd give them a big "You're doing it wrong". Microsoft has gotten so bold that they they have done the extend first by creating a "standard" that nobody can implement, now they are in the embrace stage (although it's the other way around) trying to get the world to accept it as an open standard (hard to type that without laughing). If that ever goes through, you can bet that ODF will be the target and possibly the victim of the Extinguish.


    They've got balls, I'll give them that. Or maybe it's just that they have chairs?

  76. The damn french by hesaigo999ca · · Score: 0, Offtopic

    Thats right , leave it to the french to always be the ones complaining....
    vive la paix mes estit grenouille!

  77. Re:Great by Anonymous Coward · · Score: 0

    all I know is that Scribus can create PDF forms.

  78. Another reason for bad rap- abuse of the format by jensend · · Score: 2, Insightful

    Very true. Another reason PDF has a bad rap is because people use it for things which it's not at all intended for. For instance, at my university, it seems like word-processed documents given to students to print out etc. are generally .DOC (where PDF would be ideal) while scanned-in documents are always in huge, bloated, and slow PDFs (where DejaVu would be ideal and any decent image format would be better than PDF).

  79. Finally by Anonymous Coward · · Score: 0

    I have been waiting to read a mountain of PDF's. I like every other sane person refuses to use anything that hasn't got an ISO stamp.
    Now if only firefox can get an ISO standard I will be able to go to no websites.

  80. Re:Great by wed128 · · Score: 1

    Does IE still screw up PNG transparency? all these years later? and people still use it?

  81. I don't understand by MellowTigger · · Score: 1

    What is PDF (as an ISO standard) supposed to accomplish? Wasn't HTML created specifically as a document sharing protocol? I think it's pretty good stuff. Why not use HTML? The fact that PDF is read-only annoys me to no end. There are always clips of documents that I want to save/remember. I can quickly edit a saved HTML file to remove images or pages that I don't want on my hard drive taking up space. And this new standard... does it allow the new ads in PDF that I've been hearing about? *shudder*

    1. Re:I don't understand by qopax · · Score: 1

      Perhaps you should upgrade? Hell, store them on a free gmail account (using something gdrive for quick access of course) if you don't have the space. I hear they're up to 5.5gb now. Should fit a couple of ten-thousand page documents...

      You can edit PDFs by the way, if you so require.

      --
      I pwn this comment. "The Fine Print" says so.
    2. Re:I don't understand by gzipped_tar · · Score: 1

      Your HTML files look different if you are using a different browser or adjusting the size of the window. Slashdot.org looks quite different in Firefox at 1024x768 desktop and Lynx at 24x80 character tty. But as for PDF, what you see is what you'll get from a printer (almost). It looks the same across a wide range of applications and systems.

      With HTML you can't embed your font into the file itself so your documents may turn to meaningless glyphs if someone gets the wrong font for his browser. This is less likely to happen for PDF.

      If you have a lot of files to be kept and edited all the time then text (html, xml, LaTeX, or just plain text) formats are good (a lot easier to be grepped, diffed and managed with CVS / SVN). PDF isn't best for that.

      --
      Colorless green Cthulhu waits dreaming furiously.
    3. Re:I don't understand by Steve001 · · Score: 1

      The main problem with HTML is that it only provides limited formatting. One of the reasons that CSS was created was to add document control that HTML doesn't provide. Unfortunately, CSS hasn't been completely implemented. Therefore, you can't be sure how an HTML document will actually display.

      From what I understand, two of the main reasons to use PDF are: (1) it can't be easily modified by the receiver, and (2) the document will look exactly as the user intended on all systems (which is a problem with most other formats including HTML).

      I don't see the fact that you can't edit PDFs as a major issue. Instead, I see PDF as a final destination format, with PDFs created from other files that can be edited. If a PDF needs to be modified, simply modify the source document and then regenerate the PDF. For example, I use StarOffice 8.0 and I'm able to generate a PDF from any file that I can open up in the program.

      A problem I've had with PDFs is that they tend to be best viewed on only one type of display. For example, a PDF that I can easily read when printed on paper or displayed on screen, becomes much harder to read when I put it on my e-book reader because it shrinks the entire page to half of its size to fit on the screen.

    4. Re:I don't understand by argent · · Score: 1

      What is PDF (as an ISO standard) supposed to accomplish?

      Defining a typeset document format.

      I have always had mixed feelings about PDF, due to the way it has been pushed as an alternative to HTML. As you say, it's not a general document format... it's a text-oriented structured graphics format that happens to be useful for distributing formatted documents. In this domain, though, PDF is a better standard than the bitmap-oriented alternatives.

  82. You forgot this library by hotfireball · · Score: 1

    There is also http://www.reportlab.org/ and open-source incarnations of RML (OpenRML and TinyRML). This is Python library, but works with Java via Jython.

  83. Russia's abstinence for Dmitry Sklyarov? by yakumo.unr · · Score: 2, Insightful

    Anyone think maybe Russia abstained as a cheeky protest against the arrest of Dmitry Sklyarov in 2001? Seeing it's an Adobe product, and PDF in particular.

    He was arrested by the FBI in the US for DMCA Violation (which does not apply in Russia obviously), after Adobe complained about his production of AEBR for ElcomSoft, which cracks PDF passwords. No violation was committed on US soil.

    http://en.wikipedia.org/wiki/Dmitry_Sklyarov

  84. Re:Great by chthonicdaemon · · Score: 1

    The real problem with PS and one of the reasons for the simplification that is PDF is that PS is a Turing complete language. This means that one can do some pretty cool things like a Koch snowflake in a couple of lines, but it also means that some simple things (like counting the pages in a document) can be impossible to do fast. So PDF trimmed down all the programming features and added some stuff like forms, support for different image formats and faster access to information that enable renderers to do a better more modern job. So, in fact, PostScript has too much flexibility.

    --
    Languages aren't inherently fast -- implementations are efficient
  85. Re:Great by lahvak · · Score: 1

    Openoffice, Scribus and pdftex can all create pdf forms. In pdftex it is incredibly easy, creating a pdf form with some 200 or 300 fields in it is a snap.

    Scribus and psftex will also let you insert javascript in the pdf file, I am not sure about openoffice, I try to avoid that piece of software as much as I can.

    Digital signing and encryption is a problem. Pdftex used to implement encryption, but they took it out. What makes me mad is that adobe reader is a crippleware, it can do annotations and simple editing in a pdf document, but artificially restrict this capability to documents that are digitally signed in a special way, and there is no free tool that would do that.

    --
    AccountKiller
  86. PDF by Anonymous Coward · · Score: 0

    One of my team mates at work calls it "Pretty Dumb File", probably with justification - you can do nothing else with it but for view and print it (Duh).

    I guess it is one format I get to use quite a lot, anyway.

    1. Re:PDF by Anonymous Coward · · Score: 0

      Your friend is very ignorant.

  87. PDF to format X by Gax · · Score: 1

    It's easy to create PDFs, but I have yet to find a piece of software that can import PDF and export it to another format without significant changes or random information loss. Has anyone had positive experience in this area?

    1. Re:PDF to format X by Anonymous Coward · · Score: 0

      You misunderstand PDF.

      PDF is not source code, it is object code. It is a portable rendering of some source (which probably IS editable) in a form that you should be able to present on screen or on paper without foolishness like margin shifts when you change the default printer.

      The whole point of PDF is fixing the presentation of a document in a way that lots of different systems will render it without changes. If you want an editable form, get the document source.

    2. Re:PDF to format X by AK+Marc · · Score: 1

      It isn't "locked" so that you can't mess with it, but some people think that if you send a PDF is it fixed in time. There exist PDF editors. So it appears that the intention may be as you describe, but the use and abilities aren't. So, since it is a form where people want to edit it, why aren't there better editors?

    3. Re:PDF to format X by Grishnakh · · Score: 1

      PDF wasn't designed to be easily editable; it was designed to be an output format only. Editors probably came later, and since usually people either want to create PDFs or view them, there probably isn't that much demand for editing them.

      What exactly are you doing anyway where you need to edit a PDF? Just get the source document and edit that, then regenerate your PDF. If it's someone else's PDF, you probably have no good reason to be editing it.

      The only good reason I've seen for (sorta) editing PDFs is fillable IRS tax forms, where the form is a PDF, but certain fields can be filled in by the user before printing. I can also see how this would be useful for other standardized forms. However, this is very different from the type of editing most people are talking about, where they want to edit the text and other elements in a PDF at-will.

  88. misunderstanding of OOXML issue by HeroreV · · Score: 4, Informative

    Apparently ISO has resolved the international standards approval bottleneck that ensued after a number of countries had applied for participating member status just before the vote on Microsoft's proposed OOXML document standard. That problem came up when all those new "participating" member countries suddenly lost interest in, er... participating anymore after the vote on OOXML. The problem arising from OOXML occurred in subcommittee 34 (SC34) of the joint committee between ISO and IEC (JTC1). It never affected all of ISO. It still prevents SC34 from getting anything done.

    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.
  89. dvips - ps2pdf is good. by serviscope_minor · · Score: 1

    Use dvips -Ppdf then ps2pdf

    The results ass as good as dvipdf, and you get to use eps files, pstricks, etc. It's a bit slower, though.

    --
    SJW n. One who posts facts.
  90. Re:Great by pkulak · · Score: 1

    Well, IE 6 does, which is still the most popular browser.

  91. Ghostscript by Khelder · · Score: 1
    I guess all commenters so far think everyone knows about Ghostscript and related tools, and maybe they're right, but in case you don't: Check it out. Ghostscript can render PDF (and PS) to the screen and to lots of different file formats and printer languages.

    You'll probably want to get a helper app for viewing docs from the above site, too. (And there are other front-ends, like KPDF.)

    1. Re:Ghostscript by XSforMe · · Score: 1

      Ghostscript + ghostview is also great for breaking Adobe's locks (cant print, cant save, etc). Just open the document and save it back.

      --
      My other OS is the MCP!
  92. Re:Great by BlackJedi · · Score: 1

    Mostly, in my experience, pdfs end up being smaller than the source docs they come from. Using the default options. Definitely true in my experience, too. I've just created a PDF of a 3.5 meg Word document, 61 pages long with text and screenshots, and it's come out at about 1.5 meg as a PDF using the standard settings in Acrobat 8. A folder of 36 short Word documents totalling 26 meg has converted to just over 7 meg in PDF form.
  93. Not a document format by Hythlodaeus · · Score: 1

    I wouldn't call it a document format so much as a graphics format. The design is much more oriented towards typesetting and layout for printers than electronic data exchange. It's allowable and actually fairly common for PDFs to contain only a set of (font) graphics and their locations on the page, with no reverse mapping to figure out what letters the font graphics represent. The only way to get data back out is for a human or OCR to read it. This was actually my job function for a significant part of 2005.

    --
    For great justice.
  94. Re:Great by AeroIllini · · Score: 1

    ...so long as you're not using Exchange... And which companies would that be?
    --
    For security, the MD5 hash of this message and sig is 09f911029d74e35bd84156c5635688c0.
  95. Re:Great by 99BottlesOfBeerInMyF · · Score: 1

    And which companies would that be?

    Most of them, since according to Gartner's last report, MS Exchange was in second place behind IBM's Lotus in worldwide market share.

  96. Cool! A Minnie Driver/Anne Hathaway love scene. by Impy+the+Impiuos+Imp · · Score: 1

    > approval of PDF 1.7 to become the ISO 32000 Standard (DIS) has passed by a vote of
    > 13 positive to 1 negative.

    "32000" is a nice, round number. Couldn't they use it for something more special than .pdf? >:(

    > 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%)

    Too bad normal laws aren't passed by a 90% supermajority.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  97. Re:Great by alshithead · · Score: 1

    "Intellectually bankrupt loser."

    Ahh...coming from an anonymous coward, that would make you a karma-worried rectal orifice of tremendous proportion. Don't want to openly criticize in order to save said karma? There, I replied without worry to karma, feel better?

    I accepted responsibility for not stating that I was coming from a non-Slashdot accepted position...Windows centric support. PDF's from the masses = grief. So now I say, mange, merde, et morte.

    --
    I reserve the right to think for myself. Others' opinions are optional. Puppy on lap = typos...not illiteracy.
  98. Re:Great by alshithead · · Score: 1

    "The EU distribute their directives and regulations in html and pdf forms. I have seen smaller documents at 58KB (6 pages) and much larger documents with a hundred plus pages. However it still usually remains less than half a meg. I only have found reports to get really large and that because of graphics. My only gripe is that they should bookmark better for navigation (both html and pdf)."

    Great, please, please, get your EU folks to educate the idiots here in the USA.

    --
    I reserve the right to think for myself. Others' opinions are optional. Puppy on lap = typos...not illiteracy.
  99. Re:Great by alshithead · · Score: 1

    I agree with your post in its entirety. However..."Maybe if scanning programs defaulted to trying to OCR scanned images, or had a lower default resolution, more of the PDF's you run across would be smaller, but that is a tool issue, not a format issue."

    My obviously not well stated point is that the lowest common denominator (Windows end user) doesn't even begin to comprehend the tool much less the format. That's why I see so many ungodly large PDF files.

    --
    I reserve the right to think for myself. Others' opinions are optional. Puppy on lap = typos...not illiteracy.
  100. Re:Great by hughk · · Score: 1

    Someone was telling me that they even use SGML in the EU which is what makes their absence of navigation markers so annoying!

    --
    See my journal, I write things there
  101. Re:Great by zsau · · Score: 1

    Text, especially repetitive text like your lorem ipsum, is highly compressible. PDF is (optionally, at least) partially compressed; this is why PDFs are usually a bit bigger than their ps.gz equivalents, and no-where near as big as the raw PS.

    --
    Look out!
  102. Re:Great by SoupIsGoodFood_42 · · Score: 1

    PDF was designed to make it easy to send people documents that are often intended to be printed. You see, the other common method of sending stuff to publishers is very tedious (at least a few years ago): you had a file such as an Adobe Illustrator or Quark Express file, you also had all the separate image files for any images that you used in the document, and then there were the fonts. You can't really send this group of files to anyone but another person in the prepress industry, because only they would know how to open it and have everything appear as it should. Acrobat meant that people could take a document and its collection of files, and pop it all into a nice file that will look right to whoever they send it to, whether that be a big publishing house, or some customer just wanting to print off a copy on their laserjet.

    As for the huge file sizes for PDFs with not much in them, that is often just a case of someone not knowing how to create a proper PDF, or being lazy, etc. Can hardly blame Adobe for such stupidities as embedding huge images of scanned text, for instance. PDFs weren't really designed with small files sizes in mind, but that doesn't mean a person who knows what they are doing can't make a lean PDF if required.

    Like many things, the PDF is just a tool, and a tool is only as efficient as the person using it.