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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by EgorovAlex

  1. EgorovAlex

    PJL with PCL file question

    I'm not about second print job, I'm about commands: @PJL ENTER LANGUAGE = PCL <CR><LF> @PJL SET LPARM : PCL SYMSET = DESKTOP <CR><LF> from manual of HP PJL, that mean this is possible, but another part of manual tell: The ENTER command must be positioned immediately before any...
  2. EgorovAlex

    PJL with PCL file question

    Found some info in PJL Technical Reference Manual This example contain PJL SET command after ENTER LANGUAGE: Example: Switching Printer Languages This example contains two print jobs, one PCL and one PostScript. The PCL job prints first, then PJL code switches the printer language to prepare...
  3. EgorovAlex

    PJL with PCL file question

    Hello, Have spool file from HP driver: 00002a21 PJL Command @PJL SET JOBATTR="JobAcct8="aroot"<LF> 00002a44 PJL Command @PJL SET JOBATTR="JobAcct9=(null)"<LF> 00002a67 PJL Command @PJL ENTER LANGUAGE=PCL3GUI<LF> Comment Switch language to PCL 00002a83 Data @PJL SET USERNAME="aroot"<LF>...
  4. EgorovAlex

    PCL6 ROP3

    How I can interpret ROP3 values? For example, I have ROP3=67 This is SPDSanaxn (S = Source, P = Paint, D = Destination, a = AND, n = NOT, x = XOR) How interpret this?
  5. EgorovAlex

    PCL 6 Bitmap

    Hello, I have Bitmap in my PCL 6 file: D1 - uint16_xy 5802 5802 F8 - attr_ubyte 89 - UnitsPerMeasure = (600, 600) C0 - ubyte 00 F8 - attr_ubyte 86 - Measure = eInch C0 - ubyte 03 F8 - attr_ubyte 8F - ErrorReport = eBackChAndErrPage 41 - BeginSession C0 - ubyte 00 F8 - attr_ubyte 88 -...
  6. EgorovAlex

    CharSize value PCL 6

    Also about CharSize, I need make any other conversions to metric system if I have Measure = eInch?
  7. EgorovAlex

    CharSize value PCL 6

    Thank you DansDadUK, I found my error with conversion. Also may be you know, this file contain several commands BoundingBox, RectanglePath and PaintPath, but on my printed page (and with PCL viewers) I see only text data, not any visible rectangle, why?
  8. EgorovAlex

    CharSize value PCL 6

    This is my file (all bynary data): D1 - uint16_xy 5802 5802 F8 - attr_ubyte 89 - UnitsPerMeasure = (600, 600) C0 - ubyte 00 F8 - attr_ubyte 86 - Measure = eInch C0 - ubyte 03 F8 - attr_ubyte 8F - ErrorReport = eBackChAndErrPage 41 - BeginSession C0 - ubyte 00 F8 - attr_ubyte 88 - SourceType...
  9. EgorovAlex

    CharSize value PCL 6

    Thank you, currently I have: UnitsPerMeasure = 600 Measure = eInch CharSize = 5,53552857091405E-315 (very small Real32 value) Point size = very small value :( Also I have PageScale = 5,26354424712089E-315
  10. EgorovAlex

    CharSize value PCL 6

    Hello, How I can convert CharSize value to original value? Currently I have CharSize = 5,53552857091405E-315 for 12pt font and CharSize = 5,6022294884157E-315 for 36 pt font (print job from MS Word)
  11. EgorovAlex

    Work with fonts in PCL 6 class 3

    Thank you, but I found many converters from PCL to image, and it is work fine! How I can do this? Currently I found all chars in my PCL file, but I don't know how I can interpret it to readable bitmap: A8 - FontName = MS PCLXLFont 001 52 - BeginChar C1 - uint16 0100 F8 - attr_ubyte A2 -...
  12. EgorovAlex

    Work with fonts in PCL 6 class 3

    Hello, I hava small PCL 6 class 3 file (attached), it is created from Windows Notepad and contain only one word &quot;abcba&quot;. It is created for test. Now I try to get this text from spl file, but I don't know, how to work with fonts, when I parse this file, I receive TextData =...

Part and Inventory Search

Back
Top