verypdf blog

Print images on a PCL printer

Good morning,
 
We ordered 6 VeryPDF pcl converters, they work perfect.
Now we have a new problem.
 
We are using an Unix system with a Progress database en development tools.
 
Now we want an output to a pcl printer not only characters but also an image. We know how to use PCL codes but not for printing images f.i. the head of a letter.
 
Which program can you offer us to print images and how can we use this programs.
 
Kind regards,
=========================================
Thanks for your message, on the Windows system, we can print both text and image contents to PCL Printer, however, our products are not support UNIX system, they are support Windows system only, sorry for this matter.

VeryPDF
=========================================
Good you then help me if I print via Windows.
=========================================
Thanks for your message, you can by following steps to print your PCL file to Windows Printer,

1. You can use our PCL to PDF Converter to convert your PCL file to PDF file first,

https://www.verypdf.com/pcltools/index.html

2. You can use PDFPrint Command Line to print the output PDF file to Windows Printer,

https://www.verypdf.com/pdfprint/index.html

we hoping above products will helpful to you, if you encounter any problem with above products, please feel free to let us know.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
docprint pro

what Permissions do I need to run docPrint from limited user account

What do security permissions need to be set at in order for this to work for a user?  Running docPrint 3.3 

Regards!
=================================
Please add Read/Write permissions to Everyone user account to following items to try again,

1. Add Read/Write permissions to Everyone user account to following item in registry,

HKEY_LOCAL_MACHINE\SOFTWARE\verypdf\eprint

2. Add Read/Write permissions to Everyone user account to following folders,

C:\Program Files\docPrint v5.0\
C:\Windows\system32\
C:\WINDOWS\system32\spool\PRINTERS

After you added Read/Write permissions to above folders, please print a document to docPrint from non-Admin user account to try again, then you will see docPrint Preview Window on screen.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf print

pdf print command line Network Printers Error (Error 13)

Good afternoon,

I have a client wanted to know if it’s possible to use PDFPrint to print to a network printer from the command line.  Are there any limitations to this, or does it require a local printer in order to function?
=================================
Yes, our pdfprint.exe does support network printer, you can use it by following command line,

Pdfprint.exe -printer "\\192.168.1.10\myPrinter" C:\test.pdf

VeryPDF
=================================
We are getting some errors back from PrintPDF when trying to print.  I have included a log with the error numbers below.  Can you tell me what's going on?

Thanks,

DateTime=2011-03-31T18:44:07.0986096Z
RCAutoFormsService Verbose: 1 : PrintThread: Waiting for Work.
    DateTime=2011-03-31T18:44:07.0986096Z
RCAutoFormsService Verbose: 1 : Queuing Print Job: D:\AVAI\DealTyper\TransactionForms\26\Form22.pdf to \\ryanspc\HP LaserJet 1022 - Ryan, DeleteWhenFinished=False, Copies=1
    DateTime=2011-03-31T18:44:22.7921788Z
RCAutoFormsService Verbose: 1 : PrintThread: Work found, Current Queue Length is 1
    DateTime=2011-03-31T18:44:22.7921788Z
RCAutoFormsService Verbose: 1 : Printing D:\AVAI\DealTyper\TransactionForms\26\Form22.pdf to \\ryanspc\HP LaserJet 1022 - Ryan
    DateTime=2011-03-31T18:44:22.7921788Z
RCAutoFormsService Verbose: 1 : Attempting to start D:\AVAI\DealTyper\App_Data\PDFPrint\pdfprint.exe -$ "56XSD5234455255WET58" -copies 1 -printer "\\ryanspc\HP LaserJet 1022 - Ryan" "D:\AVAI\DealTyper\TransactionForms\26\Form22.pdf"
    DateTime=2011-03-31T18:44:22.7921788Z
RCAutoFormsService Verbose: 1 : Waiting up to 60 seconds for process 4640 to terminate
    DateTime=2011-03-31T18:44:22.7931789Z
RCAutoFormsService Verbose: 1 : Process Terminated with code: -1001
  DateTime=2011-03-31T18:44:22.9571953Z
RCAutoFormsService Verbose: 1 : Process Output: Thank you for choosing our product.
Printing 'D:\AVAI\DealTyper\TransactionForms\26\Form22.pdf' file...
GetPrinterDevice:OpenPrinter("\\ryanspc\HP LaserJet 1022 - Ryan") failed, GetLastError() = 5 Time of printing is: 62ms(0.06s) Exit Code
=================================
Please add -debug parameter to printout detailed message, the debug message will helpful for you to find out where is wrong quickly,

