You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2013/10/31 12:15:18 UTC

[jira] [Closed] (PDFBOX-176) PDFMergerUtility exception using .NET

     [ https://issues.apache.org/jira/browse/PDFBOX-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler closed PDFBOX-176.
-------------------------------------

    Resolution: Won't Fix
      Assignee: Andreas Lehmkühler

There isn't any sample pdf, the PDFBox version is quite old and the reporter uses .NET

I'm afraid that one won't be fixed anymore -> set closed

> PDFMergerUtility exception using .NET
> -------------------------------------
>
>                 Key: PDFBOX-176
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-176
>             Project: PDFBox
>          Issue Type: Bug
>            Assignee: Andreas Lehmkühler
>            Priority: Minor
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1506092
> Originally submitted by sajitjacob on 2006-06-14 07:37.
> Invalid Refereance exception using build PDFBox-0.7.3-
> dev-20060614 against ikvm-0.28.0.0. 
> The following C# code causes an Invalid Referance 
> exception somewhere in the PDFBox DLL
> PDFMergerUtility pdfMerger = new PDFMergerUtility(); 
> pdfMerger.addSource(sTo); 
> pdfMerger.addSource(sFrom); 
> pdfMerger.setDestinationFileName(sNew); 
> pdfMerger.mergeDocuments(); 
> Note: As downloaded ./external was missing 
> bouncycastle and lucene-demo jars
> Roy.
> [comment on SourceForge]
> Originally sent by oisincvera.
> Logged In: YES 
> user_id=1794616
> Originator: NO
> Following code in VB.NET causes same error when 
> With pdfMerger
>  'Set output destination
>  .setDestinationFileName(outputFileFullName)
>  'Looping thru the file list and add source to the mergeing documents
>  For i As Integer = 0 To fileCount - 1 Step 1
>    .addSource(pdfFileList(1))
>  Next i
>  'Merge the document
> .mergeDocuments()
> End With



--
This message was sent by Atlassian JIRA
(v6.1#6144)