Jump to content
Daniel

Looking for a (virtual ) pdf-printer, capable of FGL

Recommended Posts

Hi @all,

 

we are using the FGL printer-languange for ticket-printing on a Boca-printer.

This is working great while using it on a real printer-device. Now I have to make several adjustments to the program-logic and to the layout, so I am thinking about redirecting the output to PDF so save paper and not having to connect that printer to my dev-machine.

 

Does anyone of you know a PDF-printer that understands FGL-commands?

Share this post


Link to post

Sure. Using a physical device works perfectly.

I am looking for a virtual device generating PDF-files and not paper-tickets.

 

But using a regular PDF-printer literally prints out the fgl-language like "<RC200,20><RL><X2><sXL2>^TEST^" because it does not understand FGL-commands.

Share this post


Link to post

Did you check if Boca Systems provide a PCL driver? Or is it the opposite way? 

 

Not much support from boca. And the Text Driver they have is not a WYSIWYG.

Edited by Attila Kovacs

Share this post


Link to post
2 hours ago, Daniel said:

Sure. Using a physical device works perfectly.

That doesn't answer my question! The question is: How do you connect to the printer?

Replacing the physical device by a virtual one producing PDF depends on how the physical device is connected. You won't find any virtual device out of the box implementing the specific language of that printer.

 

I won't explain all the possibilities. You have to explain how you connect the printer and by the way how you print a label (Show the code!). Then if I have s solution for the way you use the printer, I will explain it.

 

Share this post


Link to post

Understood. I'll bring the details tomorrow.

My hope was that I could just install and select an other printer.

Share this post


Link to post
5 minutes ago, Daniel said:

Understood. I'll bring the details tomorrow.

My hope was that I could just install and select an other printer.

This will probably not work since you send FGL commands to the printer. This bypass the normal work of printer handling under Window. Another printer, including a virtual printer would work if you send standard commands (GDI) to the printer which is done by Delphi when you use printer's canvas to print something.

Share this post


Link to post

@Daniel Did you try the built-in Windows 10 "Print to PDF" printer? Just a guess from the wild, have no idea if it supports FGL and Google was not so much of a help.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×