Search found 13 matches

by DamianPM
Thu Jan 03 2013
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Can't install driver on Win2008, error 1930
Replies: 2
Views: 6166

Re: Can't install driver on Win2008, error 1930

Did you check Disallow installation of printers using kernel mode drivers group policy setting?
by DamianPM
Fri Nov 30 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Registry access
Replies: 1
Views: 6742

Registry access

Is it necessary write access in HKEY_CURRENT_CONFIG\Software\<Printer Name> for all users?
Because when printing it creates new registry keys like Jobs Locks, and new registry values also. Therefore I think, for all user groups write access is necessary.
Am I correct?
by DamianPM
Fri Nov 16 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF does not create in Windows 8 Developer Preview
Replies: 8
Views: 16908

Re: PDF does not create in Windows 8 Developer Preview

Printed the document with PrintToFile parameter in PrintOut() function.
I changed

Code: Select all

oWord.ActiveDocument.PrintOut()
to

Code: Select all

oWord.ActiveDocument.PrintOut(.F. , , ,<targetPDFFileName>, , , , , , , .T.)
Then it worked.
by DamianPM
Fri Nov 16 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Is EnablePrinter() necessary?
Replies: 1
Views: 4434

Is EnablePrinter() necessary?

I'm using cdintf.dll (2.5.1.4). I have EnablePrinter() function to enable the printer before each an every print job.
Is this necessary to call always?
According this link http://www.amyuni.com/forum/viewtopic.php?f=2&t=2160 it's only for developer version.
by DamianPM
Fri Oct 05 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF does not create in Windows 8 Developer Preview
Replies: 8
Views: 16908

Re: PDF does not create in Windows 8 Developer Preview

"Print directly to the printer" option is selected and this is Windows 8(32bit).

My question is this forks fine in [Windows 7(32bit), Office 2010(32bit)] and [Windows 7(64bit), Office 2010(64bit)] also, then what has happend in Windows 8, Office 2010?
by DamianPM
Tue Sep 18 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to create PDF with MSWord 2010 in Windows 8
Replies: 5
Views: 11901

Re: Unable to create PDF with MSWord 2010 in Windows 8

Windows 8 is 32bit. I tried with NUL: port also but no luck.
Print directly to the printer option is selected. But still the problem exist.
by DamianPM
Mon Sep 17 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to create PDF with MSWord 2010 in Windows 8
Replies: 5
Views: 11901

Re: Unable to create PDF with MSWord 2010 in Windows 8

Sub PDFPrint() Dim strActivePrinterMemory As String Dim cdiPDFPrinter As Object Dim docPDF As Object Const PDF_DRIVER_NAME = "QASPDFPrinter" Const PDF_FILE_PRINT_OPTION_RESET = 0 Const PDF_FILE_PRINT_OPTION_NO_PROMPT = 1 Const PDF_FILE_PRINT_OPTION_USE_FILE_NAME = 2 Const PDF_FILE_PRINT_O...
by DamianPM
Fri Aug 10 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to create PDF with MSWord 2010 in Windows 8
Replies: 5
Views: 11901

Unable to create PDF with MSWord 2010 in Windows 8

I have following VBA in Microsoft Word 2010 and OS is Windows 8(CDINTF 2.5.1.4) When it prints I get "65535 Error opening PDF Document" error always. But there is no problem in Windows 7. What may be the reason for this? Option Explicit Public Sub PDFPrint() Dim strActivePrinterMemory As S...
by DamianPM
Tue Jul 17 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF does not create in Windows 8 Developer Preview
Replies: 8
Views: 16908

Re: PDF does not create in Windows 8 Developer Preview

Hi, Can someone please advice if it is possible to print a doc or docx file into PDF with the code sample as mentioned above, using the PDF converter with Office 2010 on Windows 8? Printing Text Files with ShellExecute and Visual FoxPro reports into PDF using the PDF converter works fine. Your help ...
by DamianPM
Mon Jul 09 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF does not create in Windows 8 Developer Preview
Replies: 8
Views: 16908

Re: PDF does not create in Windows 8 Developer Preview

Hi, As requested, the following was tried by it did not succeed. Windows 8 Release Preview build 8400 was used with MS Word 2010 x32. => Downloaded and installed the trial the Desktop Edition (4.5.2.7) of the PDF converter given by the link. => Opened a document(doc, docx) from MS Word and printed t...
by DamianPM
Fri Jun 29 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF does not create in Windows 8 Developer Preview
Replies: 8
Views: 16908

Re: PDF does not create in Windows 8 Developer Preview

Hi, Tried with Amyuni PDF converter 4.5.2.7, with the option "Print directly to the printer" selected. Tried with Windows 8 Release Preview(Build 8400). Changed the PDF printer port to NUL: and other local ports. But still the PDF did not get created successfully. Created PDF file size is ...
by DamianPM
Wed Jun 27 2012
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF does not create in Windows 8 Developer Preview
Replies: 8
Views: 16908

PDF does not create in Windows 8 Developer Preview

Hi, We are currently using the Amyuni PDF converter 2.51 to print word documents to PDF. This works well with Windows XP, 7, 2003 Server, 2008 Server. In order for us to get ready with Windows 8, while testing our products for the compatibility we noticed that PDFs does not create with the Windows 8...
by DamianPM
Mon May 11 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF contents get mixed
Replies: 1
Views: 4685

PDF contents get mixed

Hi, We use PDF 2.51 to create a PDF from a VFP report. This works fine. On a Citrix environment at times, when multiple users prints into different PDF the contents of the PDF gets mixed. Meaning, User A prints to file named P and User B prints to file named Q, where as the result, User A gets the c...