Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 27, 2023
1 parent d51ce21 commit cce98d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ $document = ZugferdLaravel::readXmlFromPdfFile('/path/to/file.pdf');
### Create a merged PDF (XML as attachment) by the output of a ZugferdDocumentBuilder

```php
$document = ZugferdDocumentBuilder::CreateNew(ZugferdProfiles::PROFILE_EN16931);
$document
$document = ZugferdLaravel::createDocumentInEN16931Profile();

$document
->setDocumentInformation("471102", "380", \DateTime::createFromFormat("Ymd", "20180305"), "EUR")
->....

Expand Down

0 comments on commit cce98d5

Please sign in to comment.