Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PCL File Compare

Status
Not open for further replies.

nmutala

Programmer
Jun 13, 2003
1
US
Any ideas how to compare two PCL files and show the difference by page and line number.

Thanks
Nanda
 
There's an old dos command FC (if i remember correctly) that would compare 2 files and it had a /b for binary
option to compare and show byte by byte.

 
We have the technology to provide you with a PCL file compare utility. However, we've been specializing in PCL solutions for over 12 years and have yet to run across anyone with that request.

What problem are you trying to solve and why?

 
Hello Pagetech,

I need a compare utility too. I'm developing an application, which produces PCL. Now I'm looking for a means to test this application's output versus a manually verified reference file. I was able to binary compare two PCL files -- and they were the same. But another day with newly generated PCL files the file sizes differed 3 bytes.

Actually I need to verify my application produces the same print output. So I thought it'll be sufficient to compare the PCL.

Have you got an idea?

Thanks in advance.

Andreas
 
ANDPRO77 - Our PCLCodes program will disassemble PCL into readable English text. Maybe by disassembling both PCL files you could then compare the text files produced and zero in on the lines that do not compare to better pin-point the differences. Slight differences in the PCL may show-up better when they are disassembled into text?

BP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top