pdf print

How do I call pdfprint from Windows Service or Local System to print the PDF file to network printer?

You should run pdfprint.exe from an interactive user account instead of default Local System User Account, because Local System User account can't access to network printer, we suggest you may use CreateProcessAsUser() function or RunAs.exe application to run pdfprint.exe from an interactive user account, then pdfprint.exe will able to print your PDF file to network printer properly.

Please refer to following solution, we hoping the following solution will helpful to you,

1. Please download CmdAsUser.exe from following page first,

http://verydoc.com/exeshell.html
http://verydoc.com/download/cmdasuser.zip

2. You can use CmdAsUser.exe to run pdfprint.exe from a special user account, e.g., Administrator user account,

CmdAsUser.exe Administrator . /p password /c "C:\pdfprint.exe" –printer \\verypdf-printerserver\myprinter C:\test.pdf

Please notice, you need modify user name and password in above command line.

3. You can call CmdAsUser.exe from your code to launch pdfprint.exe inside an interactive user account, then you can print your PDF files properly.

You may encounter Error #1314 when you switch the user account, please refer to following solution to solve Error #1314,

~~~~~~~~~~~~~~~
To resolve this issue:
1. Click Start, click Run, type "secpol.msc", and then press ENTER.
2. Double-click "Local Policies".
3. Double-click "User Rights Assignment".
4. Double-click "Replace a process level token".
5. Click "Add", and then double-click the "Everyone" group
6. Click "OK".
7. You may have to logout or even reboot to have this change take effect.

Please refer to two screenshots at below,

http://www.verydoc.com/images/err1314-1.png
http://www.verydoc.com/images/err1314-2.png

"To resolve Error #1314 error, you'll need to elevate the rights of the account calling CreateProcessAsUser() with the "Replace a process level token" right. To do so, open the Control Panel / Administrative Tools / Local Security Policy and add the user account to the "Replace a process level token" right. (You may have to logout or even reboot to have this change take effect.)"
~~~~~~~~~~~~~~~

Sometimes, Windows system can’t map computer name to IP address properly, for example, the following command line may not work in computers,

pdfprint -debug -chgbin 257 -printer "\\verypdf-server\Xerox Global Print Driver PCL"  "c:\temp\verypdf.pdf"

however, after we change the “\\verypdf-server” to IP address, it does work,

pdfprint -debug -chgbin 257 -printer "\\192.168.1.10\Xerox Global Print Driver PCL"  "c:\temp\verypdf.pdf"

so, you should better use IP address to instead of computer name if your system can’t map from computer name to IP address properly.

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 Printer can’t print PDF file to network printer from Windows Service

Hello,

When using VeryPDF printpdf, it works fine from the windows command line.  However when we shell out to the operating system from within an application, and redirect the io to a file, we see that printpdf cannot find the printer that we are passing to it.  This seems to have begun happening when we moved to a new server.  Please note, if we shell out of the same application and run the –listprinter option and redirect the io to a file we can see that it is listing out the printer we are passing to it.

Please advise,

Thanks,

=========================================

Are you trying to call pdfprint.exe from Windows Service application or non-interactive user account (Local System Account or System account or others)? If yes, please notice an important matter, Service account and system accounts haven't privilege to access to network at default, please refer to following information,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In default, Windows does not enable the SYSTEM user account to access to network resources. The easiest method to bypass this is to run your app under a real account (interactive user account) that has network access rights.

If you're utilizing the Win2000 scheduler to start your app, it is possible to alter the account easily, right click your "task", select "Properties" menu item, and change the Run As: account.

If you are being launched by a custom service, change the account the service runs under. In Services, right click the service, select "Properties" menu item, switch to Logon tab, select "This account" and enter the account information.

If you can't do that, you are be able to grant the SYSTEM account privileges to things, see this article,

http://support.microsoft.com/default.aspx?scid=kb;EN-US;132679

and this one,

http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q124/1/84.asp&NoWebContent=1

but these are old and you may no longer be able to do this.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We have another solution to you, you can use VeryPDF CmdAsUser.exe application to run pdfprint.exe from an interactive user account, CmdAsUser.exe can be downloaded from following web page,

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

http://www.verydoc.com/download/cmdasuser.zip

after you download and unzip cmdasuser.zip to a folder, you can run following command line to print your PDF file to network printer,

