Search found 66 matches

by zaksoft
Mon Dec 13 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Printing DOC - Problem with dimension
Replies: 1
Views: 5749

Printing DOC - Problem with dimension

I'm testing Creator 1.50j and I've a problem printing a document (the same of another post, sorry.. same 10 pages) that must be printed Front/rear. I'm working on a HP 4100DTN that is actually the default printer. I use something like this... if ( IsDlgButtonChecked( IDC_BOTHSIDE)) m_df.SetDuplex( 1...
by zaksoft
Mon Dec 13 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Time to load document
Replies: 4
Views: 8898

Same time with OpenEx() as with Open(). It's a 780Kb PDF file made of 10 pages with 706 DIFFERENT text fields for 3322 total form fields. The time to load using PdfCreactiveDoc is about 75 seconds ( from Click on Open of File Dialog to view opened), 80 with empty field (so the same time, I've not u...
by zaksoft
Mon Dec 13 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Time to load document
Replies: 4
Views: 8898

Same time with OpenEx() as with Open().

It's a 780Kb PDF file made of 10 pages with 706 text fields.

The time to load using PdfCreactiveDoc is about 75 seconds ( from Click on Open of File Dialog to view opened), 80 with empty field (so the same time, I've not used a cronograph..)

Davide
by zaksoft
Mon Dec 13 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Time to load document
Replies: 4
Views: 8898

Time to load document

I'm evaluating PDF Creator as viewer, I have to load PDF documents of about 10 pages, and each has fields pre-compiled with another tool. The problem is that in a 3.06GHz 2GbRAM W2003 server it takes over a minute!! (tipically 65..70 seconds). I think this is due to fields, can I speed up loading in...
by zaksoft
Sun Dec 12 2004
Forum: C/C++/C# Community
Topic: Creator and ReachTextEx(..)
Replies: 1
Views: 5797

Creator and ReachTextEx(..)

I'm evaluating the Creator as a viewer and I've used ReachTextEx(..) to implement a Search function using standard MFC Search dialog. It works and the page cointaing the keyword is displayed, but I dont known how to highlight the serched item, I received back from function acText1 or similar, how ca...
by zaksoft
Fri Feb 20 2004
Forum: C/C++/C# Community
Topic: SetDefaultPrinter name collision
Replies: 1
Views: 6381

SetDefaultPrinter collision

I've also feaced with this problem. With an eMail I've sdviced the support that SetDefaultPrinter is a Win32 SDK function, but they send me a small project without problem. Of course they don't link Winspool.lib, so there are no conflict You have 2 options: 1) Use LoadLibrary and rename the function...