Hello professionals, can any one tell me how to extract PDF attachments with c#?

Recommended Answers

All 2 Replies

Hello, i know a PDF viewer component can extract pdf image and text, also it can extract PDF attachments, you can give it a try, it may solve your problem. see code below:

  PdfDocumentAttachment[] attchments = this.pdfDocumentViewer1.GetAttachments();
  PdfDocumentAttachmentAnnotation[] annotations = this.pdfDocumentViewer1.GetAttachmentAnnotaions();

Thanks Ajussha,it saves me much since I find it in a huge search.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.