Search found 46 matches

by sprezzatura
Wed Jul 26 2006
Forum: C/C++/C# Community
Topic: GDI+ Question
Replies: 4
Views: 12183

GDI+ Question

Hello. Our development environment is Visual C++ 6.0 using Amyuni 2.50f to capture a CView within our application and publish it to PDF. The following image is a screen capture of this CView from within our application: http://www.progenysoftware.com/supportftp/us-mmft.jpg Next we have a screen capt...
by sprezzatura
Mon Jun 05 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Multiple installations
Replies: 3
Views: 7021

Was this transferred?

Wait - did someone transfer this from the C/C++ Developer Forum, to this Forum? Sorry, I may have not made that clear: I am a developer using the Amyuni SDK. We use InstallShield to launch the Amyuni Install. We are not using the end-user PDF product. So, please confirm - did I make a mistake and po...
by sprezzatura
Mon Jun 05 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Multiple installations
Replies: 3
Views: 7021

Wrong Forum

Sorry - I just realized this is in the wrong Forum. I'm re-posting to the Developers' Forum.
by sprezzatura
Fri Jun 02 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Multiple installations
Replies: 3
Views: 7021

Multiple installations

We use Amyuni PDF in two of our products. If a customer un-installs one product, it deletes the Amyuni printer completely from his system, and Amyuni is no longer available to the other application. Does Amyuni's Install maintain a count of the number of times it has been installed, and can it decre...
by sprezzatura
Fri Apr 21 2006
Forum: C/C++/C# Community
Topic: PDF file does not get created
Replies: 5
Views: 13036

Fantastic! The customer did indeed have FaxTalk 4.5. He uninstalled it, and PDF now works!

Thank you very much for your persistence and the depth of your experience. This is the kind of support we count on to bail us (and our customers) out of a fix.

Thanks again.

Pierre
by sprezzatura
Mon Apr 17 2006
Forum: C/C++/C# Community
Topic: PDF file does not get created
Replies: 5
Views: 13036

Customer can't output PDF file

Any thoughts on this problem? Appreciate any suggestions.

Thanks,

Pierre
by sprezzatura
Fri Apr 07 2006
Forum: C/C++/C# Community
Topic: PDF file does not get created
Replies: 5
Views: 13036

1 - No document is being generated as PDF, is that document being printed to the physical printer instead? 2 - Does the folder to which you are saving the pdf file exist on your customer system? 3 - Please try to debug the application on his system to see what is happening when printing and what ar...
by sprezzatura
Thu Apr 06 2006
Forum: C/C++/C# Community
Topic: PDF file does not get created
Replies: 5
Views: 13036

PDF file does not get created

One of our customers reports that when he tries to print to PDF, no file gets created. All we see is a shortcut to a non-existent file. Our version of Amyuni is 2.50f. Cust. is using Windows XP. He also has ACDSee, and ScanSoft PDF Create. Are you aware of any conflicts with Scansoft? His default pr...
by sprezzatura
Thu Mar 23 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Custom paper sizes via DEVMODE
Replies: 3
Views: 9472

Custom paper size

Wouldn't you want to specify

pDevMode->dmPaperSize = DMPAPER_USER ?
by sprezzatura
Tue Mar 21 2006
Forum: C/C++/C# Community
Topic: Installation Error 126
Replies: 4
Views: 12576

It works!

The customer confirms that she was able to get it installed OK.

She did not find a blank in the "..\WBem" path. She copied the DLL to \Windows\System32.

Thanks again.
by sprezzatura
Mon Mar 20 2006
Forum: C/C++/C# Community
Topic: Installation Error 126
Replies: 4
Views: 12576

Thanks for the info. I really appreciate you having an answer so quickly. We will communicate this to the customer.
by sprezzatura
Mon Mar 20 2006
Forum: C/C++/C# Community
Topic: Installation Error 126
Replies: 4
Views: 12576

Installation Error 126

We have a customer reporting an installation error with the Amyuni PDF Converter driver (ver. 2.50f). It would be helpful if we knew which "module could not be found". We are using InstallShield 11. We launch the Amyuni "INSTALL.EXE" from within the InstallShield script. This ins...
by sprezzatura
Thu Jan 26 2006
Forum: C/C++/C# Community
Topic: Problem creating hatch brush
Replies: 4
Views: 10538

Hatch brushes - yea or nay?

Hi there to the kind folks at Amyuni -

I need an answer real soon to this hatch brush question - we're just a few weeks away from release, and I have to deal with this issue.

Thanks,

Pierre
by sprezzatura
Fri Jan 20 2006
Forum: C/C++/C# Community
Topic: Problem creating hatch brush
Replies: 4
Views: 10538

Hatch brush question

Here's an update: If you splice the code below in a sample MFC project, that also interfaces to PDF Converter, and create a PDF document, you get an error message: Could not find the pattern named ". ...when displaying it with Adobe. void CTestHatchAmyuniView::OnPrint(CDC* pDC, CPrintInfo* pInf...
by sprezzatura
Thu Jan 19 2006
Forum: C/C++/C# Community
Topic: Problem creating hatch brush
Replies: 4
Views: 10538

Problem creating hatch brush

My application fills a rectangle with a hatched brush (diagonals). The hatching appears when I print directly to the printer, but does not appear when output to PDF. Instead, the rectangles are filled with white in the PDF document. I use something like: HBRUSH brush = CreateHatchBrush(HS_BDIAGONAL,...