From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id D73B2820A1 for ; Thu, 15 Aug 2013 20:40:48 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvABANofDVLAbSoIlGdsb2JhbABbgzuDabYmhVqBIRYOAQEBAQcNCQkUBCSCJAEBBSNWEAsJDwICBSECAg8FGDGIIwQIqF6RMhaBE4wdgwoHgmgzdwOPH4hElHA X-IPAS-Result: AvABANofDVLAbSoIlGdsb2JhbABbgzuDabYmhVqBIRYOAQEBAQcNCQkUBCSCJAEBBSNWEAsJDwICBSECAg8FGDGIIwQIqF6RMhaBE4wdgwoHgmgzdwOPH4hElHA X-IronPort-AV: E=Sophos;i="4.89,887,1367964000"; d="scan'208";a="29453813" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Aug 2013 20:40:48 +0200 X-Envelope-From: oliver@first.in-berlin.de Received: from first (e178021130.adsl.alicedsl.de [85.178.21.130]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r7FIek2p026726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 15 Aug 2013 20:40:46 +0200 Received: by first (Postfix, from userid 1000) id 07430154022C; Thu, 15 Aug 2013 20:40:45 +0200 (CEST) Date: Thu, 15 Aug 2013 20:40:45 +0200 From: oliver To: John Whitington Cc: caml users Message-ID: <20130815184045.GB11369@siouxsie> References: <520CB9C8.7010108@coherentgraphics.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <520CB9C8.7010108@coherentgraphics.co.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: Re: [Caml-list] ANN: CamlPDF 1.7 On Thu, Aug 15, 2013 at 12:21:44PM +0100, John Whitington wrote: > Hi, > > The first new release of the CamlPDF library for a while is here: > > http://www.github.com/johnwhitington/camlpdf [...] I'm just exploring the lib a bit. When I use Pdf.objiter and just print the index-values, they go from highest to lowest values. Is this intended? I would expect to get the lowest index first. Ciao, Oliver