| Below is the latest content available from this feed: non common ascii characters & Cups-PDF
Posted by: jluis.roca@hotmail.com (JUAN ROCA) - Fri, 10 Oct 2008 04:03:58 EDT
Hi, I have installed cups-pdt to send an informix 4gl report output to a pdf file. It worked fine, except that when it comes the time to print graphical ascii characters (non common characters), pdf does not recognize them at all. has anybody encountered the same problem?
Any help in the matter would be very much appreciated.
JUAN LUIS ROCA
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2951]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: yvallet@ilta.fr (Yves Vallet) - Thu, 09 Oct 2008 05:23:16 EDT
JUAN ROCA a écrit : > Hello all, > How can I connect an Informix 4GL report output to a pdf file? > > Thanks in advance, > > JUAN LUIS ROCA > > > > > > > > We use a commercial tool 'txt2pdf' (on Aix systems) to convert text report to pdf document it is possible to insert Pictures in the doct
Cheap , aesy , and good product
link :
http://www.sanface.com/txt2pdf.html
--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2950]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: 4gl runtime error
Posted by: tatsuom@jp.ibm.com (TATSUO MAKI) - Thu, 09 Oct 2008 03:32:19 EDT
Already resolved?
If not, try the following:
chcon -t texrel_shlib_t $INFORMIXDIR/lib/tools/*.so*
Regards, Tatsuo MAKI
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2949]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Sometimes ... you don't want to advertise
Posted by: obnoxio@serendipita.com (Obnoxio The Clown) - Wed, 08 Oct 2008 16:31:34 EDT
If *Microsoft* can get it this wrong ... <shudder>
http://www.youtube.com/watch?v=Vv2M4aIMc-8
-- Cheers, Obnoxio the Clown
http://obotheclown.blogspot.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2948]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: obnoxio@serendipita.com (Obnoxio The Clown) - Wed, 08 Oct 2008 10:11:09 EDT
JUAN ROCA wrote: > hi, > May you explain how to implement the solution in cups-pdf? > >
Well, you install cups-pdf and it creates a virtual printer. You then run something like
START REPORT foo TO PIPE "lp -dcups-pdf"
and that's that. I'm sure there is a manual in there somewhere.
-- Cheers, Obnoxio the Clown
http://obotheclown.blogspot.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2947]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: mike.aubury@aubit.com (Mike Aubury) - Wed, 08 Oct 2008 10:08:21 EDT
And in Aubit4gl - thats just :
print image mv_logo AS PNG
:-)
On Wednesday 08 October 2008 14:27:16 SÉRGIO FERREIRA wrote: > I inserted logo over a already created text report (a legacy 4gl report) > with latex (that then is converted to PDF). With this I did not changed a > line in the 4gl report and changed the way they looked. > > -- > Sérgio Ferreira > web: http://www.moredata.pt > blog: http://bitites.blogspot.com
-- Mike Aubury
http://www.aubit.com/ Aubit Computing Ltd is registered in England and Wales, Number: 3112827 Registered Address : Clayton House,59 Piccadilly,Manchester,M1 2AQ
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2946]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: jluis.roca@hotmail.com (JUAN ROCA) - Wed, 08 Oct 2008 09:44:23 EDT
hi, May you explain how to implement the solution in cups-pdf?
Thank in advance,
JUAN LUIS Roca
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2945]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: RE: connecting i4gl to pdf
Posted by: sergio@moredata.pt (SÉRGIO FERREIRA) - Wed, 08 Oct 2008 09:27:17 EDT
I inserted logo over a already created text report (a legacy 4gl report) with latex (that then is converted to PDF). With this I did not changed a line in the 4gl report and changed the way they looked.
-- Sérgio Ferreira web: http://www.moredata.pt blog: http://bitites.blogspot.com
-- MOREDATA 25 YEARS - EXPERIENCE - COMMITMENT - RESULTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2944]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: cwm@stober.com (Bill Marshall) - Wed, 08 Oct 2008 09:10:14 EDT
Yes with PDFlib and perl you can insert and merge many formats.
PDFlib also supports the gui interface used by acrobat professional, so the art/marketing department can design a report format template. They place graphics and define test block placement, etc. Then with the perl script I parse the text file from the 4gl program and place it in the output blocks marketing defined.
On Oct 8, 2008, at 8:51 AM, Danny De Koster wrote:
> Bill, > > Is there also a possibility to insert logo's into your report? > > Met vriendelijke groeten / Sincères salutations / Kind regards, > > Danny De Koster > > FIDELITY SOFT nv > Cardijnstraat 5 > 1980 Eppegem > > Tel: 015/618.270 > Fax: 015/616.052 > -----Oorspronkelijk bericht----- > Van: classics-bounces@iiug.org [mailto:classics-bounces@iiug.org] > Namens Bill > Marshall > Verzonden: woensdag 8 oktober 2008 13:42 > Aan: classics@iiug.org > Onderwerp: Re: connecting i4gl to pdf [2941] > > I use 4gl to create an near xml text file. > > I wrote a perl script that reads such a file and uses it to drive > PDFlib to generate PDF document. > > I run this script from inside the 4GL program after I have closed the > report file. After the PDF file is generated I can use the same script > to deliver it where I want. > > We have found this very powerful and robust. > > PDFlib is a commercial software package from Germany. > > On Oct 8, 2008, at 6:33 AM, JUAN ROCA wrote: > >> Hello all, >> How can I connect an Informix 4GL report output to a pdf file? >> >> Thanks in advance, >> >> JUAN LUIS ROCA >> >> >> > > >> >> >> > > > > > > > > > >
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2943]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
RE: connecting i4gl to pdf
Posted by: ddk@fidelity-soft.be (Danny De Koster) - Wed, 08 Oct 2008 08:51:04 EDT
Bill,
Is there also a possibility to insert logo's into your report?
Met vriendelijke groeten / Sincères salutations / Kind regards,
Danny De Koster
FIDELITY SOFT nv Cardijnstraat 5 1980 Eppegem
Tel: 015/618.270 Fax: 015/616.052 -----Oorspronkelijk bericht----- Van: classics-bounces@iiug.org [mailto:classics-bounces@iiug.org] Namens Bill Marshall Verzonden: woensdag 8 oktober 2008 13:42 Aan: classics@iiug.org Onderwerp: Re: connecting i4gl to pdf [2941]
I use 4gl to create an near xml text file.
I wrote a perl script that reads such a file and uses it to drive PDFlib to generate PDF document.
I run this script from inside the 4GL program after I have closed the report file. After the PDF file is generated I can use the same script to deliver it where I want.
We have found this very powerful and robust.
PDFlib is a commercial software package from Germany.
On Oct 8, 2008, at 6:33 AM, JUAN ROCA wrote:
> Hello all, > How can I connect an Informix 4GL report output to a pdf file? > > Thanks in advance, > > JUAN LUIS ROCA > > >
> > >
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2942]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: cwm@stober.com (Bill Marshall) - Wed, 08 Oct 2008 07:41:33 EDT
I use 4gl to create an near xml text file.
I wrote a perl script that reads such a file and uses it to drive PDFlib to generate PDF document.
I run this script from inside the 4GL program after I have closed the report file. After the PDF file is generated I can use the same script to deliver it where I want.
We have found this very powerful and robust.
PDFlib is a commercial software package from Germany.
On Oct 8, 2008, at 6:33 AM, JUAN ROCA wrote:
> Hello all, > How can I connect an Informix 4GL report output to a pdf file? > > Thanks in advance, > > JUAN LUIS ROCA > > > > > >
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2941]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: iiug@aubit.com (Mike Aubury) - Wed, 08 Oct 2008 06:59:29 EDT
Aubit4GL has builtin PDF report generation ...
(and very nice they look too :-)
On Wednesday 08 October 2008 11:41:28 Obnoxio The Clown wrote: > JUAN ROCA wrote: > > Hello all, > > How can I connect an Informix 4GL report output to a pdf file? > > Do you want to have your 4GL report generate a PDF file? Have you looked > at this: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ ?
-- Mike Aubury
http://www.aubit.com/ Aubit Computing Ltd is registered in England and Wales, Number: 3112827 Registered Address : Clayton House,59 Piccadilly,Manchester,M1 2AQ
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2940]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: sergio@moredata.pt (SÉRGIO FERREIRA) - Wed, 08 Oct 2008 06:54:07 EDT
Hi Juan,
You can do it in several ways: 1 - Use aubit 4gl : The reports can generate PDF directly and there is support available. 2 - Convert the text file generated by your report to PDF : You can use enscript, latex or even openoffice in server mode to do it. The conversion can be made on a pipe or in the spooler. 3 - Generate the PDF in your 4gl report : It works but not productive. 4 - Give up from the 4gl report and create the report with a tool like jasper reports. You just execute the report generation with a RUN command from 4gl.
Hope have helped -- Sérgio Ferreira web: http://www.moredata.pt blog: http://bitites.blogspot.com
-- MOREDATA 25 YEARS - EXPERIENCE - COMMITMENT - RESULTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2939]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: connecting i4gl to pdf
Posted by: obnoxio@serendipita.com (Obnoxio The Clown) - Wed, 08 Oct 2008 06:41:29 EDT
JUAN ROCA wrote: > Hello all, > How can I connect an Informix 4GL report output to a pdf file? > >
Do you want to have your 4GL report generate a PDF file? Have you looked at this: http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ ?
-- Cheers, Obnoxio the Clown
http://obotheclown.blogspot.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2938]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
connecting i4gl to pdf
Posted by: jluis.roca@hotmail.com (JUAN ROCA) - Wed, 08 Oct 2008 06:33:03 EDT
Hello all, How can I connect an Informix 4GL report output to a pdf file?
Thanks in advance,
JUAN LUIS ROCA
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2937]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Tech Tip du Jour: I'll see your MIT and Stanfo....
Posted by: obnoxio@serendipita.com (Obnoxio The Clown) - Tue, 07 Oct 2008 11:21:07 EDT
http://obotheclown.blogspot.com/2008/10/tech-tip-du-jour-ill-see-your-mit-and.html
-- Cheers, Obnoxio the Clown
http://obotheclown.blogspot.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2936]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Looking for Informix-SQL for windows
Posted by: frank@1-shot-exterminating.net (FRANK ROTOLO) - Sat, 04 Oct 2008 21:58:27 EDT
Does anyone know if there is a version of INFORMIX-SQL for any versions of Windows?
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2935]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: Informix SE 7.25.TC3X3
Posted by: jleffler.iiug@gmail.com (Jonathan Leffler) - Tue, 30 Sep 2008 16:11:48 EDT
On Tue, Sep 30, 2008 at 2:09 AM, Sean Kennelly <sean.kennelly@causeway.com> wrote: > Has anyone come across max file limit with Informix SE on windows SBS 2003 > NTFS File System, I am getting a file size limit of 2GB, I thought it was > just the log file but it is now happening on The database files. Any help > would be greatly appreciated. > > Informix Se Running on Windows SBS 2003
As The Clown suggested, check whether there is a more recent version of SE with that limitation removed. Having said that, on large-file capable Unix O/S, I believe SE 7.25.UCx has large file support. If so, it appears that the equivalent change was not made on Windows. In which case, you may have to request some assistance from Tech Support.
-- Jonathan Leffler #include <disclaimer.h> Email: jleffler@earthlink.net, jleffler@us.ibm.com Guardian of DBD::Informix v2008.0513 -- http://dbi.perl.org/ "Blessed are we who can laugh at ourselves, for we shall never cease to be amused." NB: Please do not use this email for correspondence. I don't necessarily read it every week, even.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2934]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
RE: Informix SE 7.25.TC3X3
Posted by: im_gumby@hotmail.com (Ian Michael Gumby) - Tue, 30 Sep 2008 16:00:22 EDT
2GB sounds about right. That's per file/table.
If you have tables that large, you should consider IDS. Even if you have to cook the table spaces. (you know what I mean)
> To: classics@iiug.org > From: obnoxio@serendipita.com > Subject: Re: Informix SE 7.25.TC3X3 [2932] > Date: Tue, 30 Sep 2008 05:21:49 -0400 > > Sean Kennelly wrote: > > Has anyone come across max file limit with Informix SE on windows SBS 2003 > > NTFS File System, I am getting a file size limit of 2GB, I thought it was > > just the log file but it is now happening on The database files. Any help > > would be greatly appreciated. > > > > Informix Se Running on Windows SBS 2003 > > > > > I think there should be a version of SE without the limit. Can you see > if there is a more recent version? > > -- > Cheers, > Obnoxio the Clown > > http://obotheclown.blogspot.com > > > > >
_________________________________________________________________ Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2933]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Re: Informix SE 7.25.TC3X3
Posted by: obnoxio@serendipita.com (Obnoxio The Clown) - Tue, 30 Sep 2008 05:21:51 EDT
Sean Kennelly wrote: > Has anyone come across max file limit with Informix SE on windows SBS 2003 > NTFS File System, I am getting a file size limit of 2GB, I thought it was > just the log file but it is now happening on The database files. Any help > would be greatly appreciated. > > Informix Se Running on Windows SBS 2003 > > I think there should be a version of SE without the limit. Can you see if there is a more recent version?
-- Cheers, Obnoxio the Clown
http://obotheclown.blogspot.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2932]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Sean Kennelly wrote: > Has anyone come across max file limit with Informix SE on windows SBS 2003 > NTFS File System, I am getting a file size limit of 2GB, I thought it was > just the log file but it is now happening on The database files. Any help > would be greatly appreciated. > > Informix Se Running on Windows SBS 2003 > > I think there should be a version of SE without the limit. Can you see if there is a more recent version?
-- Cheers, Obnoxio the Clown
http://obotheclown.blogspot.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
To post a response via email (IIUG members only):
1. Address it to classics@iiug.org 2. Include the bracketed message number in the subject line: [2932]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | | | Subscribe to this feed | | You can subscribe to this RSS feed in a number of ways, including the following: Drag the orange RSS button into your News Reader Drag the URL of the RSS feed into your News Reader Cut and paste the URL of the RSS feed into your News Reader>v | |