VBA PDF Automation - Read, Write, Extract, Convert, Control Pages, Forms and more

VBA PDF Automation - Read, Write, Extract, Convert, Control Pages, Forms and more

VBA A2Z

4 года назад

85,416 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@oleksijm
@oleksijm - 26.09.2021 01:04

What third-party software do you need to do this? My office only has Acrobat Reader and PDF24.

Ответить
@LaciBalfour
@LaciBalfour - 30.09.2021 23:26

Holy cow would this be useful if I could get it to work. Thanks for this video!

Is anyone else having trouble with .Save being recognized? Method or data member is not found. From what I could see in the documentation of Acrobat API and VBA help, .Save is only to be used as a Workbook object command. It doesn't like the AcroAVDoc. I suspect I don't have a tool enabled or my employer is blocking some function on then network. Any ideas?

Ответить
@shahbaaz3667
@shahbaaz3667 - 29.11.2021 20:21

I've 4000 pdf files in a folder and I want to print only 2nd page of each pdf file.

Ответить
@vivekcaptain
@vivekcaptain - 26.01.2022 02:28

Hi need to extract specific data from PDF to Excel Ex: invoice no , Order No , Customer PO , Part Number , Description , Qty & Value ...

Ответить
@manikandanp1610
@manikandanp1610 - 30.01.2022 19:44

I am getting error while step through the same code in video, in the first createobject statement. I have checked adobe acrobat 10.0 library. I am getting error like Run-time error '-2147467262(80004002)': "No such interface supported". Adobe Acrobat reader DC installed in my machine. Please help out to over come this issue.

Ответить
@wiliiamtanuji2125
@wiliiamtanuji2125 - 27.03.2022 10:57

Thanks for this tutorial. Very useful. But I am still a little bit confused about the relationship between AcroExch and AcroApp. is AcroExch a function inside AcroApp? Could you further explain to me the relationship between these 2 things?

Ответить
@guilhermemendes2843
@guilhermemendes2843 - 28.03.2022 17:21

Hi Bro, thanks for this tutorial.
I've a question... When running the first Macro to read PDF, it returned an error "ActiveX cannot create object". Can you help me?

Ответить
@pedche5790
@pedche5790 - 20.04.2022 20:28

thank you so much sir

Ответить
@Chafai7z11
@Chafai7z11 - 20.04.2022 22:55

thank you so much sirji

Ответить
@RyanTravelball
@RyanTravelball - 22.04.2022 11:17

Great job,
I was wondering if this can be done in ACCESS. I can make pdf reports from Access report or a form but can do the same with PowerPoint.

Ответить
@wiliiamtanuji2125
@wiliiamtanuji2125 - 27.04.2022 17:39

Hello, if I get this error message:
Run time error : "-2147319322 (800280rb)';

"Automation Error, Element no found"



And pdf_form_fld 's value is nothing


What are the possible causes?

Thank you

Ответить
@dipakkumar1978
@dipakkumar1978 - 06.05.2022 21:35

I'm getting a security issue when doing 'jso_obj.SaveAs dfile, "com.adobe.acrobat." & ext'.. i have Adobe Acrobat Pro DC licence still getting security access warning. Doesnt look like you ran into this issue though, any advice?

Ответить
@adamloepker1359
@adamloepker1359 - 12.06.2022 01:19

Is there a way to do this without Adobe? the team using the software will not all have that installed, just office/excel.

Ответить
@markhebert375
@markhebert375 - 25.06.2022 18:41

I Entered all of the code exactly as you did and I am getting an error code. Run-Time error '1004': Application-defined or object-defined error. After digging into it a while, I found that when the code is getting the text, if it runs into an equal sign "=" this is when it fails. My form has several "=" equal signs so during the investigation I took out the first instance of the ='s and ran the code again and it failed at the second instance of an = sign. so I know it is the ='s how can I bypass the equal sign, without removing them all from the document first? Thanks

Ответить
@nagarjunareddy8300
@nagarjunareddy8300 - 05.07.2022 19:51

Hi I am getting error on createobject(“AcroExch.app”)
Active x components cannot create objects plz reply anyone

Ответить
@alializadeh8195
@alializadeh8195 - 17.07.2022 04:54

Thanxx

Ответить
@melindahitech3369
@melindahitech3369 - 24.07.2022 22:24

Thank you so much for useful videos

Ответить
@dannytran7957
@dannytran7957 - 25.08.2022 13:40

Great video and very helpful. Thanks. Is there a way to have a VBA to attach different type of document such as word,excel, etc. to the pdf instead of print to pdf and combine them?

Ответить
@frankquinti6424
@frankquinti6424 - 28.08.2022 10:17

I have been trying to find out what VBA code is needed to extract all pages from a PDF file and save as separate PDF's. I altready have VBA (Excel) code to remame the exracted PDF's, but if I could extract using VBA, then this would further streamline the workflow. Could not find anything workable on Web?

Ответить
@noralx4287
@noralx4287 - 18.09.2022 23:48

Any way to combine multiple pdf without acrobat? Thanks for this detailed and useful series.

Ответить
@dampisong1369
@dampisong1369 - 08.10.2022 16:36

I need this badly, sending order your way. Thank you my friend!

Ответить
@priyanthagamini3860
@priyanthagamini3860 - 10.10.2022 12:13

Great video, please explain how to rename PDF files in a folder on the content of PDF files as Invoice number, ID No. etc.. the items (invoice no. etc.. ) are same location in pdf files

Ответить
@eng_monjed
@eng_monjed - 13.01.2023 14:01

in my tools >refrencese ı cant fınd adobe acrobat10,0 type library

Ответить
@danielgoncalves8413
@danielgoncalves8413 - 17.02.2023 02:15

Tks for sharing! Great Video... just one question... Is it possible to do something like this using just the Adobe Acrobat Reader? Or is mandatory to purchase the Adobe Acrobat Standard / Pro Edition?

Ответить
@longjeremy15
@longjeremy15 - 07.03.2023 00:46

Great video, really helped me out! I am using the read pdf form VBA. Is there an easy way to put the values into columns instead of rows?

Ответить
@MyGymStuff
@MyGymStuff - 13.03.2023 21:54

Having an issue - with setting the application (application) as Acrobat. acrobat is not in the list.
I have and use it daily. Can see the path and that its is running on my operating system. the error I receive is compile error User-defined type not defined" is there another way to specify the application.
And
how to a loop this to combine 6 files, just adding each to the end/after last page/ of the prior.
This will save a ton of time if I can get it to work.
Thank you for the detail on how to complete this.

Ответить
@JuribSunn
@JuribSunn - 30.03.2023 12:40

great videos, it helping me alot.Thank you so much

Ответить
@arushibansal3158
@arushibansal3158 - 14.06.2023 04:47

how to read / extract pdf form without acrobat?

Ответить
@benjoyjohn9606
@benjoyjohn9606 - 22.06.2023 16:11

Great Video, Thanks for sharing. I have a question, how we can highlight a text/number in a pdf document from the excel sheet? Thanks for your help!

Ответить
@benjaminf5731
@benjaminf5731 - 17.07.2023 12:46

wow-amazing and super helpful pdf automation video. thanks

Ответить
@RealMrWoody
@RealMrWoody - 30.08.2023 12:10

Hello there, this is a super awesome and informative video! Is there also a way to "click" on a button in a pdf form (I have a pdf form from the government where I want to automate input from Excel line by line. After each line I need to click the button in order to make it possible to input the next line) Thank you very much in advance! :)

Ответить
@YS-tm6gf
@YS-tm6gf - 30.08.2023 20:46

how to make it one line of text from pdf to excel? because yr video show extract one word one excel row

Ответить
@Kamsy-qd6nt
@Kamsy-qd6nt - 10.09.2023 11:38

Very useful from my end thanks!!

Ответить
@Mengu-cs3fj
@Mengu-cs3fj - 14.09.2023 23:24

Wow!! Amazing. Thank sto you sir.

Ответить
@Ronnie1001
@Ronnie1001 - 28.09.2023 21:22

Your code to save a PDF as XLSX works fine, but some of the other jso functions don’t work. For example, with a PDF that I know has 4 pages and 52 named fields, obj_jso.numpages() returns 4 correctly but obj_jso.numfields() returns 0.
Anyone know what is wrong?

Ответить
@bernardweber142
@bernardweber142 - 20.10.2023 22:57

Wow! Great! Do you also able to manipulate radio buttons through VBA? F.e. to choose male or female (both are concerned to group sex) ?

Ответить
@123456789santia
@123456789santia - 16.12.2023 07:09

Hello, if i've folder with 2000 PDFs, could i apply the read tables? there's 3 tables on each pdf, all of them are the same just with different content. but i need to extract these 3 tables from these 2000 PDFs to analyze it

Ответить
@retheeshrs9270
@retheeshrs9270 - 11.02.2024 19:06

Great.🤩

Ответить
@retheeshrs9270
@retheeshrs9270 - 11.02.2024 19:08

please share a Excel VBA to split a PDF to multiple PDFs

Ответить
@retheeshrs9270
@retheeshrs9270 - 11.02.2024 19:13

Please help.... PDDoc = New Acrobat.AcroPDDoc throws an error - Runtime error '429' ActiveX component can't create object

Ответить
@Rinshal1425
@Rinshal1425 - 10.03.2024 13:32

Why these northies(BJP IT workers) are so worried about kerala. We mallus know how to look after our state. We dont need anyones help

Ответить
@mustafabakkal8364
@mustafabakkal8364 - 07.04.2024 02:12

i dont have acrobat class on my wxcel vbs library, wher can i find it

Ответить
@CrazyData-m1r
@CrazyData-m1r - 18.04.2024 16:39

Hello, do we need acrobat pro paid version to interact with pdf.

Ответить
@Robbie1987a
@Robbie1987a - 23.05.2024 11:45

Man you are legend, simply genius.

Ответить
@Chawangs
@Chawangs - 09.06.2024 22:44

this is amazing work sir. thank you!!!

Ответить
@Sky-pg6xy
@Sky-pg6xy - 12.11.2024 10:31

It looks like the video was recorded on nitrate.

Ответить