Search found 18 matches

by TDWiseley
Fri Aug 03 2012
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Updating Creator component
Replies: 1
Views: 8704

Updating Creator component

This is for VS2005/.net 2.0/C#

Still having the same issue as the post dated Nov 10 2009. This time I'm trying to upgrade from 4.0 to 4.5. Any clues on what's going on, etc.?

Thanks,
Tom
by TDWiseley
Tue Aug 24 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 256-bit AES encryption
Replies: 1
Views: 5301

256-bit AES encryption

Do you plan on including 256-bit AES encryption as an option in the near future?

Thanks,
Tom Wiseley
by TDWiseley
Wed May 19 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Amyuni 3.03 on Windows 7 and 2008; x64
Replies: 0
Views: 5472

Amyuni 3.03 on Windows 7 and 2008; x64

Our current product uses the latest Amyuni Convertor 3.03, and for a variety of reasons, have not upgraded yet to Amyuni Convertor 4. Our product runs on Windows 7/x64, but does not run on 2008/x64. Is there a setting w/in 2008/x64 that we haven't stumbled across, or is there some other basic incomp...
by TDWiseley
Tue Mar 23 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Assigning ports at install
Replies: 1
Views: 5077

Assigning ports at install

Referring to the earlier post, 'Vista 64 PDF creation', is there a way to specify a printer port during installation, or after installation? Looking for a script or other mechanism which can handle this automatically.
by TDWiseley
Fri Dec 18 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista 64 PDF creation
Replies: 4
Views: 7176

Re: Vista 64 PDF creation

1. Open printer properties for the created Amyuni Printer
2. Click on Ports tab
3. Click on Add Port...
4. In Printer Ports dialog, click on New Port...
5. Enter 'PDF1' (or any text), click OK
6. Repeat for each Amy printer, using a different 'port name'
by TDWiseley
Fri Dec 18 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista 64 PDF creation
Replies: 4
Views: 7176

Re: Vista 64 PDF creation

We've found that by creating a dummy port for each instantied printer, it works like a charm.
by TDWiseley
Mon Dec 14 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista 64 printer hang
Replies: 5
Views: 13440

Re: Vista 64 printer hang

Thanks, deleting the splwow64 routine allowed me to do a cleanup w/ having to reboot Don't really understand the details mentioned in the second paragraph about handling the events in a separate thread. Do you have any samples or other resources I can look into for implementing this? Thanks in advance
by TDWiseley
Tue Nov 24 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista 64 printer hang
Replies: 5
Views: 13440

Vista 64 printer hang

Am doing development work on a Vista 64 box, using C#/2.0. Can create an Amyuni Convertor 4.08 printer and use it, etc. However, during debugging, if I stop during a PrintPage event, the printer has a document stuck in it which cannot be deleted, and the software hangs entering the PrintPage event n...
by TDWiseley
Tue Nov 10 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Upgrading Creator component
Replies: 0
Views: 8570

Upgrading Creator component

Trying to upgrade the Creator component in a project from 3 to 4. VS2005/.NET 2.0/C# 1. Disabled (commented out) all instances of creator creation, removed Creator object from two forms. 2. Deleted ACPDFCREACTIVEX and AxACPDFCREACTIVEX from References 3. Added the new v4 control, creating new instan...
by TDWiseley
Fri Nov 06 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vista 64 PDF creation
Replies: 4
Views: 7176

Vista 64 PDF creation

Trying to get an application that ran on Vista 32 to run on Vista 64 (AMD). Downloaded and installed the latest files (3.0.3.0 and 4.0.0.8), and reviewed current information from previous posts, including NUL: ports, etc.. Everything works fine until the Print command, and then the application hangs...
by TDWiseley
Wed May 20 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Scrambled font
Replies: 3
Views: 13841

Re: Scrambled font

I got essentially the same results in both 3.1 and 4.0
by TDWiseley
Tue May 19 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Scrambled font
Replies: 3
Views: 13841

Scrambled font

Occasionally we need to parse a PDF document, and the text seems to be scrambled. The Fonts tab of Document Properties in Adobe Reader may say Tahoma+1(Embedded) Type: TrueType Encoding: Built-in If I try to extract text using either '(string)ACPDFCREACTIVEX.IacObject["Text"] or axPDFCreac...
by TDWiseley
Wed Sep 10 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: MouseDown event w/ PdfCreactiveX.dll
Replies: 2
Views: 5971

Re: MouseDown event w/ PdfCreactiveX.dll

Any response on this issue? Any idea why the particular environment doesn't seem to work? Anybody else I should call on this issue?
by TDWiseley
Mon Aug 25 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: MouseDown event w/ PdfCreactiveX.dll
Replies: 2
Views: 5971

MouseDown event w/ PdfCreactiveX.dll

When trying to add the mouse down event to a c# (2.0) project in VS2005 (running in Vista Pro) using PdfCreactiveX (3.02) axPDFCreactiveX1.MouseDownEvent += new AxACPDFCREACTIVEX._IPDFCreactiveXEvents_MouseDownEventHandler(axPDFCreactiveX1_MouseDownEvent); the following is installed: void axPDFCreac...
by TDWiseley
Fri Jun 20 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Control creation w/ 3.02
Replies: 1
Views: 5004

Control creation w/ 3.02

We recently upgraded from 3.00 to 3.02, and am having trouble using pdfcreactivex.dll as an ActiveX. On a new project, in order to add the control to the toolbox in VS2005(C#), I had to do a browse, as it didn't show up in the normal list. When I tried to place the control on a form, received an err...