Copy link to clipboard
Copied
Good day!
I'm new to writing scripts, and I'm having problems with the code.
I have a vba code to open adobe acrobat, AcroRd32 version. Next, I need the opened document to be saved to the specified folder on the computer (the folder can be changed) through the print "Microsoft print to PDF" and the function "Print in grayscale (black and white)".
Please help me sit over this code for the second month already.
Thank
This code i open prom excel.
Sub openPDF1()
Имя = ActiveWorkbook.Name ' name excel file
Sheets("from path").Select
Dim Path As String
Path = "C:\Users\ta.va\Desktop\20\081334000010142018001_44.pdf"
ActiveWorkbook.FollowHyperlink Path
End Sub
Copy link to clipboard
Copied
Adobe Acrobat or Acrobat Reader?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
This is not possible with Acrobat Reader.
Copy link to clipboard
Copied
Acrobat Reader not have a vba code to perform this function? Even if it can be done manually?
Thank you
Copy link to clipboard
Copied
Acrobat Reader doesn't have the API for this. The API is available in Adobe Acrobat.
Copy link to clipboard
Copied
Though I am not sure why you are asking us. So far as I can see you want to make a PDF from Excel without using any Adobe software.