Search found 10 matches
- Fri Jan 30 2009
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: supported PDF-Versions/features in cdintf300.dll ...
- Replies: 1
- Views: 5296
supported PDF-Versions/features in cdintf300.dll ...
(cdintf300.dll version 3.0.0 Date 12th Apr 07) hello, we recently created new pdf Documents with Acrobat Distiller 9.0.0. These documents have a pdf-Version 1.5 and have tags included. While concatenating previously created PDF-documents was successful, trying to concatenate the newly created pdf-do...
- Mon Jun 04 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: ConcatenateFiles dynamically loaded crashes randomly ???
- Replies: 6
- Views: 10920
hello, we did some more testing. And as I mentioned last friday, crashes still occur; even though it doesnt happen as often as it used to. Do you have anymore ideas how to fix that or any other suggestions to minimize the crashes in the concatenation process? (e.g. which pdf-Version to use, which en...
- Fri Jun 01 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: ConcatenateFiles dynamically loaded crashes randomly ???
- Replies: 6
- Views: 10920
thanks, jose for the email and for posting the code here too. I implemented the code into our software, but didnt do no intensive tests yet. During the few tests we did with the new implementation, we still had crashes, but not as often as with using ConcatenateFiles. And the speed increase is very ...
- Thu May 31 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: ConcatenateFiles dynamically loaded crashes randomly ???
- Replies: 6
- Views: 10920
hello, I am back ... with not so good results, as you suggested I implemented the call of SetLicenseKey too; but the crash still occurs. It still happens very randomly and when generating debug output the last function called is ConcatenateFiles and a callstack with only an address and no module and...
- Mon May 28 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: ConcatenateFiles dynamically loaded crashes randomly ???
- Replies: 6
- Views: 10920
thank you for you answer joan, i think it happens with any kind of pdf documents, we tried to concatenate simple as well as more complex documents. in my test application I started calling all the functions for de-/initializing and and it didn't crash no more on my system; but it still crashed on an...
- Fri May 25 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: ConcatenateFiles dynamically loaded crashes randomly ???
- Replies: 6
- Views: 10920
ConcatenateFiles dynamically loaded crashes randomly ???
Hello, I am loading the cdintf300.dll dynamically, in order to call concatenateFiles. Thats how I implemented it so far: typedef BOOL (CALLBACK *lpfnConcatenateFiles)(LPCSTR file1, LPCSTR file2, LPCSTR fileDest); // C-tor of class HINSTANCE hModule = LoadLibrary( _T("CDINTF300.DLL") ); if ...
- Thu Mar 04 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Printing a pdf - result: document with 0 bytes
- Replies: 3
- Views: 5720
Hello, first of all sorry for using the thread, but I got a problem similar like that. Situation: using PDF Converter Pro Dev version 2.10h in our applications. They are coded in C++ . After selecting the PDF Converter as a Printer and hitting OK a Dialog shows up where the user can select / specify...
- Thu Feb 26 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Problems with pdf converter v2.06 AA Reader v6.0
- Replies: 5
- Views: 8895
thanx again for the answer, after reading the manual, the common driver interface 210.pdf and the technote, I assume the enduser(s) wont have more options than to change the page format and the resolution for example. All the other adjustments have to be done from within our software, right? Was it ...
- Wed Feb 25 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Problems with pdf converter v2.06 AA Reader v6.0
- Replies: 5
- Views: 8895
thank you for your answer, meanwhile the problem got solved we've ordered the 2.10h developer professional version of your PDF Creator. now I am just trying to implement it into our software - but I am missing something in the printing properties after selecting a printer based on 2.10h. Where are a...
- Fri Feb 20 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Problems with pdf converter v2.06 AA Reader v6.0
- Replies: 5
- Views: 8895
Problems with pdf converter v2.06 AA Reader v6.0
Hello, I noticed a problem with the Amyuni PDF Converter 2.06 and the Adobe Acrobat Reader v6.0. A PDF-Document containing a colored bitmap (>= 256 Colors) which is created with the Amyuni PDF Converter 2.06 is not displayed the right way. The colors of the paletteindexes are messed up, when display...