You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Ru...@in.ey.com on 2011/09/12 15:16:49 UTC

Issues with reference in .Net using PDFBox

Hi,
I am trying to use the PDFBox to read and write to PDF file with a .Net 
application; I am not clear on the steps on how to reference the PDFBox 
dlls, and what are the dlls I should include for this to get to work; 
could you please guide on this or if you have any article related to this, 
could you pass it on?

Regards,
Rubesh



The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it.   It may contain confidential or legally privileged information.   If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. The firm is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.

Re: Issues with reference in .Net using PDFBox

Posted by Daniel Wilson <wi...@gmail.com>.
Here's my reference section.  Yours may vary depending on your usage of
PDFBox.

    <Reference Include="IKVM.AWT.WinForms, Version=0.42.0.3,
Culture=neutral, PublicKeyToken=f440c4e9ceae454e,
processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>\CodeCompiles\Common\IKVM.AWT.WinForms.dll</HintPath>
    </Reference>
    <Reference Include="IKVM.OpenJDK.Core, Version=0.42.0.3,
Culture=neutral, PublicKeyToken=13235d27fcbfff58,
processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>\CodeCompiles\Common\IKVM.OpenJDK.Core.dll</HintPath>
    </Reference>
    <Reference Include="IKVM.OpenJDK.SwingAWT, Version=0.42.0.3,
Culture=neutral, PublicKeyToken=13235d27fcbfff58,
processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>\CodeCompiles\Common\IKVM.OpenJDK.SwingAWT.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="PDFBox.1.7, Version=1.7.0.395, Culture=neutral,
PublicKeyToken=71db0ed25402924c, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>\CodeCompiles\Common\PDFBox.1.7.dll</HintPath>
    </Reference>

On Mon, Sep 12, 2011 at 9:16 AM, <Ru...@in.ey.com> wrote:

> Hi,
> I am trying to use the PDFBox to read and write to PDF file with a .Net
> application; I am not clear on the steps on how to reference the PDFBox
> dlls, and what are the dlls I should include for this to get to work;
> could you please guide on this or if you have any article related to this,
> could you pass it on?
>
> Regards,
> Rubesh
>
>
>
> The information contained in this communication is intended solely for the
> use of the individual or entity to whom it is addressed and others
> authorized to receive it.   It may contain confidential or legally
> privileged information.   If you are not the intended recipient you are
> hereby notified that any disclosure, copying, distribution or taking any
> action in reliance on the contents of this information is strictly
> prohibited and may be unlawful. If you have received this communication in
> error, please notify us immediately by responding to this email and then
> delete it from your system. The firm is neither liable for the proper and
> complete transmission of the information contained in this communication nor
> for any delay in its receipt.