Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PCL conversion

New Here ,
May 31, 2008 May 31, 2008
I am having a program which gives me PCL file as its output, I want to convert this file to PDF, Is there any product through which i can do so?
OR
Is there any other way to get a PDF file as the output of my program?
Does Adobe support such a product?
TOPICS
Programming
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 31, 2008 May 31, 2008
Products do exist for this conversion, but Adobe do not make any such
product.

Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2008 Jun 01, 2008
Thank you for your answer.

Is it possible to convert pcl file to ps(postscript) file? and if yes how can this be done?
Or
Is it possible to create a ps file as output through programming in VB6?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 01, 2008 Jun 01, 2008
>Is it possible to convert pcl file to ps(postscript) file?

Yes.

> and if yes how can this be done?

You have to find or buy software to do it. Adobe do not have any such
software, but I think it exists.

>Is it possible to create a ps file as output through programming in VB6?

Certainly. The usual thing is to print from VB to a print driver using
drawing instructions. In this case the result is PCL, PostScript, or
whatever it needs to be according to the print driver.

Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 12, 2008 Jun 12, 2008
Thanks for your reply...

Can we pass PCL file directly to the PDF driver?

or how to start for converting PCL file into PDF?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 13, 2008 Jun 13, 2008
LATEST
>Can we pass PCL file directly to the PDF driver?

No.
>
>or how to start for converting PCL file into PDF?

You have to find or buy software to do it. Adobe do not have any such
software, but I think it exists. To start searching, what I would do
is use Google.

Aandi Inston
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines