Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
FNSO
I-FAIR IR
Circe Php Client
Commits
135b2986
Commit
135b2986
authored
Jul 12, 2021
by
Mickael Desfrenes
Browse files
update example
parent
04727ccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
example.php
View file @
135b2986
...
...
@@ -55,7 +55,7 @@ $job->addFile('/chemin/vers/fichier.docx');
* Il est possible de chainer des transformations,
* il suffit d'appeler successivement addTransformation()
*/
$job
->
addTransformation
(
'
pas_une_vraie_transfo'
,
[
'option_factice
'
=>
'
ok
'
]);
$job
->
addTransformation
(
'
doc2tei'
,
[
'keep_transient_files
'
=>
'
non
'
]);
/**
* On envoit ensuite le job au serveur.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment