1

I want to copy some text or area with (x,y) from existing pdf and paste it to a new pdf. i am using pdfsharp.how to do this? can anybody help?

kuujinbo
  • 9,272
  • 3
  • 44
  • 57
Vivek Parikh
  • 627
  • 8
  • 18
  • 31

1 Answers1

1

If you want to extract text, look at these threads:

C# PDFSharp: Examples of how to strip text from PDF?

C# Extract text from PDF using PdfSharp

If you want to extract an image of the page (or a part of it), look at this thread:

Export PDF to JPG(s) in C#

Community
  • 1
  • 1