Hello,
I've copied the Files following files to %ProgramFiles%\Amyuni PDF Converter:
08.02.2006 10:03 529.504 acfpdf.dll
08.02.2006 10:03 318.944 acfpdf.drv
08.02.2006 10:03 74 acfpdf.txt
08.02.2006 10:03 250.944 acfpdfnt.dll
08.02.2006 10:03 339.117 acfpdfu.dll
08.02.2006 10:03 213.791 acfpdfui.dll
08.02.2006 10:03 469.971 Common Driver Interface 250.pdf
08.02.2006 10:03 118.784 Install.exe
08.02.2006 10:03 311 Install.ini
08.02.2006 09:27 559 install.log
08.02.2006 10:03 16.397 license.pdf
20.01.2005 10:36 3.940.352 Setup.exe
08.02.2006 10:03 8.637 Versions.txt
08.02.2006 10:03 1.609.728 cdintf.dll.alt
13.10.2005 17:46 1.667.072 cdintf.dll
Then I've startet the following script to install the printer:
Option Explicit
Dim PDF, pdfDoc
Set PDF = CreateObject("cdintfEx.cdintfEx")
Set pdfDoc = CreateObject ("cdintfEx.document")
PDF.PDFDriverInit( "PDF-Export" )
'Needed for version 2.10
PDF.EnablePrinter "xxx_company", "xxx_serial"
PDF.DriverInit( "PDF-Export" ) 'To prevent the printer from being removed
PDF.PaperSize = 9
PDF.Resolution = 600
PDF.Orientation = 1
PDF.PrinterLanguage = 3
PDF.JPEGCompression = True
PDF.JPEGLevel = 4
PDF.ImageOptions = &h1 + &h2
PDF.SetDefaultConfig 'To be called after setting all configuration settings like the paper size and the resolution.
Set PDF = Nothing
When I try to make a PDF from a Document, I get the error-message "Unable to load a helper dll.[-2]".
Did I make anything wrong in installing the printer?
Unable to load a helper dll.[-2]
Hello,
Please check the following post: http://www.amyuni.com/forum/viewtopic.p ... helper+dll
Hope this helps.
Please check the following post: http://www.amyuni.com/forum/viewtopic.p ... helper+dll
Hope this helps.