• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

What library is used to handle PDFs in Node JS? BAD_PDF_FILE_TYPE

Community Beginner ,
May 14, 2024 May 14, 2024

Copy link to clipboard

Copied

I have an application that takes a pdf and uploads to Adobe's cloud services for pdf manipulation (ExtractPDF REST API). 

I'm using multer middleware (NodeJS) to receive the file from the client (ReactJS), however it changes the type of the file from application/pdf to multipart/form-data. 

This results in a failed response with code: "BAD_PDF_FILE_TYPE"

How can I receive a pdf to my server and also send it as a proper file type (application/pdf)?

 

Thank you,

Views

67

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources