docprint pro

VeryPDF Status / Quick Question #2 – Class not Registered DocPrint

I tried registering docPrintCom.dll on the client workstation and it successfully registers docPrintCom.  But, I still get a class not registered when I try and do:

docPrint = CreateObject("DocPrintCom.docPrint")

Is there something else I need to do?
============================
Are you using 64bit system? If yes, please compile your EXE application with
x86 platform option, then your EXE will able to access to
("DocPrintCom.docPrint") properly.

VeryPDF
============================
Actually this error happens on a 32bit system and I'm compiling on a 32 bit system.
============================
Please by following steps to try again,

1. Please run "C:\Program Files\docPrint Pro v5.0\docPrint_Service.exe" application first, you will see an icon appear in the right-bottom tray area,

2. Please please double click "C:\Program Files\docPrint Pro v5.0\docprint-com.vbs" file to convert a web page to PDF file,

Can you work fine with "C:\Program Files\docPrint Pro v5.0\docprint-com.vbs" script?

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 to image converter

pdf to image com/sdk/dll on Windows 2008 R2 – 64 Bit, run from Network Service account

Hi Support,

I seem to be having a problem registering you component on a win 2008 64 bit machine.  Please see the screenshot below:

You can see which files I have included in the folder, maybe I’ve got the wrong ones.  I’d appreciate you help.
========================
Please launch a new CMD window with administrator privilege, run this command line in new CMD window again, then you can register it properly.

VeryPDF
========================
Thanks, I’ve done that but now I am getting the following error:

System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {51BC538F-73BA-4716-8576-B5FECD42C894} failed due to the following error: 80070005.

Do you have any ideas?
========================
Are you compile the source code with AnyCPU mode? If yes, please re-compile the source code with x86 platform to try again.

If you still have same problem, ca you please create a remote desktop account on your test machine? after we logged into your test machine, we will research this problem for you asap.

VeryPDF
========================
Hi,  Its working fine on my set machine which is a windows 7 PC but when I install in on my windows 2008 r2 64 bit server I get the following error when my application invokes your component:

System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {51BC538F-73BA-4716-8576-B5FECD42C894} failed due to the following error: 80070005.

Do I need to compile the code as x86 or x64?

I dont suppose you have a telephone number I can call you on?

Thanks for your help.
========================
By changing my application pool user from Network Service to my administrator account I have managed to get it working so it looks like its a permission problem rather than a 32/64 bit compilation issue. Do you have any ideas on how I may resolve this as I really don’t want my site to run as an admin account as this is extremely dangerous?  I must need to grant the network service some additional permission.

Thanks
========================
Hi Support,  I have managed to resolve the issue by making the following steps:

1. Click Start -> Run
2. Enter DCOMCNFG and press OK. This will open the DCOMCNFG window.
3. Browse down the tree to Console Root -> Component Services -> Computers -> My Computer
4. Right click on "My Computer" and select properties
5. Select the "Default Properties" tab
a. Enable Distributed COM on this computer - Option is checked
b. Default Authentication Level - Set to Connect
c. Default Impersonation Level - Set to Identify
6. Select the "COM Security" tab
7. Click on Access Permissions ' Edit Default
a. Add "Anonymous", "Everyone", "Interactive", "Network", "System" with Local and Remote access permissions set.
8. Click on Launch and Activation Permissions ' Edit Default
a. Add "Anonymous", "Everyone", "Interactive", "Network", "System" with Local and Remote access permissions set.
9. Click on OK
10. Close the DCOMCNFG window

I hope this helps

Kind regards
========================
Thanks for your great information, your information will helpful for our other customers in the future.

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)
ocr products, pdf to text converter

OCR Hungarian language PDF file

I've just bought your product named "PDF to Text OCR Converter".

My question is that from where can I purchase language .dat files in order to support for example the Hungarian language?

In the ocrdata directory there is only a readme file with the following content:

Please copy ocr data files into this folder in order to support more languages, e.g.,

eng.dat
deu.dat
fra.dat
ita.dat
nld.dat
spa.dat
...
...
...
etc.

Thanks in advance for your answer,
======================================
Thanks for your message, you can download Hungarian language from following URL,

http://dl.verypdf.net/ocrdata/hun.zip

please unzip hun.dat file to " ocrdata " folder, then you can use following command line parameter to use the Hungarian language,

pdf2txtocr.exe -lang hun C:\in.tif C:\out.txt

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

Convert word documents to EMF files and crop the margins from image jpg files

one question again:

i am printing ONE JPG in every loop until ... this results in many queue entries in the printer queue ... works as designed ...
BUT only the FIRST print job saves to file automatically !!
ALL the others pops up a file save-dialog !!!
i monitored this with REGEDIT and the keys the code puts in every loop RIGHT ...
but if the first job finishes the key entry "AutomaticOutput" goes to "0" !!!!!

any idea ?
============================
Yes, if you print more documents to docPrint PDF Driver at same time, the following print jobs will overwrite the settings of first print job, you need wait until first print job be finished completely before you launch a new print job, you need print your documents one by one, please understand this matter.

VeryPDF
============================
I've installed now docprint sdk ...
some questions:

- the command "docPrint_Register "XXXXXXXXX", "My Company"" does not work --> error "Sub or Function not defined" in excel-vba

