Page 1 of 1

Posted: Sat Mar 29, 2003 7:33 pm
by BackupUser
Restored from previous forum. Originally posted by Manolo.

Hi,

I need make and send to disk one document built with 2D functions, but the problem is that if I use SaveImage only have 3 possibilitis:
PNG, JPEG and BMP. I need send for e-mail this document, but in format TXT, DOC, RTF, XLS, PPT, PDF, TIF, TIFF or XIF with attachement document. (Is for one automatic multfax system).
El_Choni only save in the disk same form to PB.

Have you the solution??

Manolo

Posted: Sat Mar 29, 2003 10:17 pm
by BackupUser
Restored from previous forum. Originally posted by Max..

Hi Manolo,

I use Redmon

http://www.cs.wisc.edu/~ghost/redmon/

as port redirector. I hope this is what you are looking for.

Max.

AMD Athlon, Matrox G550, Win 2K SP3, IE 6.0, PB 3.62

Posted: Sun Mar 30, 2003 9:16 am
by BackupUser
Restored from previous forum. Originally posted by Manolo.
Originally posted by Max.

Hi Manolo,

I use Redmon

http://www.cs.wisc.edu/~ghost/redmon/

as port redirector. I hope this is what you are looking for.

Max.
Thanks Max, but the basic problem not is solve for redmon. This is only one redirection tool.
I need save in disk one document built for the aplication (Invoice)and sent this to one automatic fax system as attach documento to e-mail in format TXT, DOC, RTF, XLS, PPT, PDF, TIF, TIFF or XIF.
The best solution is TIF or TIFF, but PB don't suport this format.
Another solution is PDF, but acrobat is very expensive 309 Euros in Spain, TXT and DOC is invalid format because I need grafics. XLS and RTF same problem.

I need help for this.

Thanks in avance to all.

Manolo

Posted: Sun Mar 30, 2003 3:43 pm
by BackupUser
Restored from previous forum. Originally posted by blueb.

Manolo,

I use a product called pdfFactory http://www.fineprint.com
that installs itself as another printer on your
system. When you choose it as your 'printer output' it
creates a pdf file. It's cheap and works very well. Check
out their demo.

--blueb

Posted: Sun Mar 30, 2003 7:24 pm
by BackupUser
Restored from previous forum. Originally posted by Manolo.
Originally posted by blueb

Manolo,

I use a product called pdfFactory http://www.fineprint.com
Very,very,very thanks. OOOOOOUUUUUUAAAAAAUUUUUUYYYYY.
Yes, yes, is very good.

ATENTION TO ALL. Download the free evaluation copy. And buy for only 39 USD (If you want).

Thannks blueb. This solve my problem.
Byby

Manolo

Posted: Sun Mar 30, 2003 8:15 pm
by BackupUser
Restored from previous forum. Originally posted by Manolo.

Hi blueb,

Another question. You have translate to PB the features of VB API?
If yes... Do you want sendme to my e-mail mailto:vpardo@infonegocio.com ??? Or if you prefer post in this forum.

Thanks.

Manolo

Posted: Sun Mar 30, 2003 10:05 pm
by BackupUser
Restored from previous forum. Originally posted by El_Choni.

Just for the record, ImageViewer saves Tiff if you have GdiPlus installed.

El_Choni

Posted: Sun Mar 30, 2003 11:44 pm
by BackupUser
Restored from previous forum. Originally posted by Max..

Hm, did I get you right?

You have an application that creates a document, prints it to a file, convert it to another type (like PDF, TIFF, etc.) and then send it to another application?

If so, then I can say you... I use RedMon... :) and that pipes to GhostScript. http://www.ghostscript.com/doc/gnu/index.htm

Usually I use it to create PDF files of invoices and such to be sent via email, but it also supports other formats like TIFF.

I hope I understood you right and could help you. Else disregard my reply...

Max.

Edit: Following the thread it seems that is a kind of program you are looking for. GNU GhostScript is under the GNU Public License - thus free at no fee - and in conjunction with RedMon very flexible. There is also

"Ghostscript API programming examples
Ghostscript is available as a DLL on Windows and a shared library on Linux. The documentation for the DLL/shared library API is in API.htm."

on this site: http://www.cs.wisc.edu/~ghost/doc/gsapi.htm

AMD Athlon, Matrox G550, Win 2K SP3, IE 6.0, PB 3.62

Posted: Mon Mar 31, 2003 11:28 am
by BackupUser
Restored from previous forum. Originally posted by Manolo.

Hi Max,
Certain, it is better Ghost and free. You have transformed the API to PB?
I think that if. You can send it to me?
Thanks,

Manolo

Posted: Mon Mar 31, 2003 12:54 pm
by BackupUser
Restored from previous forum. Originally posted by Max..
Originally posted by Manolo

You have transformed the API to PB?
No, sorry, have not done.

Max.

AMD Athlon, Matrox G550, Win 2K SP3, IE 6.0, PB 3.62

Posted: Mon Mar 31, 2003 3:27 pm
by BackupUser
Restored from previous forum. Originally posted by blueb.
Hi blueb,

Another question. You have translate to PB the features of VB API?
Sorry Manolo, I didn't know there was a VB API.

I'll look into it when I get some time.

--blueb