CmdAsUser.exe Administrator . /p password /c "C:\pdfprint.exe" -printer "\\192.168.1.10\VeryPDFPrinter" C:\verypdftest.pdf

If you encounter Error #1314 problem with above command line, please refer to the solution of Error #1314 at following web page,

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

after everything is fine in CMD window, you can call above command line from your Service or ASP or PHP or C# source code, then you can print the PDF file to network printer properly.

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf to text converter

PDF to Text Converter does convert UTF-8 characters in PDF files to text files

Good day,

I would like to ask you if you sell a product that convert pdf document containing UTF-8 characters to text file. In fact, many customers need to convert pdf documents that contain UTF-8 arabic characters to text files.

Best Regards
======================================
VeryPDF PDF to Text Converter does convert UTF-8 PDF file to text file properly. After you installed VeryPDF PDF to Text Converter, please launch a CMD window, you can run following command lines in this CMD winodw to convert your PDF files to text files quickly,

"-breaker" parameter will insert page breaker 0x0C into converted .txt file, if you needn't page breaker, you can remove this parameter,

"C:\Program Files\VeryPDF PDF2TXT v3.2\pdf2txt.exe" C:\verypdf.pdf C:\out.txt -unicode -breaker

You can also run following command line to convert PDF file to text file without page breaker symbols,

"C:\Program Files\VeryPDF PDF2TXT v3.2\pdf2txt.exe" C:\verypdf.pdf C:\out.txt -unicode

The "-unicode" parameter will convert UTF-8 characters from PDF files to text file properly.

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdfstamp command line

Upgrade PDF Stamp SDK Developer License

We purchased a COM Developer license of PDF Stamp  2.0 in January 2008.

We recently had a problem with the call to veryOpen for certain types of PDF. It returned error -3, even though the PDF was not an old version.

I downloaded the latest demo version, 2.5 to test these files and it worked. Is it possible for you to supply us with a non-demo version of 2.5?
======================================
Thanks for your message, we will send the upgrade web page to you via email shortly, you can by the instructions in that email to upgrade to VeryPDF PDF Stamp SDK v2.5 Developer License.

Thank 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)
doc to any converter

Questions about Docx to Image Converter Licensing

Hi,
I am a .NET developer, and we are looking for 3rd party software to convert our .docx files to Image format (TIF).
We have a small shop with about 8 people doing benefits work and creating word 2007 documents for our pension members. We do most of this work through our own proprietary application. We would like to give our software the capability of converting documents. Preferably by including a DLL, rather than calling a command line/COM object.

Here are the questions we have about your software.
* If the software is being deployed as a dll within another application does that require the purchase of the Developer License?
* Would the purchase of a End User license for every user be sufficient?
* If we decided to purchase any of the licenses would they require renewal in order to be compatible with a new version of Microsoft Word?
===========================================
Yes, you need to purchase the VeryDOC DOCX to Image Converter Developer License.

Yes, you can purchase the End User license for every user, that would be sufficient.

Yes, you should install the latest version of MS Word, this will make you to get better PDF files or image files from MS Word documents.

VeryPDF
===========================================
Some follow up questions...

*  If we purchase the developer license, do we also need to purchase End user licenses or will the developer license be all that is required?

*  I don't understand your answer to my third question. If Microsoft releases another version of Word, will we be required to pay more money to get an upgrade of the DOCX2Image converter? Do we have to pay to get an upgrade of your application? If yes, how much?
===========================================
No, developer license does conver the end user license, after you purchased developer license, you needn't purchase end user license again.

DOCX2Image converter does support new version of MS Word automatically, you needn't purchase an upgrade version of VeryDOC DOCX2Image converter product.

However, we are also provide the upgrade service to our customers, the upgrade is free within first one year, after first year, the upgrade cost is 50% of purchase price.

VeryPDF
===========================================
I am ready to try out your DOCX2Image converter. Do you have a trial version that I can download?
===========================================
Thanks for your message, DOCX to Image Converter function is included in our DOC to Any Converter product, you can download the trial version of DOC to Any Converter from following web page,

http://www.verydoc.com/doc-to-any.html

http://www.verydoc.com/doc2any_cmd.zip

after you download and unzip it to a folder, you can run following command line to convert your DOC file to image file,

doc2any.exe -useoffice 1 -useprinter C:\test.doc C:\out.tif doc2any.exe -useoffice 1 -useprinter C:\test.doc C:\out.jpg

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)