Search found 21 matches

by mrtflv
Fri Oct 23 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: ReachText
Replies: 0
Views: 8976

ReachText

Is there any way to search a text string only inside the current page, i have found that ReachText and event ReachTextEx will start searching from the beginning of from current position, but they go until eof before returning.
Thanks for any info
Flavi
by mrtflv
Tue Feb 24 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Linking 64 bit application
Replies: 3
Views: 6153

Re: Linking 64 bit application

i starting to study over the problem to dynamically using 32 bit library (cdintf.lib), with a 64 bit program as you suggest me, but it seems to be not possible. Here is an extract for an msdn article: .... loading your 32-bit DLL into a 64-bit process, or vice versa, isn't supported. (It's a good th...
by mrtflv
Fri Jan 23 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Linking 64 bit application
Replies: 3
Views: 6153

Linking 64 bit application

I would like to write a x64 c++ program that use the pdf converter.
Do you have the cdintf.lib to link correctly my project.
Thanks
Flavio
by mrtflv
Mon Nov 10 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Page rotate
Replies: 3
Views: 8335

Re: Page rotate

All my dll are the latest available (3.03 ).
My problem is related to the fact that i want to use the rotate instructions inside the form_load of my vb project, if i move them in another event all is working.
I have modified my code to solve the problem.
Thanks
Flavio
by mrtflv
Fri Nov 07 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Page rotate
Replies: 3
Views: 8335

[Solved] Page rotate

I'm are using the following code to rotate the first page of the included document. The version we are using is the 3.03 of pdfcreactivex.dll, but with previous release the result will be the same, i have written to support@amyuni.com but i've got no answer. PDF1.FitToParent = 1 Call PDF1.Open("...
by mrtflv
Tue Oct 28 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetDefaultConfig
Replies: 1
Views: 4597

SetDefaultConfig

I have few windows Xp with latest sp3 that sometimes will hang on the call to SetDefaultConfig on 3.03 (3.02 will get same result). All seems to be correct, the pdf printer driver is installed and configured, just the call to SetDefaultConfig that never returns. Is there anything i can check (other ...
by mrtflv
Tue Jan 15 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: setting landscape
Replies: 0
Views: 4790

setting landscape

I'm using the pdfcreactivex.dll version 3.02 from Vb 6 and it seems not possible to set the landscape to true, the instruction works fine, but the landscape property is always set to false. PDF1.ObjectAttribute("Pages[1]", "Landscape") = True debug.print PDF1.ObjectAttribute(&quo...
by mrtflv
Thu Sep 27 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] PDF creator version 3.0 and Win 98
Replies: 30
Views: 46463

The new cdintf.dll that reports version 3.02 has still the same problem reported some post before. It refers to SetPrinterDataExA in winspool.drv that is not available on windows 98.
Flavio
by mrtflv
Tue Jul 31 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] PDF creator version 3.0 and Win 98
Replies: 30
Views: 46463

Any idea of the release date of the working cdintf 3.x in windows 98
Thanks
Flavio
by mrtflv
Tue May 22 2007
Forum: C/C++/C# Community
Topic: Setting property with com automation in pdfcreactivex.dll
Replies: 0
Views: 10091

Setting property with com automation in pdfcreactivex.dll

If i want to set the value of ScaleToPrinter calling the IDispatch::Invoke in a cpp program, i always receive a argument not valid error, with different property all works fine, but with the property that are defined as IacScaleToPrinter or others enumerated type i get the error. Someone has any ide...
by mrtflv
Tue Apr 03 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Resolved: CdIntf300.zip
Replies: 8
Views: 11639

Do you have any idea about when will be available the cdinf300.zip with the correct library file.
Thanks
Flavio
by mrtflv
Tue Mar 13 2007
Forum: C/C++/C# Community
Topic: Using pdfcreactivex.dll in cpp program
Replies: 2
Views: 14865

Using pdfcreactivex.dll in cpp program

Is there anyone that used pdfcreactivex.dll inside a cpp program, without including it in a form, and can give me a sample.
What I want to do is to use the pdfcreactivex to load a specific page from a pdf and send to a printer hDC.
Thanks for any help.
Flavio
by mrtflv
Wed Aug 09 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: field and acrobat reader
Replies: 2
Views: 6732

The version i'm using is the 2.01b.
Thanks
Flavio
by mrtflv
Wed Aug 09 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: field and acrobat reader
Replies: 2
Views: 6732

field and acrobat reader

I have created a document with a field of ObjectType acObjectTypeField, using the default font, that i can correctly manage with the pdf Creator. If i save the document and try to use the acrobat reader, the text on the field appers correct, but if i try to modify the text inside it will be aligned ...
by mrtflv
Tue May 09 2006
Forum: C/C++/C# Community
Topic: setorientation by page
Replies: 6
Views: 13582

I can change orientation during a print calling the
ResetDC(hDcPrinter, pDevMode);
just after the EndPage(hDcPrinter);

the pDevMode is a pointer to the original DevMode struct. You have to set the field pDevMode->dmOrientation with the orientation you desire.

Hope this help
Flavio