Search found 118 matches

by Devteam
Thu Sep 24 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF converter 4.0.7 and Windows 7, 64-bit
Replies: 3
Views: 10180

Re: PDF converter 4.0.7 and Windows 7, 64-bit

Here are a couple of troubleshooting tips for this issue: 1 - Check to which port the PDF printer is attached. The port should be "NUL:" on 64-bit systems, if not this means the installer was not able to create this port and attached the printer to the first available port. The solution in...
by Devteam
Thu Sep 17 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem with activation
Replies: 2
Views: 9346

Re: problem with activation

You need to check the security settings under the following key: HKEY_CURRENT_CONFIG\Software. Everyone should have read/write access to this key, otherwise the printer cannot read and save its configuration. Using a fresh install this issue does not happen. The issue happens only when doing an OS u...
by Devteam
Thu Sep 17 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Converting JPG to PDF
Replies: 1
Views: 5234

Re: Converting JPG to PDF

In order for BatchConvert to work, you need to be able to right-click on the document, select the Print option from the menu and have your document printed directly to the printer. This works well with IrfanView which you mention below but you need to properly configure the registry first. By defaul...
by Devteam
Thu Sep 17 2009
Forum: C/C++/C# Community
Topic: LoadLibrary with x64 dll fails with error code 193
Replies: 2
Views: 21165

Re: LoadLibrary with x64 dll fails with error code 193

You cannot load the 32-bit CDINTF from a 64-bit application or DLL. We are currently testing a 64-bit version of CDINTF which should be available by end of September.
by Devteam
Fri Jul 03 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: The file being printed is already in pdf format. Print Conve
Replies: 3
Views: 18161

Re: The file being printed is already in pdf format. Print Conve

We have tested the PrintDisabled method again and it works as documented. Please make sure you are replacing "PrinterName" with the real name of your PDF Printer.
by Devteam
Tue Apr 21 2009
Forum: C/C++/C# Community
Topic: Detect if user entered Owner vs. User password?
Replies: 3
Views: 24344

Re: Detect if user entered Owner vs. User password?

The control can only check if a given password is valid, it cannot read the passwords from the document. For e.g. if the user supplies one of the two passwords, the control can check if it is valid and internally sets a flag to whether the password is the owner or user passowrd, but it cannot read t...
by Devteam
Fri Nov 21 2008
Forum: Technical Newsletters
Topic: Page by Page Processing of PDF Documents
Replies: 0
Views: 18370

Page by Page Processing of PDF Documents

Background information A PDF document typically contains of a collection of objects each having a numeric identifier. In order to locate an object, the PDF file contains a cross-reference table that indicates for each object, its location within the PDF file. The cross-reference table is placed at ...
by Devteam
Tue Oct 28 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetDefaultConfig
Replies: 1
Views: 5106

Re: SetDefaultConfig

SetDefaultConfig sends notifications to all running applications to notify them of the change in printer settings. If one or more application does not respond to messages or takes a long time to respond, then you feel that the system hangs. There is a timeout of 1 minute after which the notification...
by Devteam
Wed Oct 22 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Printing PDF files on client default printer inWebServer Env
Replies: 3
Views: 15035

Re: Printing PDF files on client default printer inWebServer Env

The PDF Creator ActiveX can be inserted on a web page to do exactly that, i.e. print the PDF document rather than viewing it. For details about using the PDF Creator ActiveX on a web form, please refer to the technical notes section (http://www.amyuni.com/forum/viewtopic.php?f=17&t=1232.) In sho...
by Devteam
Wed Oct 22 2008
Forum: Technical Newsletters
Topic: Using Amyuni ActiveX Controls Without System Registration
Replies: 0
Views: 27002

Using Amyuni ActiveX Controls Without System Registration

This newsletter discusses the use of the Amyuni PDF Converter and Creator ActiveX controls without the need to register them on the target system. Updated Feb. 28, 2012 to include an alternative method for instantiating the PDF Creator objects without registration Prior to Windows XP, an ActiveX co...
by Devteam
Wed Oct 22 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Which ImageOptions to use for PDF/A, PDF/X-1 or PDF/X-3?
Replies: 5
Views: 10037

Re: Which ImageOptions to use for PDF/A, PDF/X-1 or PDF/X-3?

Please note that the posts have been edited to fix a typing mistake... It is recommended to add the color profile only once when installing the printer and yes this requires elevated priveledges. If you need to give the end-user the ability to select between RGB and CMYK then you can create two Amyu...
by Devteam
Tue Oct 21 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Which ImageOptions to use for PDF/A, PDF/X-1 or PDF/X-3?
Replies: 5
Views: 10037

Re: Which ImageOptions to use for PDF/A, PDF/X-1 or PDF/X-3?

IO_OUTPUTPDFA8, IO_OUTPUTPDFX1 and IO_OUTPUTPDFX3 are mutually exclusive and should not be combined. You should use only one of these options depending on the format you wish to generate. Note that early versions of PDF/A implementations were very hectic and each tool had its own interpretation of a...
by Devteam
Thu Oct 02 2008
Forum: Useful Hints / Windows, Web & Device Programming
Topic: Dangerous Code (C/C++)
Replies: 0
Views: 19820

Dangerous Code (C/C++)

Some coding practices can cause problems in release and/or debug builds and pass unnoticed by the compiler. The code itself is NOT problematic but missing a semi-colon can cause problems while compiling correctly. For example: Case 1: if (A) statement_1; else AGL_ASSERT(B); statement_2; Case 2: If (...
by Devteam
Wed Aug 20 2008
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: PDFCreator in code-behind class library project (C#)
Replies: 1
Views: 9020

Re: PDFCreator in code-behind class library project (C#)

In this situation, 'acPDFCreator.Net' should not be imported. This DLL contains the UI components which cannot be used in your code-behind application. You need to import 'acPDFCreatorLib.Net' only and use the classes and methods provided by this library.
by Devteam
Wed Aug 20 2008
Forum: Useful Hints / Windows, Web & Device Programming
Topic: Visual Studio 2005 CMap and CArray Debugging Tips
Replies: 0
Views: 19947

Visual Studio 2005 CMap and CArray Debugging Tips

If you use Visual C++ and have always been frustrated when debugging CMap and CArray variables then keep on reading, otherwise you can safely skip this post (Also this tip is just for VC2005 and does not apply to VC6.) If you add a CMap or CArray variable into the debugger VC2005, all you get is the...