Search found 12 matches

by marco
Wed Mar 09, 2022 7:33 pm
Forum: OCR, MRC & Document understanding
Topic: ID Card and OCR
Replies: 2
Views: 8742

ID Card and OCR

Hi, I need to ocr ID cards. ID, Name and birth date I can read with MRZ recognition. BUT: I need also the street, zip and city. This data is not in the MRZ. The data is located on the backsite where the background is more strong. Anyway, the address is readable by human, but it is not recognized by ...
by marco
Tue Oct 06, 2020 6:36 pm
Forum: Document Viewing
Topic: Showing formfields in GDViewer
Replies: 1
Views: 6553

Showing formfields in GDViewer

Hi,
Is it possible to fill a pdf with formfields in GDViewer (WPF)?
How can I load and show the formfields in GDViewer?

Thank you
Marco
by marco
Thu Jun 27, 2019 12:56 pm
Forum: PDF
Topic: Create a Factur-X conform PDF document
Replies: 5
Views: 12128

Re: Create a Factur-X conform PDF document

Hi Matus,

This was exactly what I needed! Thank you. I was able to implement as I need it.

Best regards, Marco
by marco
Thu Jun 27, 2019 12:56 pm
Forum: PDF
Topic: SetMetadata + PDFConformance PDF/A-3a
Replies: 3
Views: 5319

Re: SetMetadata + PDFConformance PDF/A-3a

Hi Matus,

This was exactly what I needed! Thank you. I was able to implement as I need it.

Best regards, Marco
by marco
Tue Jun 25, 2019 9:06 pm
Forum: PDF
Topic: SetMetadata + PDFConformance PDF/A-3a
Replies: 3
Views: 5319

SetMetadata + PDFConformance PDF/A-3a

Hi, I have a PDF, but I need to do 3 things with this existing PDF. 1. Embedd an existing file in the PDF. 2. Add specific metadata to the PDF (I use actually SetMetadata() ) 3. Save the document as PDF/A-3a Adding the xml is no problem. BUT: I can add metadata to the PDF using SetMetata() and save ...
by marco
Tue Jun 25, 2019 3:32 pm
Forum: PDF
Topic: Create a Factur-X conform PDF document
Replies: 5
Views: 12128

Create a Factur-X conform PDF document

Hey,

I have an invoice as PDF and a xml document that describes the PDF.
Is it possible to create a Factur-X (or ZUGFeRD) conform PDF with GDPicture?

Kind regards,
Marco
by marco
Wed May 29, 2019 10:00 am
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13039

Re: Burning Annotation is not working

Hello Gabriela.
I can confirm it is working with 14.1.20.
Thank you.
Kind regards, Marco
by marco
Fri May 10, 2019 3:48 pm
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13039

Re: Burning Annotation is not working

Hello Gariela, I have a new issue. I already use 14.1.0.18. If I add a FreeHandAnnot using gdv.AddFreeHandAnnotInteractive(Colors.Blue, 0.02F, System.Drawing.Drawing2D.LineCap.Round, System.Drawing.Drawing2D.LineCap.Round, 1, False) this annot will not be stored if step 2 (autosize my text - see bel...
by marco
Fri May 10, 2019 2:59 pm
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13039

Re: Burning Annotation is not working

Hello Gabriela,
I have found my issue. If I have a multipage pdf I need to iterate through all pages and call "gdv.BurnAnnotationsToPage(True, True)", otherwise the annotation will not be burned.
Doing that it works now fine.
Thank you.

Kind regards, Marco
by marco
Thu May 09, 2019 7:14 pm
Forum: Annotations
Topic: Burning Annotation is not working
Replies: 7
Views: 13039

Burning Annotation is not working

Hello, I need to burn added annotations to the pdf. This is not working if I use the .AutoSize. I do the following: 1. Adding a text annotation (gdv is my GDViewer): gdv.AddTextAnnotationInteractive("Sometimes longer Text", Brushes.Red.Color, "Arial", System.Drawing.FontStyle.Bol...
by marco
Wed Mar 06, 2019 12:44 pm
Forum: OCR, MRC & Document understanding
Topic: Export a template from one dat to another dat
Replies: 1
Views: 8477

Export a template from one dat to another dat

Hi,
is it possible to export an existing template including the image(s) from one template db to another?
Regards, Marco
by marco
Mon Sep 17, 2018 12:21 pm
Forum: Document Viewing
Topic: Add GDviewer in WPF with code-behind
Replies: 1
Views: 4676

Add GDviewer in WPF with code-behind

Hello
I am trying to add a gdviewer with code-behind to my dynamically created WPF window.
Can you help me with a example code for that?

Thank you.
Marco