From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rq7Vv-0006lN-W1 for garchives@archives.gentoo.org; Wed, 25 Jan 2012 18:24:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B8F2E06F4; Wed, 25 Jan 2012 18:23:55 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 9A370E035C for ; Wed, 25 Jan 2012 18:22:46 +0000 (UTC) Received: by iakl21 with SMTP id l21so7064189iak.40 for ; Wed, 25 Jan 2012 10:22:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=Bpa6634KqK3NCjmXkPbDp6ZhMCpO6FWHioWxHICnxh0=; b=ICN94eBHC4oL8Kny2eurPB6YaeOGh6pGbCQodPxSyewSORi/Um73ZyP2WRa9iRNuBb KwpnCl9PKJRvFF2WEL2HdFbYNdyA66Dp4NYQEGi+5RFP+skRsonR7GnQObGDDrDa4yMZ YlHcrTwwUiOQnkzmvjQevjlhc4Y6mKzUO122E= Received: by 10.50.160.131 with SMTP id xk3mr19915604igb.19.1327515766197; Wed, 25 Jan 2012 10:22:46 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.2.143 with HTTP; Wed, 25 Jan 2012 10:22:24 -0800 (PST) In-Reply-To: <4F1DC92D.8070106@admin-box.com> References: <20120123000059.GC3090@ca.inter.net> <4F1DC92D.8070106@admin-box.com> From: James Broadhead Date: Wed, 25 Jan 2012 18:22:24 +0000 Message-ID: Subject: Re: [gentoo-user] PDF export/import in LibreOffice To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8b4989fc-9c36-44a2-b28c-aec53a593346 X-Archives-Hash: 33011e4049ae2d46823cc89f4927acee On 23 January 2012 20:55, Daniel Troeder wrote: > On 23.01.2012 01:00, Philip Webb wrote: >> During my usual Saturday system update, I noticed LibreOffice 3.5.0.1 >> is now "testing", while there's an upgrade of LO 3.4 in "stable". >> I tried 3.5.0.0 when it was briefly released a few weeks ago, >> but PDF export was not working. =C2=A0Has anyone used it with LO 3.5.0.1= ? >> >> Also, I compiled LO 3.4.3.2-r1 with USE=3D"pdfimport", >> but it refuses actually to import a PDF when presented with one. >> Does anyone know if/how it is possible to get that to work as well ? >> > Lots of those functions need java - make sure you have it configured in > Options->LO->Java. > > The problem I'd have is: > > $ sudo revdep-rebuild -ie -- -pv > ... > =C2=A0* Checking dynamic linking consistency > [ 68% ] =C2=A0* =C2=A0 broken > /usr/lib64/libreoffice/share/extensions/pdfimport/xpdfimport (requires > libpoppler.so.13) > ... > Which stems from using a binary package > (app-office/libreoffice-bin-3.4.3.2-r1) I guess... Maybe you have the > same problem? Thanks for this post - I've been needing to use this functionality for the last few days, and hadn't tried building libreoffice. I just built app-office/libreoffice-3.5.0.1 (cleverly without USE=3D"pdfimport", so I installed oracle-pdfimport.oxt manually), and although it took quite a lot of CPU time to Import, it's now working. Thanks again, James