Search found 14 matches

by makina
Mon Jan 22 2007
Forum: C/C++/C# Community
Topic: Auto installation
Replies: 3
Views: 11491

Runtime error

When I make this I have a runtime error :( If I install amyuni first I have no problem Do you have a sample code I could execute on a computer where amyuni was never installed ? which files have to be in the folder when I use pdfdriverinit ? I'm looking for the slimmest package thank you in advance ...
by makina
Mon Jan 22 2007
Forum: C/C++/C# Community
Topic: Auto installation
Replies: 3
Views: 11491

Auto installation

Hi
I'm using visual6 with MFC
I know how to implement a conversion from excel to PDF using the dll.
My problem is that I need to install Amyuni before being able to make a conversion.
Is there any dll to make the minimum installation from my program ?
by makina
Tue May 09 2006
Forum: C/C++/C# Community
Topic: setorientation by page
Replies: 6
Views: 14985

I had finally found the same solution
thanks
by makina
Fri Apr 28 2006
Forum: C/C++/C# Community
Topic: setorientation by page
Replies: 6
Views: 14985

I need to make it in my program
I didn't find the function
Is there any and which one ?
by makina
Fri Apr 28 2006
Forum: C/C++/C# Community
Topic: setorientation by page
Replies: 6
Views: 14985

Nobody has an other solution ?
by makina
Wed Apr 26 2006
Forum: C/C++/C# Community
Topic: setorientation by page
Replies: 6
Views: 14985

I found a solution making several files then concatenation
Any other way ?

thanks
by makina
Wed Apr 26 2006
Forum: C/C++/C# Community
Topic: setorientation by page
Replies: 6
Views: 14985

setorientation by page

I would like to change orientation in my pages

LANDSCAPE on the first one
PORTRAIT on the second one

Is it possible ?
Thanks
by makina
Mon Apr 24 2006
Forum: C/C++/C# Community
Topic: SETMARGINS
Replies: 2
Views: 8677

yes it works
thanks
by makina
Fri Apr 21 2006
Forum: C/C++/C# Community
Topic: SETMARGINS
Replies: 2
Views: 8677

SETMARGINS

I used Setmargins and verified with getmargins
If I have 0 or 150 the result in pdf is the same
Any idea ?
Thanks
by makina
Thu Apr 20 2006
Forum: C/C++/C# Community
Topic: c++ CDC to pdf
Replies: 5
Views: 16350

event conflict resolved
Thanks
by makina
Wed Apr 19 2006
Forum: C/C++/C# Community
Topic: c++ CDC to pdf
Replies: 5
Views: 16350

No, unhappily it does not help
but would you have a example which would take a CDC and write to pdf ?
or do you see where I could have done a mistake in the examle I gave before ?
thanks
by makina
Tue Apr 18 2006
Forum: C/C++/C# Community
Topic: c++ CDC to pdf
Replies: 5
Views: 16350

Do you think I need to make a bmp with my CDC first then convert to pdf ?
Can't I convert my CDC to pdf directly ?
Thank you for your help
by makina
Fri Apr 14 2006
Forum: C/C++/C# Community
Topic: c++ CDC to pdf
Replies: 5
Views: 16350

ce que je fais et qui doit etre incorrect

Voilà ce que j'ai fait voyez-vous une erreur ? CExporttoPDF::CExporttoPDF(CDC* pDC,CRect rectPrint) { //ExporttoPDF(); m_strPrinterName = AMYUNI_PRINTER; m_strPDFPrinterName = PDFPRINTER; m_szCompany= LICENSTO; m_szCode = CODE; m_pDC = pDC; m_rectPrint = rectPrint; } void CExporttoPDF::ConverttoPDF...
by makina
Fri Apr 14 2006
Forum: C/C++/C# Community
Topic: c++ CDC to pdf
Replies: 5
Views: 16350

c++ CDC to pdf

I've got a CDC and I need to export to pdf
Do you have a sample which makes this ?
Thank you for your help