Pdfprint.exe -debug -printer "\\192.168.1.10\myPrinter" C:\test.pdf

VeryPDF
=================================
I seem to be getting back error code 13 from PDF Print.  Do you have any indication as to what that error could mean?
Thanks!
=================================
Please refer to following values,

Return values:
   0: Print PDF file successfully.
 -10: PDFPrint Library is damaged.
 -11: Something is wrong in the command line options.
-101: Can't start "spooler" service, please start "spooler" service from Service Manager by manual.
  -4: Can't locate specify printer in this computer.
 -12: Can't open specify printer.
 -13: Something is wrong when set options to printer.
  -5: No input PDF file for printing.
   9: Password Required to open this PDF file.
Other values: Something is wrong during render PDF file.
"-13" is "Something is wrong when set options to printer.", please give full control to Everyone user account to target Network printer to try again. You can also use IP address to instead of domain name.

VeryPDF
=================================
We've tried a few things today, but still can't get around this error.  We have isolated the error to printers that are being shared by another computer on the network.

Allow me to describe our system:

We have some web services running on a Windows 2008 server with IIS7.  We are printing some PDFs with your tool when a user executes a specific command.  The printers that are installed directly to the server (I.E. not going through another computer) work great.  The printers being shared by another computer don't work.   I can print to those printers when I am logged in to the machine, so it seems to only be a problem when trying to have the service execute the print command.

Do you have any additional troubleshooting information that could help us?
=================================
"service" hasn't Network connection ability, you need run pdfprint.exe from Administrator user account, then you will get pdfprint.exe work properly.

Please download CmdAsUser from following page to try, you can use CmdAsUser to run pdfprint.exe from Administrator user account,

http://www.verydoc.com/exeshell.html

you can also set your service run as Administrator user account in Service Manager, if you don't know how to do, please feel free to let us know, we will provide the detailed information to you shortly.

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (2 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
html converter (htmltools)

-playemf2 parameter in htmltools.exe

Dear Sirs,

the attached test program demonstrates a bug in your HTMLSHELL software.
Please start the TestPDF.exe. This program converts the included HTML to a PDF.

3 files will be created and displayed in certain browsers:

-          The input HTML
-          The output PDF
-          The command line string used to control your software
-         
There is a simple HTML table which contains items, an image and a text string in each line.
Some lines are be duplicated and are positioned on the wrong page. Please see the attached jpg for details.

Please give me an estimate when I can expect a bug fix.
====================================
Please run following command lines to try again,

Htmltools.exe -playemf2 -width 612 -height 792 -emfheight 792 C:\test.htm C:\out.pdf

We hoping -playemf2 parameter will work better for you, please to try.

VeryPDF
====================================
thank you for your quick response.
 
In deed the -playemf2 parameter solved our problem.
As far as I can see, this parameter is not listed in the online help, what is the purpose for that parameter?
====================================
-playemf2 parameter does use a different method to render the EMF file, we are glad to hear from you that this parameter does solve this problem to you.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
spool file page counter sdk

We need more technical information about PCL Page Counter SDK

Dear Support

We are a Swedish company focusing in print management solutions for enterprises.

To enahance our capabilities we are now looking for parser technology as one method of counting pages per print job.

We have been doing some tests with your product and found it of interst to look into. Currently we have one customer with a very limited demand of the PCL Page Counter software but it might be of interest for us to use your product as an add on for all customers.

In order to determine if the product can be used or not we kindly ask if there are any programming guides with description of all APIs available for us?
==============================
You can download the trial version of PCL Page Counter SDK from following page to try, you can use PCL Page Counter SDK to count the pages in PCL3/4/5, PCL6, PCL5c, PCL5e, PCL-XL, PCLXL, PS, PDF, etc. formats easily,

http://www.verydoc.com/pcl-page-count/pcl-page-count.html

VeryPDF
==============================
Thanks for fast response.

We already downloaded the trial version which seems to work as expected. What we need is some programming guide describing all available APIs to see if we can get the needed control from our software, and we cannot find this document in the downloaded package.

==============================
PCL Page Counter SDK is provide ReadInfoFromPSFile(),ReadInfoFromPCLFile() etc. functions, you can call these functions to retrieve page count from existing PS and PCL files, please refer to a VB.NET example from following page,

http://www.verydoc.com/pcl-page-count/pcl-page-count.html

if you encounter any problem with our PCL Page Counter SDK, please feel free to let us know, we will assist you asap.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)