Search found 121 matches

by Devteam
Mon Oct 26 2009
Forum: Technical Newsletters
Topic: Error code -20 after upgrading to Windows 7/Windows 10
Replies: 0
Views: 21920

Error code -20 after upgrading to Windows 7/Windows 10

[Edited] This issue initially appeared in 2009 with the release of Windows 7. The same issue occurs when upgrading from Windows 10 to Windows 10 Anniversary Edition released in July 2016. The symptoms, the cause and the resolution are the same. When upgrading from Windows XP or Windows Vista to Wind...
by Devteam
Fri Sep 25 2009
Forum: Useful Hints / Windows, Web & Device Programming
Topic: Development for .Net Compact Framework and Windows CE 6.0
Replies: 0
Views: 19771

Development for .Net Compact Framework and Windows CE 6.0

Written by Yoisel Melis Santana, Senior Developer at Amyuni. Starting a new project using Windows CE 6.0 can be a frustrating experience at the beginning, even more if you consider that somehow you already have some programming skills in .Net Compact Framework with Windows Mobile. In this post I wi...
by Devteam
Thu Sep 24 2009
Forum: Useful Hints / Windows, Web & Device Programming
Topic: Automating the conversion of DWG files to PDF
Replies: 0
Views: 14719

Automating the conversion of DWG files to PDF

Converting a single DWG or other CAD drawing file to PDF is easy. Most applications have an export to PDF function or the drawing can be printed to a PDF printer such as Amyuni PDF Converter. Batch conversion of multiple DWG files to PDF or automating the conversion of multiple files when you only h...
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: 9097

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: 8460

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: 4534

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: 13135

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: 16917

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: 15038

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: 11181

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: 4594

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: 13863

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: 19228

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: 8762

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: 8762

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...