verypdf blog

Escape Characters in DOS Batch File (.bat file)

 

DOS Command does interpret some special characters before executing a command, such as percent sign ( % ), and the redirection symbols ( < | > ).

Windows 95/98/NT/2000/XP/2003/2008/7/etc. and OS/2 systems, also interpret double quotes ( " ) and ampersands ( & ), as revealed within the Conditional Execution page.

In batch files (.bat files), the percent sign (%) should be replaced by a double percent sign ( %% ). However, when you run a command line in DOS Window or CMD Window directly, you should use a single percent sign, for example,

for %F in (D:\temp\*.pdf) do echo "%F" "%~nF.pdf"

If you put above command line into a .bat file, you should change it to following,

for %%F in (D:\temp\*.pdf) do echo "%%F" "%%~nF.pdf"

In Windows 95/98/NT/2000/XP/2003/2008/7/etc., and OS/2 systems, the redirection symbols may be used by putting them between double quotes ( ">" ). Even so, the quotes can be passed to the command line as well, this behaviour is not like the double percent sign (%%).

Windows and OS/2 Systems are allow using carets ( ^ ) to escape some special characters. Even linefeeds may be escaped this way, as is shown in the Useless Tips page.

If you intend to "nest" commands with escaped characters, you may need to escape the escape character itself too, this will make it difficulty to read or debug your batch files.

 

VN:F [1.9.20_1166]
Rating: 8.0/10 (3 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf password remover

Is PDF Password Remover version 3.1 support Windows 7?

I'm running Windows 7 on the other. Does this version work with Windows 7?
Also, your site indicates: "Support PDF 1.8 (Acrobat 9.x)"

What about Acrobat X?

Yes! I'm interested in buying. But these are rather important issues.
=================================
Our product does support Windows 7 and Acrobat X PDF files without any problem.

It is support both 32bit and 64bit Windows 7 systems.

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

Convert Scanned PDF file to XML format

We are looking for a solution to convert 10 bankers boxes of legal documents. Most of the information, after conversion, is received by an external e-Discovery culling, tagging and production tool like Relativity or Summation.

What would you charge? See the attached requirements… Also we may just want to purchase the software and do it ourselves in-house. What would that charge be?
===============================
Do you wish convert this scanned PDF file to editable Word document? If yes, we suggest you may download mini PDF to Word OCR Converter v3.2 from following web page to try, you can use mini PDF to Word OCR Converter v3.2 to convert your scanned PDF file to editable Word document easily,

http://www.minipdf.com/pdf2wordocr.htm

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

Hello, we need to convert PDF to TIFF CCITT group 4, TIFF to Compressed JPEG, and OCR with text file. Or we would prefer to scan to PDF and save as XML and then run a conversion to all the above formats.

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

Thanks for your message, the following products may helpful to you,

VeryDOC PDF to Image Converter, you can use this product to convert PDF file to TIFF CCITT group 4 format,

http://www.verydoc.com/pdf-to-image.html

PDF to Text OCR Converter Command Line, you can use this product to convert scanned PDF file to text file,

https://www.verypdf.com/pdf2txt/pdf-to-text-ocr-converter.htm

however, we can't convert Scanned PDF to XML format directly, we haven't this product yet, but our OCR and PDF Render technology are ready, we can develop a Scanned PDF to XML Converter product to you within a few business days, we will send an email to you to talk the detailed technologies at later.

VeryPDF
VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: -1 (from 1 vote)
verypdf blog

emf2vec does add extra white space in output PDF file when converting EMF file

I am attaching two EMF graphics and the PDF outputs generated with the command line emf2vec -rclbounds 208614_x.emf 208614_x.pdf. We are seeing extraneous white-space at the top of the graphic (we do not see this in the originals using several viewers, screen shot from Microsoft Paint also attached ). This is causing issues with our output which no longer fits on one page due to this extra space and will require manual remediation.

Can you please look into this and let us know what the issue is?

emf2vec -v
Thank you for choosing our product.
VeryDOC EMF To Vector Converter v2.0
Web: https://www.verypdf.com
Web: http://www.verydoc.com
Email: support@verypdf.com
Release Date: Apr  9 2009

Thanks again.
============================================
Without that DLL is place we found issues with a couple of graphics. I am attaching the one that I can find. When we run emf2vec -rclbounds on this graphic the resulting pdf is zero bytes and it takes a long time to run. A screen shot is attached along with the input and output. We ran several hundred conversions and only had failure on 3 I believe, but there is definitely something wrong. Having the DLL in place seems to solve the problem, so for now this is not causing us problems.

Thanks again.
============================================

Thanks for your sample files, this is a minor problem, we have solved this problem to you, please download the new version to try again.

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)
html converter (htmltools), html to image converter

Controlling image height in VeryPDF HTML Converter v2.0

Hi support,

I have a question to your VeryPDF HTML Converter v2.0

Your demo always produce an output of 801 x 601px. when creating WMF/JPEG from a HTML file. I am interested to control the width by setting up a fix value and then let your software calculate the height depending on how much text there is included in the HTML data.

What I currently get is this (where the border represent the size of the image):

What I would like is this:

Another example.

Current result:

I need this result:


Is there any way to control this?

Thanks for your time and some very nice tools.
====================================================
Thanks for your message, HTML Converter v2.0 hasn't an option to crop the height of output WMF/JPEG file, however, we have technology to crop the margins from both image (TIFF, TIF, JPEG, JPG, PNG, PCX, etc.) and PDF files, we will add this function into the future releases of HTML to PDF Converter product.

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)