PDFsharp & MigraDoc Foundation
https://forum.pdfsharp.net/

Read out lines in a PDF
https://forum.pdfsharp.net/viewtopic.php?f=2&t=4266
Page 1 of 1

Author:  Potente [ Wed Jun 23, 2021 10:45 am ]
Post subject:  Read out lines in a PDF

Hey guys
I'm Frank and a developer from Germany.

I signed up in the forum because I have a very specific question, that I haven't found an answer to yet: I created my own barcode in a PDF, using C# and PDFSharp. Now I would like to evaluate this barcode again (in a second step).

Is there a possibility with PDFSharp to be able to evaluate drawn lines in a PDF?

Image

I draw lines 5 pixels long (from top to bottom). these lines are 1 to 3 pixels thick and have an (empty) space of 1 to 2 pixels - then comes the next line.
I want to start at the first position and see how thick the first line and the first distance is, then the second and so on.
The result could look like this: 10102010010103

Is there already a tool in PDFSharp with which the project can be implemented? Or has nobody come up with such a crazy idea yet? :lol:
If such a tool does not (yet) exist: does anyone have an idea to solve this project by other tools?

Thank you and hopefully lots of ideas

Potente

Example image : https://ibb.co/74yMnNQ

Author:  TH-Soft [ Thu Jun 24, 2021 6:28 am ]
Post subject:  Re: Read out lines in a PDF

Hi!
Welcome to the forum!

PDFsharp was not designed to extract text from PDF, but some folks use it for that purpose.

Extracting lines is like extracting text: You can use PDFsharp to get the page description, but then you have to parse it yourself and extract the drawing instructions you need.
This can be rather simple when the barcodes always come from the same application. This can be very difficult if the PDFs come from different applications.
To get started, I would search samples that use PDFsharp to extract text from PDF.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/