- how can i specify "OVERWRITE EXISTING FILE" when print to file(s) ?
- how can i specify to ignore paper size for JPG file - this means not to print on A4 or something like that and to generate the file only with the image within and not to get "white bars around the image" ?
- it put a string for the filename example "Y:\...\...\XXX_1.jpg" and the driver generates then a file "y:\...\...\XXX_1_0001.jpg" --> i do not want this ...
- it works per default with JPG fine, how to switch for ex. to EMF ?

thank you very much

============================
You can use "DocPrintCom.docPrint" COM interface to try again, "DocPrintCom.docPrint" COM does contain a docPrintCOM_Register() method too, for example,

~~~~~~~~~~~~~~~~~~~~~~
strCmd = " -i """ & sourcePath & """ -o """ & destiantionPath & """ -* XXXXXXXXXXXXXX"
Set docPrint = CreateObject("DocPrintCom.docPrint")
nRet = docPrint.docPrintCOM_Register("XXXXXXXXXXXXXX", "VeryPDF.com Company")
nRet = docPrint.RunCmd(strCmd, 0)
~~~~~~~~~~~~~~~~~~~~~~

You can above code from VBA easily.

docPrint SDK does overwrite existing PDF file automatically, you needn't specify any additional parameters for overwriting.

Do you wish remove margins from output image files? If yes, you can use trimimage.exe to crop the margins, for example,

"C:\Program Files\docPrint Pro v5.0\psdriver\trimimage.exe" C:\in.tif C:\out.tif

"C:\Program Files\docPrint Pro v5.0\psdriver\trimimage.exe" C:\in.bmp C:\out.png

"C:\Program Files\docPrint Pro v5.0\psdriver\trimimage.exe" C:\in.jpg C:\out.png

Do you want stop add the page header and footer to printout image files? If yes, you need clear the page header and footer options from printing application, such as MS IE or Word or other printing application.

If you wish create the EMF files, you need use docPrint Printer to instead of docPrint PDF Driver, docPrint PDF Driver does support PDF, PS, EPS, JPG, PNG, etc. files creation, but it can't create EMF and WMF files, if you wish create EMF and WMF files, you need use docPrint printer.

You can simple use "-e" parameter to use the docPrint printer, please refer to following command line,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -e -i C:\input.doc -o C:\output.emf

VeryPDF
============================

Your two images have different contents, are they the same picture?

also, do you point to the difference in the margins in converted JPG file? If yes, you can use imgconv.exe to convert JPG to a new JPG file,

"C:\Program Files\docPrint Pro v5.0\imgconv.exe" C:\test.jpg C:\out.jpg

imgconv.exe can convert between different image formats and without change the margins, we hoping imgconv.exe will work fine 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)
powerpoint to flash

VeryDoc PowerPoint to Flash Issue

I am looking for a PowerPoint to Flash converter. I downloaded your trial version and have been testing it. From what I have seen, your version is the best and least expensive.

I have about 100 PowerPoint presentations to convert to flash. I tested 20 of them. They were produced over the years using various versions of PowerPoint, and are all in the PPT format. However, in converting them using your most recent trial version, I ran into a problem when using both the VeryDoc.com PowerPoint to Flash Converter and the VeryDoc.com PowerPoint Converter programs.

In the PowerPoint presentations that had problems converting, once your program converted each slide, and before it finished, I got an error message in a pop-up box from Windows that states the following:

“VeryDoc.com PowerPoint to Flash Converter has stopped working”

At this point, the program would crash and close once you clicked on the pop-up box.

It would never finish completing the creation of the html and swf files.

This happened in half of the presentations out of the 20 I tested.

The best I can tell is that in many of the PowerPoint presentations, there are special characters outside the standard ASCII character set range, which your program will not recognize when trying to create the flash and html files. As a result, it crashes, since it doesn’t know what to do with them.

I would like to buy the program. Have you encountered this problem before?

I have thousands of slides, so looking through each slide is not the answer because of a special character in them. I can view ALL of these presentations, and can also convert them to PDF and images such as JPGs without problem. The issue is definitely  within your program.

Can you have your developers look into it and address this problem? If this can be fixed, I will buy VeryDoc.com PowerPoint Converter immediately.

If this is the cause, which I believe it to be, your program may be able to be fixed by making the following changes as stated in the Microsoft support document Q238833 at the following link:

http://support.microsoft.com/kb/238833

"Special character" refers to any character outside the standard ASCII character set range of 0x00 - 0x7F, such as Latin characters with accents, umlauts, or other diacritics. The default encoding scheme for XML documents is UTF-8, which encodes ASCII characters with a value of 0x80 or higher differently than other standard encoding schemes.

Most often, you see this problem if you are working with data that uses the simple "iso-8859-1" encoding scheme. In this case, the quickest solution is usually the first listed prior in the RESOLUTION section. For example, use the following XML declaration:

<?xml version="1.0" encoding="iso-8859-1" ?>
<rootelement>
...XML data...
</rootelement>

Thank you & God Bless!
=================================
Thanks for your message, can you please let us know what version of MS PowerPoint application that you are using? If a PPT file crash in PowerPoint to Flash Converter, you may open this PPT file in MS PowerPoint application, save it to a new PPT file, and use PowerPoint to Flash Converter to convert new PPT file to SWF file again, we hoping this way will work better for you, you may give it a try.

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)