Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 000561337BA3; Mon, 18 Apr 2011 23:10:51 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 94348-02; Tue, 19 Apr 2011 02:10:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mail.postgresql.org (Postfix) with ESMTP id 872E1133740B; Mon, 18 Apr 2011 23:10:43 -0300 (ADT) Received: by wwk4 with SMTP id 4so2480849wwk.1 for ; Mon, 18 Apr 2011 19:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=doKFLzYesD7MpJLLGGkseSRlEujf5QbWvJgZqA6CQGY=; b=h28hveUZTxFP3mMYKPkHWJ860ix28DKpPniYwWzc51JwpggVsOXeOKqsf8LUcG2XkL uPySp+bw9viR0TN5u5av6TZf4HzFpaiGuhE1l1hInnYn7kRbTfJQy4Hdjfm0yY72CZXL cxjXMAPQwphn1GoX5fi+eHyDwidp8iBod+1UI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=t/w4XwXnT5LgBu/dnFYTfNrhr7FiN0XdIrRApGymE8ExzC6AVdROAZyju7pC0x8rkE o5VKJQjcw+M5C8OpIUIixeDeLvKQib9wGUVVR8YaR28wfyFykBDGw2c02ST7Gt/IfSdY qrW3hoEvlq1iHmhPLXkcJno8rrbTPiRIUvFzM= Received: by 10.216.141.72 with SMTP id f50mr424114wej.26.1303179043085; Mon, 18 Apr 2011 19:10:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.174.21 with HTTP; Mon, 18 Apr 2011 19:10:23 -0700 (PDT) In-Reply-To: <1303172433.25820.19.camel@lenovo01-laptop03.gunduz.org> References: <1303172433.25820.19.camel@lenovo01-laptop03.gunduz.org> From: Josh Kupershmidt Date: Mon, 18 Apr 2011 22:10:23 -0400 Message-ID: Subject: Re: [DOCS] 9.0.3 pdf manual is missing bookmarks To: =?ISO-8859-1?Q?Devrim_G=DCND=DCZ?= Cc: Magnus Hagander , pgsql-docs@postgresql.org, gabriele.garuglieri@infoblu.it, pgsql-www@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201104/46 X-Sequence-Number: 19787 2011/4/18 Devrim G=DCND=DCZ : > I'm confused. > > This is the script that I'm using: > > java -jar jpdftweak.jar -i $i -savebookmarks $i-bookmarks.csv > java -jar jpdftweak.jar -i $i -loadbookmarks $i-bookmarks.csv -os $i.new > > (where $i is the filename) > > Is that different from what you did? I ran: java -jar jpdftweak.jar postgres-A4.pdf -os postgres-9.0.3-A4_compressed_fixed.pdf (taken from Magnus in the linked thread). Josh