Search found 2784 matches

by Joan
Mon Mar 23 2009
Forum: Visual Basic Community
Topic: PDF Converter and Vista 64 bit OS
Replies: 1
Views: 10164

Re: PDF Converter and Vista 64 bit OS

Hello Shane,

I replied to your post in the PDF Converter forum. Please don't cross post the messages.

Thanks,
by Joan
Mon Mar 23 2009
Forum: Power Builder Community
Topic: Problem using ConcatenateFiles
Replies: 3
Views: 13638

Re: Problem using ConcatenateFiles

SetDocFileProps() is used only with the locking mechanisme (i.e while using Lock() and Unlock() functions). Please try to remove it and use instead: SetFileNameOptions() and UseFileName() You mentioned that your code has been working for 4-5 years now, were you using the locking functions or you add...
by Joan
Mon Mar 23 2009
Forum: Power Builder Community
Topic: Using OLE InsertClass function with PDFCreactiveX
Replies: 1
Views: 10395

Re: Using OLE InsertClass function with PDFCreactiveX

Hello,

I never experienced this before myself.

Did you check our Powerbuilder technical note?

Why are you using PDFCreactiveX.PDFCreactiveX.4 and not PDFCreactiveX.PDFCreactiveX ?

Thanks,
by Joan
Mon Mar 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: x64 Vista and "Run as administrator
Replies: 18
Views: 23396

Re: x64 Vista and "Run as administrator

Hello Charu,

What is the error you are getting? And at what line of code are you getting it exactly?

Did you try using the latest version 3.03e available online?

Thanks,
by Joan
Mon Mar 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Driver developer version
Replies: 3
Views: 5625

Re: Printer Driver developer version

By the installation wizard i mean the exe file you receive when downloading the product. When double clicking on this exe file you will be guided through and installation wizard that deploys the dlls on the system and install the PDF Printer. After deploying the PDF Converter files on the system, th...
by Joan
Mon Mar 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter and Vista 64 Bit OS
Replies: 1
Views: 4138

Re: PDF Converter and Vista 64 Bit OS

When are you getting this error exactly? I never come accross it myself...
by Joan
Mon Mar 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Access cdintf300.dll
Replies: 5
Views: 7676

Re: Access cdintf300.dll

The file settings are the same whether you use PDFDriverInit or DriverInit. When using PDFDriverInit() you are installing a new printer, configuring it and printing to it. When using DriverInit() you are using an already installed printer, you may configure it or you may be using its existant config...
by Joan
Mon Mar 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Encryption creates invalid files
Replies: 1
Views: 4122

Re: Encryption creates invalid files

Hello Axel, Please check the following: 1- That you are using the latest version 3.03e of the PDF Converter. We had an issue with the encryption in earlier versions 3.03 that was solved in the latest version 3.03e. 2 - That you are specifying a user password and an owner password. Hope this helps.
by Joan
Mon Mar 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Zero page documents created
Replies: 5
Views: 7699

Re: Zero page documents created

Hello Jim,

Are you using the latest version 3.03e?
by Joan
Fri Mar 13 2009
Forum: Visual FoxPro Community
Topic: Corrupt Images with VFP8 and downsample option
Replies: 2
Views: 11133

Re: Corrupt Images with VFP8 and downsample option

I am not sure why downsampling will not work with VFP 8.

Did you try using other compression algorithms like Jpeg Compression?
by Joan
Fri Mar 13 2009
Forum: Power Builder Community
Topic: Problem using ConcatenateFiles
Replies: 3
Views: 13638

Re: Problem using ConcatenateFiles

Hello,

I am not sure why you are calling Lock() and Unlock() functions.

You just need to call 1 function: ConcatenateFiles(File1, File2,File3).

File1 and File2 should be pdf files already existing in the system (not being generated in the process). File3 is the output file.
by Joan
Fri Mar 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Driver developer version
Replies: 3
Views: 5625

Re: Printer Driver developer version

Hello, You can call PDFDriverInit() once when launching your application to install the PDF Printer, however you need to make sure that your users will have administrative rights otherwise they will not have the rights to install a printer on the system You can also install the printer on the systme...
by Joan
Fri Mar 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: x64 Vista and "Run as administrator
Replies: 18
Views: 23396

Re: x64 Vista and "Run as administrator

By the application you mean your application or the printer installation setup ?

You are not supposed to get an error when running the printer setup as administrator, what is the error you are getting?
by Joan
Fri Mar 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Access cdintf300.dll
Replies: 5
Views: 7676

Re: Access cdintf300.dll

Hello, You can not use DriverInit/PDFDriverInit PDFDriverInit will install a printer for the time your application is running and the printer is removed when you application closes while DriverInit will attach to an existing printer. You can install the printer using our Installer and then in your a...
by Joan
Fri Mar 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem with setPaperSize / getPaperSize
Replies: 2
Views: 4990

Re: problem with setPaperSize / getPaperSize

Hello, Please try our latest version 3.03e. SetDefaultConfig() only sets the configuration as default for the printer. If you are calling SetDefaultPrinter() as well the printer itself will be set as default on the system. For the paper size, depending on the windows installation Letter or A4 are th...