Search found 4 matches
- Wed Feb 10 2010
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: SetBookmark returns OK but PDF contains no bookrmarks.
- Replies: 1
- Views: 4581
SetBookmark returns OK but PDF contains no bookrmarks.
SetBookmark calls appear to work and return incrementing integers (1,2,3,4), but the printed PDF contains no bookmarks. Is there something I'm missing? The code goes something like this: hPDF = DriverInit(PDF_PRINTERNAME) hDC = CreateDC(hPDF) lRet = SetDocFileProps( hPDF, LockName, OPTIONS, "&q...
- Thu Jul 03 2008
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Error using Amyuni Printer on 64bit
- Replies: 10
- Views: 20301
Re: Error using Amyuni Printer on 64bit
OK, that worked.
Given that I want to be able to produce x64 native code, my next question is: Will you release a 64-bit version of the PDF Converter?
Given that I want to be able to produce x64 native code, my next question is: Will you release a 64-bit version of the PDF Converter?
- Thu Jul 03 2008
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Error using Amyuni Printer on 64bit
- Replies: 10
- Views: 20301
Re: Error using Amyuni Printer on 64bit
I ran
and it completed successfully, but it did not solve the problem.
Code: Select all
C:\Windows\SysWOW64>.\regsvr32.exe cdintf300.dll
- Tue Jul 01 2008
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Error using Amyuni Printer on 64bit
- Replies: 10
- Views: 20301
Re: Error using Amyuni Printer on 64bit
I have the same issue when attempting to use the cdiftf DLL on Vista 64 in a C# application. It works fine on Vista 32. System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {68B34269-7559-11D3-BBE5-D53DCBD65107} failed due to the followi...