Search found 14 matches
- 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 ...
- 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 ?
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 ?
- Tue May 09 2006
- Forum: C/C++/C# Community
- Topic: setorientation by page
- Replies: 6
- Views: 14985
- Fri Apr 28 2006
- Forum: C/C++/C# Community
- Topic: setorientation by page
- Replies: 6
- Views: 14985
- Fri Apr 28 2006
- Forum: C/C++/C# Community
- Topic: setorientation by page
- Replies: 6
- Views: 14985
- Wed Apr 26 2006
- Forum: C/C++/C# Community
- Topic: setorientation by page
- Replies: 6
- Views: 14985
- 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
LANDSCAPE on the first one
PORTRAIT on the second one
Is it possible ?
Thanks
- Mon Apr 24 2006
- Forum: C/C++/C# Community
- Topic: SETMARGINS
- Replies: 2
- Views: 8677
- 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
If I have 0 or 150 the result in pdf is the same
Any idea ?
Thanks
- Thu Apr 20 2006
- Forum: C/C++/C# Community
- Topic: c++ CDC to pdf
- Replies: 5
- Views: 16350
- Wed Apr 19 2006
- Forum: C/C++/C# Community
- Topic: c++ CDC to pdf
- Replies: 5
- Views: 16350
- Tue Apr 18 2006
- Forum: C/C++/C# Community
- Topic: c++ CDC to pdf
- Replies: 5
- Views: 16350
- 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...
- 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
Do you have a sample which makes this ?
Thank you for your help