Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
|  | 
| install DbenuPDFLibraryDLL1312.dll in a convertion | 
| Post Reply   | 
| Author | |
| g.man   Beginner     Joined: 29 Nov 18 Status: Offline Points: 2 |  Post Options  Thanks(0)  Quote  Reply  Topic: install DbenuPDFLibraryDLL1312.dll in a convertion Posted: 29 Nov 18 at 2:16PM | 
| 
   hi I'm converting from vb .net code to C# and I've trying to install the library in c#, in the reference window shows me this... could not be added please make sure that the file is accesible, and that it is valid assembly DbenuPDFLibraryDLL1312.dll this is part of code from VB .net Imports NumRot.QPDF.DebenuPDFLibraryDLL1312 Public Class GenerarArchivoDesdeOCRQPDF   Dim Ocrpdf As New OCRPDF   Dim ConvertirPixelesAPuntos As New ConvertirPixelesAPuntos   Dim QuitarCaracteres As New QuitarCaracteres   Dim DPL As PDFLibrary = Nothing   Dim PartirDetalleDocumento As New PartirDetalles   Public Function ExtraerCamposYGenreraArchivos(posiciones As String, archivoPDF As String)     DPL = ValidarLicencia.ValidarLicenciaQPDF(DPL)     DPL.SetMeasurementUnits(0)                     DPL.LoadFromFile(archivoPDF, "")     Dim docID As Integer = DPL.SelectedDocument in C# convertion... //using NumRot.QPDF.DebenuPDFLibraryDLL1312; namespace NumRot.QPDF {     public class GenerarArchivoDesdeOCRQPDF     {         private OCRPDF Ocrpdf = new OCRPDF();         private ConvertirPixelesAPuntos ConvertirPixelesAPuntos = new ConvertirPixelesAPuntos();         private QuitarCaracteres QuitarCaracteres = new QuitarCaracteres();         private PDFLibrary DPL = "here_should_be_my_regkey";         private PartirDetalles PartirDetalleDocumento = new PartirDetalles();         public ArrayList ExtraerCamposYGenreraArchivos(string posiciones, string archivoPDF)         {             DPL = ValidarLicencia.ValidarLicenciaQPDF(DPL);             DPL.SetMeasurementUnits(0);                            DPL.LoadFromFile(archivoPDF, ""); there's something that missing??   Edited by Ingo - 29 Nov 18 at 7:15PM | |
|  | |
| tfrost   Senior Member   Joined: 06 Sep 10 Location: UK Status: Offline Points: 437 |  Post Options  Thanks(0)  Quote  Reply  Posted: 29 Nov 18 at 4:21PM | 
| 
   You should delete your library key from your posting.  Do it NOW.
    | |
|  | |
| tfrost   Senior Member   Joined: 06 Sep 10 Location: UK Status: Offline Points: 437 |  Post Options  Thanks(0)  Quote  Reply  Posted: 29 Nov 18 at 4:34PM | 
| 
   Sorry, I forgot that this forum disallows editing even your own postings.  Too bad, hopefully someone will come by who has forum credentials to delete it.  And sorry, I do not use C# myself so cannot help.  There are other users here who may know what the problem is.
    | |
|  | |
| Ingo   Moderator Group     Joined: 29 Oct 05 Status: Offline Points: 3530 |  Post Options  Thanks(0)  Quote  Reply  Posted: 29 Nov 18 at 7:16PM | 
| 
   Hi :) i'm "someone" ;-) | |
| 
     Cheers, Ingo | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum | 
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store