pdf split-merge

Problems with PDF Merge

It appears that my Merge software has intermittent problems, sometimes it works than it does not work I have attached the two documents I am trying to merge and a screen dump of the error message that I receive What appears to be the problem??
========================================
I have tried following command line, it does work, can you work fine by following command line in your system?

"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" "D:\temp5\Marriage Cert - Incorrect pg 2.pdf" "D:\temp5\Marriage Cert - Incorrect.pdf" D:\temp5\out.pdf

VeryPDF
========================================
I have contacted you on numerous occasions (first time 18 Jun 11) in regards to a problem I have with your product.
I have attached a PowerPoint showing were the problem is
As I have mentioned prior, I purchased your product and expect it to function correctly, I do not with to use DOS commands.
What is wrong with the product you sold me??
Can you phone me and walk me through the process if I am doing it wrong?
========================================
We apologize for any inconvenience this may have caused to you, you can drag&drop the PDF files from Windows Explorer to PDF Split-Merge’s Window, you can use drag&drop method to instead of Click “Add” button, we hoping drag&drop operation will work fine to you, please to try.

VeryPDF
========================================
Drag & Drop worked - thanks
Why am I having problems with the 'Add' function??
========================================
Maybe there has a limitation in "Add" button,  we will research the problem in 'Add Button' function shortly, we will let you know after this problem issolved, thanks for your patience.

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

Batch conversion in PDF to Text OCR Converter Command Line

Hi, Im interested in your PDF to Text OCR Converter command line for $195.00
Does it do files in batch or do you have to convert them one at a time?
=============================
Yes, PDF to Text OCR Converter Command Line does support batch conversion, you can convert lots of your PDF files to text files by following command lines,

Following command line will OCR all PDF files in D:\temp\ folder to text files:

for %F in (D:\temp\*.pdf) do pdf2txtocr.exe -ocr -lang deu "%F" "%~dpnF.txt"

Following command line will OCR all PDF files in D:\temp\ folder and subdirectories to text files:

for /r D:\temp %F in (*.pdf) do pdf2txtocr.exe -ocr "%F" "%~dpnF.txt"

Following command line will OCR all PDF files from D:\temp\ folder and output text files to C:\test folder:

for %F in (D:\temp\*.pdf) do pdf2txtocr.exe -ocr "%F" "C:\test\%~nF.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

Group 3 or Group 4 in docPrint Pro product

With you software, it says we can print to TIFF format.

Can we specifically print to Group 3 or Group 4 1-bit palette TIFF files?
=============================
Yes, you can use -c parameter to create G3 or G4 TIFF files,

-c <compression>    : compression for TIFF output format
-c 1     : NONE compression
-c 2     : CCITT modified Huffman RLE
-c 3     : CCITT Group 3 fax encoding (1d)
-c 4     : CCITT Group 4 fax encoding
-c 5     : LZW compression
-c 6     : OJPEG compression
-c 7     : JPEG DCT compression
-c 32773 : PACKBITS compression
-c 32809 : THUNDERSCAN compression
-c 88880 : 204x98  G4 ClassF TIFF
-c 88881 : 204x196 G4 ClassF TIFF
-c 88882 : 204x98  G3 ClassF TIFF
-c 88883 : 204x196 G3 ClassF TIFF
-c 88884 : CCITT Group 3 fax encoding (2d)

For example,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -c 3 -b 1 -r 300 -i C:\input.doc -o C:\output.tif

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -c 4 -b 1 -r 300 -i C:\input.doc -o C:\output.tif

VeryPDF
=============================
Can you please assist in identifying which compression type this particular file is (attached)? Our internal systems are accepting the attached .TIF but not the .TIF produced using doc2Print.
Which parameter (compression type) should we use to create that precise type of TIF (as attached)?
Any help is appreciated.
=============================
Your TIFF file has following information,

~~~~~~~~~~~~~
Image Width: 1728 Image Length: 1072
Resolution: 200, 100 pixels/inch
Bits/Sample: 1
Compression Scheme: CCITT Group 3
Photometric Interpretation: min-is-white
FillOrder: msb-to-lsb
Samples/Pixel: 1
Rows/Strip: 1072
Planar Configuration: single image plane
Group 3 Options: (0 = 0x0)
~~~~~~~~~~~~~

So you can use following command line to convert your DOC file to this type of TIFF file,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\test.doc -o C:\out.tif -b 1 -r 200x100 -c 3

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

from excel to jpeg

I would like to know why i’m getting a error when i’m trying to convert Excel filetypes(xls, xlsx)  to jpeg. I run this simple command:

- C:\test\doc2any\doc2any_cmd>doc2any -useoffice 0 c:\test\img.xls c:\test\test\img.jpg
- C:\test\doc2any\doc2any_cmd>doc2any -useoffice 1 c:\test\img.xls c:\test\test\img.jpg

This is the error i’m getting when i run one of the above commands:
You have 274 time to evaluate this product, you may purchase a full version from
https://www.verypdf.com.
Conversion time = 0ms
c:\test\leeg.xls ==> c:\test\test\img.jpg, result=ERROR
TickCount = 0ms(0.00s), Result = 0

Converting Excel files to pdf files works fine, but I want to convert them to jpeg.
========================================
Please add "-debug" parameter to try again, "-debug" parameter will print detailed information, for example,


doc2any -debug -useoffice 0 c:\test\img.xls c:\test\test\img.jpg
doc2any -debug -useoffice 1 c:\test\img.xls c:\test\test\img.jpg
doc2any -debug -useoffice 1 -useprinter c:\test\img.xls c:\test\test\img.jpg

if you still have same problem, please email to us the log message, after we checked your log message, we will figure out a solution to you shortly.

VeryPDF
========================================
Thank you for your response. I got it working by adding -useoffice 1 -useprinter.
========================================

Is there a option to up the quality of the created .jpg files? I have converted a .xls document to .jpg using the following command:

- doc2any -useoffice 0 -useprinter c:\idiligo\img.xls c:\idiligo\test\img.jpg

I have added the result in a attachment. The quality is not that great. You can see the jpeg artifacts appear around the pink colored squares. Is there a option like pdf2any's "-q 95" or something?
Thnx in advance.
========================
Please run following command line to try again, the following command line will convert your XLS file to high quality JPEG image,

doc2any -useoffice 1 -useprinter -xres 300 -yres 300 c:\idiligo\img.xls c:\idiligo\test\img.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)
verypdf blog

I need to concat generated PCL by your SDK with PCL generated by my ERP system

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.

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)