I need to concat generated PCL by your SDK with PCL generated by my ERP system(a production order). The idea is print production order with drawing(your PCL) in verse of the sheet.
It's work fine on PCLs generated by previous version of your SDK.
We execute the procedure above like this:
OP(our PCL) + Breakline(command to print in verse) + Drawing(your PCL)
We do it using files as text.
using the previous version of your SDK is OK. But in new version(COM) don't work.
We use a part of text in your PCL to test and concat. Like this:
_nPos1 := at("E*t600R&l1o1E&l1X&u600D*r0F&l0S&n8WdDefault&l7H&l26a8c1E*p0x0Y*c0t8135x5712Y",xBuffer)
if _nPos1 > 0
xBuffer := SubStr(xBuffer,1,_nPos1-1)+"E*t600R&u600D*r0F&l1o1E&l1S&l0H&l26a8c1E*p0x0Y*c0t8135x5712Y&l1X&a0P"+SubStr(xBuffer,_nPos1+88,len(xBuffer))
Endif
_nPos2 := at("E*t600R&l0o1E&l1X&u600D*r0F&l0S&n8WdDefault&l7H&l26a8c1E*p0x0Y*c0t5611x8178Y",xBuffer)
if _nPos2 > 0
xBuffer := SubStr(xBuffer,1,_nPos2-1)+"E*t600R&u600D*r0F&l0o1E&l1S&l0H&l26a8c1E*p0x0Y*c0t5611x8178Y&l1X&a0P"+SubStr(xBuffer,_nPos2+88,len(xBuffer))
Endif
and like attached file.
Is possible to generate PCL with new PCL convertor using same default of old version?
I notice which too new version generate a PCLXL file, and old version a PCL file.
I dont know PCL format, but can do it some difference?
==========================================
Can you please email to us your sample PCL files for checking? After we checked your sample PCL files, we will figure out a solution to you shortly.
VeryPDF
==========================================
==========================================
in attachment pcl generated by old and new SDK. Old SDK is like we want.
See line in old file:
*t600R &l1o1E &l1X &u600D *r0F &l0S &n8WdDefault &l7H &l26a8c1E *p0x0Y *c0t8135x5712Y *b0M *v1N *v1O *l184O *v6W
=============================
Thanks for your sample PCL files, please refer to attached PDF files, these PDF files were converted by our PCL Converter product, these PDF files are look fine, please feel free to let us know if you have any question for these PDF files.
Related Posts
Related posts:
Convert pcl to tif and set resolution via command line?
Convert image to searchable PDF and edit PDF keywords
How to merge PDF documents and keep original forms and bookmarks intact
How to Set Up Scheduled OCR Tasks with VeryPDF OCR to Any Converter for 247 Automation
How to Use an API to Convert HTML Content to PDF for E-Commerce Order Receipts
VeryPDF Screenshot API Review Features, Pricing, and Performance for Enterprise Website Capture Need...
How to Scan Shipping Labels from PDFs Using JavaScript Barcode SDK
Protect Your Digital Textbooks From Illegal Sharing and Keep Your Academic Work Under Your Control W...