Return-Path: Delivered-To: apmail-incubator-pdfbox-dev-archive@minotaur.apache.org Received: (qmail 78444 invoked from network); 10 Aug 2009 16:04:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Aug 2009 16:04:43 -0000 Received: (qmail 71356 invoked by uid 500); 10 Aug 2009 16:04:50 -0000 Delivered-To: apmail-incubator-pdfbox-dev-archive@incubator.apache.org Received: (qmail 71341 invoked by uid 500); 10 Aug 2009 16:04:50 -0000 Mailing-List: contact pdfbox-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pdfbox-dev@incubator.apache.org Delivered-To: mailing list pdfbox-dev@incubator.apache.org Received: (qmail 71331 invoked by uid 99); 10 Aug 2009 16:04:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 16:04:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of williamstonconsulting@gmail.com designates 74.125.92.144 as permitted sender) Received: from [74.125.92.144] (HELO qw-out-1920.google.com) (74.125.92.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 16:04:41 +0000 Received: by qw-out-1920.google.com with SMTP id 5so1140348qwf.54 for ; Mon, 10 Aug 2009 09:04:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VxJZTirggMpJhHy+MSiuykheuTCBLzdyGL5nlIp2jEI=; b=qYaOuOcZ++WQunibSkleWXPq6eNXVVgf5EDKnBxryMGhzbeX7bbHtaXYR564vt7TIQ aqDs7QSRZOnUfWA2p2EWFS9HAEwjZwOIMYZ6zP33PKe9/q04rA6ocYnqgduXFmVAPa0f RWisnXrJ6+ZCqPwUH+yL6u1zcbYsPcLVm7aQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BrpXv2dSrZlvlEXNJT2N+z5M1A90BIrVW3UQaemAKZN/6X4p5PzqnatJuFeY6qvhXZ pSf1y111HjrPFuI3khTZ27fZnxwoM5qjl2WdIk69oAjaDRj8nV1e87Rtl+mrbuAlrLVs j1OrFWeCYbo3teIgfIif4QqfWFwVwKFAZE98o= MIME-Version: 1.0 Received: by 10.229.80.73 with SMTP id s9mr1567382qck.56.1249920258481; Mon, 10 Aug 2009 09:04:18 -0700 (PDT) In-Reply-To: <1561365883.1249919414907.JavaMail.jira@brutus> References: <1561365883.1249919414907.JavaMail.jira@brutus> Date: Mon, 10 Aug 2009 12:04:18 -0400 Message-ID: Subject: Re: [jira] Created: (PDFBOX-502) How To: compile for .NET for image support.. From: Daniel Wilson To: pdfbox-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016361e812c011fc90470cbbd45 X-Virus-Checked: Checked by ClamAV on apache.org --0016361e812c011fc90470cbbd45 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Have you tried dropping a few of those references? Jdbc and Corba do not appear likely to be needed. Thanks. Daniel On Mon, Aug 10, 2009 at 11:50 AM, Rob Bradley (JIRA) wrote: > How To: compile for .NET for image support.. > -------------------------------------------- > > Key: PDFBOX-502 > URL: https://issues.apache.org/jira/browse/PDFBOX-502 > Project: PDFBox > Issue Type: Improvement > Affects Versions: 0.8.0-incubator > Environment: Building for .Net > Reporter: Rob Bradley > Priority: Trivial > Fix For: 0.8.0-incubator > > > I hope I have categorized this correctly... > > In order to take advantage of image support in PDFBox (ie to add an image > to a page) you must compile with at least IKVM ver 0.40.0.1 > > The older version returns an error "Not Implemented" when creating image > objects like "org.apache.pdfbox.pdmodel.graphics.xobject.PDJpeg" > > The new version supports the java.awt.image library a little better. > > However, the new IKVM requires some changes to the build.xml file becease > the IKVM file names changed. > > I probably have over referenced the dll's but this works. > > For each of the build.NET portions of build.xml: > Replace > value="-reference:${ikvm.dir}/bin/IKVM.OpenJDK.ClassLibrary.dll" /> > > > With > > value="-reference:${ikvm.dir}/bin/IKVM.OpenJDK.Charsets.dll" /> > /> > > > value="-reference:${ikvm.dir}/bin/IKVM.OpenJDK.Management.dll" /> > > value="-reference:${ikvm.dir}/bin/IKVM.OpenJDK.Security.dll" /> > value="-reference:${ikvm.dir}/bin/IKVM.OpenJDK.SwingAWT.dll" /> > > > > > > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > --0016361e812c011fc90470cbbd45--