Search found 10 matches

by brianp
Mon Dec 01 2003
Forum: C/C++/C# Community
Topic: PDFDriverInit() - PDF Converter Developer Edition on XP
Replies: 1
Views: 6834

PDFDriverInit() - PDF Converter Developer Edition on XP

I have a ATL component that is used inside Excel to perform some data transmission and inside the component I have the code to initialize and setup the PDF printer, convert and cleanup everything when done. I am using the DLL version of PDF converter. I built everything on Windows 2000 and have succ...
by brianp
Fri Nov 14 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() running minimized
Replies: 1
Views: 6582

BatchConvertEx() running minimized

I got the BatchConvertEx() running but it pops open the application that relates to the document type and converts it just fine. I was wondering if there is a function or property that can be set so the application would run either minimized or not be shown at all during the conversion? Thanks! :wink:
by brianp
Fri Nov 14 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() Compile Error
Replies: 8
Views: 15821

Just wanted to thank everyone for their help. The new .lib and .h files that you posted solved the problem. :lol:
by brianp
Thu Nov 13 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() Compile Error
Replies: 8
Views: 15821

Can you provide an example and the code (.lib and .h) files that you use in your example? I can't get around this link error for BatchConvertEx(). I have sent the code that I was using but I never heard back whether or not you got it to work correctly. The suggestion on the board about the wrong dec...
by brianp
Wed Nov 05 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() Compile Error
Replies: 8
Views: 15821

BatchConvertEx() Compile Error

Hey thanks, I tried using the new declaration but no dice same problem. Is there another location that I can get the header file and library from? Any additional help would be greatly appreciated. I' m thinking you received my code, so we're you able to produce a successful compile? Do you have a C+...
by brianp
Wed Oct 29 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() Compile Error
Replies: 8
Views: 15821

BatchConvertEx Compile Error

I' am using Windows 2000 with VC++ 6. I didn't see the declarations for just BatchConvert() in the developers manual. Does it take the same parameters?

Thanks,
by brianp
Tue Oct 28 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() Compile Error
Replies: 8
Views: 15821

BatchConvertEx() Compile Error

I am receiving the following error when I use BatchConvertEx() function. If I remove it then it compiles fine. Here is the error message: error LNK2001: unresolved external symbol _BatchConvertEx@8 Here is a snippet of my code. I have the developer version of Document Converter 2.10e. #include "...
by brianp
Tue Oct 28 2003
Forum: Visual Basic Community
Topic: Submitting a Document to Print
Replies: 3
Views: 9146

Submitting a document to print

Thanks I will look into the BatchConvert() if you could provide a VB sample that would help out alot.

Thanks,
by brianp
Sun Oct 26 2003
Forum: Visual Basic Community
Topic: Submitting a Document to Print
Replies: 3
Views: 9146

Submitting a Document to Print

Is there a function or property that can be set to specify what document needs to be converted to PDF? I am using the Developer version 2.10e of Document converter. In the application, I will have an Excel file and it would go through and initialize everything and then specify the path and file name...
by brianp
Thu Oct 16 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Converting Excel to PDF
Replies: 1
Views: 3967

Converting Excel to PDF

I have read through the Developer manual and I can find the PDF2Excel functions but nowhere can I find an example on how to convert an Excel file to a PDF. Any help would be greatly appreciated. Thanks.