Search found 121 matches

by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error Code -20 PDF Converter 3.03
Replies: 1
Views: 27880

Re: Error Code -20 PDF Converter 3.03

You can follow the instructions in this post to try to resolve the issue: http://www.amyuni.com/forum/viewtopic.php?f=13&t=2649 If this doesn't work, you should obtain support from the developers of the application or open a single incident support ticket with our support team (there is a fee fo...
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error Code: 1797
Replies: 1
Views: 10394

Re: Error Code: 1797

You can use Windows Update to obtain the latest Amyuni Document Converter printer driver.

Right-click on the Quickbooks printer --> Printer Properties --> Advanced Tab --> New Driver --> Windows Update --> Amyuni Technologies.
by Devteam
Thu Nov 11 2010
Forum: Technical Newsletters
Topic: [FIXED] Security Update KB2347290 Disables Print to File
Replies: 0
Views: 16625

[FIXED] Security Update KB2347290 Disables Print to File

Updated April 8, 2011 Microsoft has since released update KB2480118 to resolve this issue. This update is available from: http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2480118&kbln=en-us Related Products and Platforms This newsletter relates to the 32-bit PDF Converter Printer Driver ...
by Devteam
Thu Jul 15 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Win7 x64 : API Error 122 ERROR_INSUFFICIENT_BUFFER
Replies: 9
Views: 16373

Re: Win7 x64 : API Error 122 ERROR_INSUFFICIENT_BUFFER

The latest code that you sent us is valid and works fine for us. Please make sure that: - "Algol PDF Test" is a valid printer that appears in the printers' folder. Right-click on it, go to preferences and check that you see the About box. - The license key that you are sending to EnablePri...
by Devteam
Mon Jul 12 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Allow Commenting
Replies: 3
Views: 6816

Re: Allow Commenting

Commenting with Acrobat Professional is enabled by default. You can disable commenting by adding password security to the PDF document and changing the various security flags.
by Devteam
Mon Jul 05 2010
Forum: Power Builder Community
Topic: Creating Bookmarks
Replies: 1
Views: 10202

Re: Creating Bookmarks

The printer DC should be provided by Powerbuilder and not created through CDICreateDC. Whether the code will work or not depends on whether PB gives you access to it internal printer device context, something like:
printerDC = GetPrinterDC( Job )
by Devteam
Mon Jul 05 2010
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: cdintf.dll Locked
Replies: 1
Views: 9790

Re: cdintf.dll Locked

We suggest that you run the Process Monitor which is available by Microsoft:
http://technet.microsoft.com/en-us/sysi ... 96645.aspx

This tool might provide a hint on why the DLL is failing to load.
by Devteam
Mon Jul 05 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Win7 x64 : API Error 122 ERROR_INSUFFICIENT_BUFFER
Replies: 9
Views: 16373

Re: Win7 x64 : API Error 122 ERROR_INSUFFICIENT_BUFFER

The problem is with line:
di.lpszOutput = "c:\\test.pdf";

when printing from a 32-bit application to 64-bit OS, the file name should be set using the SetDefaultFileName/SetFileNameOptions API provided by Amyuni and the line above set to:
di.lpszOutput = NULL;
by Devteam
Sun Jul 04 2010
Forum: Visual FoxPro Community
Topic: PDF Converter Version Number
Replies: 1
Views: 9415

Re: PDF Converter Version Number

The method GetVersionInformation will give you the version number of the API (CDINTF) and the printer driver. This method is documented here: http://www.amyuni.com/WebHelp/Developer_Documentation.htm#index.htm ActiveX: long GetVersionInformation(long* CDIntfMajor, long* CDIntfMinor, long* PrinterDri...
by Devteam
Sun Jul 04 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Xmlite.dll and Snagit Conflict in Version 4.01.1
Replies: 1
Views: 5293

Re: Xmlite.dll and Snagit Conflict in Version 4.01.1

Xmllite is optional with PDF Converter. It is only used if you are importing XPS documents using the Open method of CDIntfEx.Document. If you are not using this feature, we suggest that you do not include Xmllite with your installation. If you are using this feature, then you can copy Xmllite to you...
by Devteam
Sun Jul 04 2010
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: How to save a picture to file
Replies: 1
Views: 9869

Re: How to save a picture to file

The data that you obtain using the method below are only the scanlines as an uncompressed BMP. You are saving it as a TIF file which is not right. You need to write the BMP header to the file followed by the bitmap data and save the file as .BMP file. We are looking at adding a method to the picture...
by Devteam
Sun Jul 04 2010
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Messages in Event Log
Replies: 1
Views: 9651

Re: Messages in Event Log

These log messages are generated by the spooler and by PDF Converter. They can be disabled by changing the logging policies at the OS level.
by Devteam
Sun Jul 04 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Allow Commenting
Replies: 3
Views: 6816

Re: Allow Commenting

Commenting with Adobe Reader and not the full Acrobat is only possible when using Adobe's products. To enable this feature a special Adobe proprietary digital signature is inserted in the PDF. The permissions that you can set using the regular PDF security only apply for the full Acrobat or other PD...
by Devteam
Sun Jul 04 2010
Forum: Visual FoxPro Community
Topic: Cannot create PDF in landscape mode
Replies: 3
Views: 15472

Re: Cannot create PDF in landscape mode

VFP saves the printer configuration with the report. It seems that in your case, the configuration for PDF Converter is saved as Portrait. There are 2 fields in the VFP reports that be cleared to force VFP to Forget the configuration. When printing to other printers, are you manually setting the ori...
by Devteam
Sun Jul 04 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Win7 x64 : API Error 122 ERROR_INSUFFICIENT_BUFFER
Replies: 9
Views: 16373

Re: Win7 x64 : API Error 122 ERROR_INSUFFICIENT_BUFFER

Please clarify when this issue occurs. Which API call generates the error?

Note that you should install on the NUL: port even if another printer is already using it.