Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel authored Sep 10, 2020
1 parent 975ff6d commit c08da62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ descriptor.Save("zugferd-v2.xml", ZUGFeRDVersion.Version21, Profile.Basic); // s
descriptor.Save("zugferd-v2.xml", ZUGFeRDVersion.Version21, Profile.XRechnung); // save as version 2.1, profile XRechnung
```

# Extracting xml attachments from pdf files
I'm getting asked frequently on how one can extract the ZUGFeRD/ Factur-X/ XRechnung attachment from existing PDF files.

There is a nice article on stackoverflow on how this can be achieved using itextsharp:

https://stackoverflow.com/a/6334252

and this one covers the same with itext7 which is the successor of itextsharp:

https://stackoverflow.com/a/37804285

# Thanks
* The solution is used in CKS.DMS and supported by CKSolution:
http://www.cksolution.de
Expand Down

0 comments on commit c08da62

Please sign in to comment.