Search found 3 matches

by dprevin
Mon Jun 04 2007
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: How to integrate Doc Converter Developer to our application?
Replies: 5
Views: 20072

Hello,

The C:\ZGEOLOGIX\Playground\PDF TESTER\PDFTester\ is the actual directory on my system, and exists.

In my code, the extension ODF is the one that I want to convert to PDF and not a typo.

This is still not solving my problem.

Thanks,

Desmond
by dprevin
Wed May 30 2007
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: How to integrate Doc Converter Developer to our application?
Replies: 5
Views: 20072

Hi Joanna,

Yes, the PDF printer is the default printer.

The actual filepath is :

Code: Select all

string filepath = @"C:\ZGEOLOGIX\Playground\PDF TESTER\PDFTester\1.odf";
Thanks,

Desmond
by dprevin
Wed May 30 2007
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: How to integrate Doc Converter Developer to our application?
Replies: 5
Views: 20072

How to integrate Doc Converter Developer to our application?

Hello, We have application that can do drawing and printing, say called this as software A. This A software also can save the document (drawing) to a file (our own format) with extension ".aaa". Then I create another small application using C# and when user click a button, it will automati...