Skip to main content

All Questions

Tagged with
-2 votes
1 answer
71 views

How can I improve my Windows Batch File that merges two PDFs into a separate folder to move the PDF regardless of whether a merge exists

I have a windows batch file that merges PDFs from two separate folders and dumps them into a 3rd folder. One of the PDFs is a PDF of a map survey and the other are any accompanying photos the surveyor ...
George Bunkall's user avatar
1 vote
3 answers
473 views

How to combine all JPG files in a SubFolder to a "SubFolderName.PDF" file?

I have a root directory C:\ROOT and this directory contains a number of subfolders, which have the names already ordered in the proper sequence, like: C:\Root\Folder0001 C:\R00t\Folder0002 C:\R00t\...
Enrico Priotti's user avatar
1 vote
1 answer
322 views

Iterate through directories, execute exe on files, use folder name for resulting file

I have a folder containing magazines, whose pages are in JPEG image format. Like so: The_Camera_Craftsman_1955_Vol_l_Iss_2 The_Camera_Craftsman_1955_Vol_l_Iss_3 The_Camera_Craftsman_1955_Vol_l_Iss_4 ...
argo's user avatar
  • 13
1 vote
1 answer
499 views

Batch processing — How to convert a lot of filenames into HTML code?

I've got an folder with PDF-files with names like page_1_excercise_2.pdf page_23_excercise_3_4_and_5.pdf page_456_excercise_16_and_17.pdf The numbers might contain 1, 2 or 3 digits. I need to ...
georgmierau's user avatar
1 vote
1 answer
470 views

Re-Order pages of an 'Unbooked' PDF - Batch / GhostScript / PDFtk

Preamble: 'Unbooking' a PDF has been asked before. That said, I haven't found an answer to this specific part of the process. Thanks to extensive research and a lot of help from this site, I'm halfway ...
smts's user avatar
  • 113
1 vote
1 answer
1k views

Batch compress pdf files and maintain folder structures

I'm looking for a way to batch compress PDFs but also keep the folder structures. Currently, we're using Acrobat, but it doesn't keep the folder structure when outputting. Is there a way to configure ...
critisighs's user avatar
0 votes
0 answers
363 views

How to merging 2pdf's with pdftk where output file have name one of them

I have many pair's of PDF's to merging with different names. I need to merging pair, without the first page of the second PDF and call the output file the name of the second PDF. First pdf name's ...
lalka's user avatar
  • 1
0 votes
3 answers
2k views

Batch merging PDF files based on file name

I'm trying to find a program/script that can merge files based on the filename. Files are in 1 folder (output from PDF24 print to PDF) and names as the following example: File name layout: YYYY-MM-DD ...
Juno's user avatar
  • 11
1 vote
1 answer
2k views

Batch convert pdf to docx with microsoft office

I do like the way how word converts pdf's to docx format. The layout is almost flawless (tables/footers/headers etc). I tried out a lot of tools but Microsoft Word does it very very good. Is there a ...
Geveze's user avatar
  • 113
1 vote
0 answers
132 views

Batch hide extension for ALL my PDFs on a Mac

I have thousands of PDFs on my Mac (with Catalina) and want to hide the extensions on ALL of them. I've tried the usual recommendation (Finder Preferences, Advanced, uncheck “Show all filename ...
Gerald Kaiser's user avatar
0 votes
3 answers
1k views

Batch Printing Of PDF's with mixed paper source

I'm trying to find a way of printing large batches (1000's) of pdf documents. The first page of each document needs to be on letterhead paper and the rest on regular paper, so mixed input paper / ...
Twisted's user avatar
  • 103
1 vote
1 answer
754 views

Auto / batch merge pdf's

I have a folder with approximately 1800 single-page PDF files, and need to combine and print them. There are PDF files with "job cards" and "plans". Naming convention of the files is: D010100 ...
Andy's user avatar
  • 11
0 votes
1 answer
343 views

Crop and rearrange duplex scanned A3 pdf into A4 format

I scanned some duplex printed A3 pages stapled in the middle into a multi-page pdf file. The result kind of looks like this: (left side of the A3 page | right side) page n | page 1 page 2 | page ...
pomeloy's user avatar
  • 125
12 votes
1 answer
5k views

How can I convert all .svg files in a directory to .pdf on Linux in the commandline

When I have a directory full of .svg files, e.g. from Inkscape, how is it possible to convert them to .pdf files? Similar to this approach for a single file, but as a batch command for a whole ...
user36028's user avatar
  • 451
2 votes
1 answer
17k views

Batch File, dir | findstr within a for loop

Let me preface by admitting that I am a complete noob at batch files... and programming language in general. I am trying to write a batch file that allows the user to input a partial filename, and it ...
Gumbi's user avatar
  • 23

15 30 50 per page
1
2 3 4 5 6