A-PDF :: Affordable PDF Tools

How to batch adding a same suffix to PDF names which named with a same first letter?

Return KB main page

Question

Is there a way to help me to add a same suffix such as "@a-pdf" for PDF files which named with a same first letter such as "p"?

Solution

With A-PDF Rename (free download here), You can write command line to deal with above situation.

The command line you write in CMD.exe can be as follows:

C:\RenameFiles>set RenameCmd="C:\Program Files\A-PDF Rename\prncmd.exe"

C:\RenameFiles>for %i in (p*.*) do %Renamecmd% "%i" "%filename%@a-pdf"

This web tutorial will give you an overview of the procedure how easy to use this product!

tutorial

Or view video tutorial here:

a-pdf-rename-video-tutorial-image

order

More Related Q&A

Related products

  • A-PDF Text Replace - batch replace, change or delete multiples text in Acrobat PDF files automatically
  • A-PDF Rename - batch rename multiple PDF document based on content, metadata and file attributes(Size, Datetime) within PDF files. You can batch change or update multiple PDF files metadata (title, creator, producer, author, subject and keywords) as well as
  • A-PDF Form Data Extractor - batch export PDF form data to CSV or XML file format
  • A-PDF Page Master - Manage and organize PDF document pages, including edit, arrange, merge, extract etc.

We always like improving our products based on your suggestions. Please send your feedback (or ask questions) to us in the contact page.

Return KB main page