effect-libreoffice-workspace
Preparing search index...
effect-libreoffice/src
Conversion
toUrl
Function toUrl
toUrl
(
outputUrl
:
string
,
options
?:
{
format
?:
string
}
,
)
:
<
E
>
(
self
:
Conversion
.
Conversion
<
E
>
,
)
=>
Effect
<
undefined
,
PlatformError
|
HttpClientError
|
E
|
LibreOfficeError
,
FileSystem
|
HttpClient
|
LibreOffice
.
LibreOffice
|
Path
,
>
Converts input and uploads the result to a URL.
Parameters
outputUrl
:
string
The output URL.
Optional
options
:
{
format
?:
string
}
Conversion options.
Returns
<
E
>
(
self
:
Conversion
.
Conversion
<
E
>
,
)
=>
Effect
<
undefined
,
PlatformError
|
HttpClientError
|
E
|
LibreOfficeError
,
FileSystem
|
HttpClient
|
LibreOffice
.
LibreOffice
|
Path
,
>
Since
2.0.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
effect-libreoffice-workspace
Loading...
Converts input and uploads the result to a URL.