How can I send one printer document to disk???
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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
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
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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
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
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Manolo.
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
Thanks Max, but the basic problem not is solve for redmon. This is only one redirection tool.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.
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
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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
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
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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
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
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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
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...
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
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm