Welcome to another episode of Advanced Postman!
In this video, we cover how to parse text from PDF files using express js and node js modules, then validate the PDF text in the Postman test.
00:00 Intro
02:50 Express.js Script Review
05:10 Multipart/Form-Data Parse PDF
06:42 Base64 Parse PDF
07:25 URL Parse PDF
Use the PDF Parsing Collection Template below and follow along!
PDF Parsing Postman Template:
https://explore.postman.com/templates...
Stand up the node js web service using the following script below!
https://gist.github.com/odevodyssey/a...
Be sure to first have node.js installed along with node package manager (npm), and the following modules installed using:
npm install express
npm install body-parser
npm install pdf-parse
npm install crawler-request
npm install multer
___
// POSTMAN COMPLETE GUIDE ONLINE COURSE
👉 Want to learn more about Postman? Check my Postman online course.
Get it at a special price and help support this YouTube channel:
https://vdespa.com/courses/?q=YOUTUBE
___
// I HAVE A QUESTION!
I do my best to answer all comments here on YouTube but I cannot make any guarantees.
If you have a question, it is best to ask your question on the Postman User Group on Facebook or on the Postman Community (links below).
If you have purchased the Postman Online Course, please use the Q&A section or send me a message on Udemy.
Please do not email me or contact me on other channels as I might not be able to answer. Sorry!
___
// I HAVE A VIDEO IDEA
Do you want me to create a video on a specific topic? Just fill out the form below:
https://forms.gle/uWEzXFQ2viJtZtvZ7
___
// P L A Y L I S T S
▸ Learn Postman | http://bit.ly/2CFaf70
▸ Postman Crash Course | http://bit.ly/2YwEBBT
▸ Postman Tips & Tricks | http://bit.ly/2JLkXyU
___
// F R E E R E S O U R C E S
▸▸▸ DOWNLOAD the FREE Postman Quick Reference Guide
http://bit.ly/postman-quick-reference-yt
▸▸▸ JOIN the Postman User Group on Facebook
http://bit.ly/2OutAMZ
▸▸▸ The OFFICIAL Postman community forum
https://community.getpostman.com/
▸▸▸ 👉 Subscribe to the "Testing and automation with Valentine" newsletter for bi-weekly tutorials, tips, and news from the industry.
http://eepurl.com/gPwpU1
___
// YOUR SUPPORT ON PATREON MATTERS
If you enjoy this content, help me create more like this. Consider supporting me on Patreon.
/ vdespa
___
// IMPRINT
http://vdespa.com/imprint
---