ingeman | Reputations QuestionsingemanReputations ingeman12 QuestionsAnswersReputations Asked a question PDF24 CompressHello, I am using your PDF24 installed on my computer. I am programming in VBA - and do Merge of large amount of Pdf files - after merge i want to Compress it ? Do you have any sample script wich... 2025-04-03 2 Posted an answer Compressing automatically with PDF24 CreatorUdklip.JPG The above pupup Stil the same - popup exe = Environ("ProgramW6432") & "\PDF24\Pdf24-DocTool.exe" s = exe & " -join -profile -compress ""default/good"" -noProgress -outputFile " &... 2024-07-23 5 Posted an answer Compressing automatically with PDF24 Creatorexe = Environ("ProgramW6432") & "\PDF24\Pdf24-DocTool.exe" q = """" outPDF = q & outPDF & q 's = exe & " -join -profile ""default/good"" -outPutFile " & outPDF & " " s = exe &... 2024-07-21 5 Question and answer is powered by anspress.net