-
I was trying to convert the following python requests code to RPA.HTTP, but I was not able to combine streaming file upload with "form-data". It could be a missing feature in RPA.HTTP or just the lack…
orlof updated
2 years ago
-
i have try to run the code but its not work on my local environment (wamp localhost)
line:43 $body = curl_exec($ch);
not get anything in body
i also try this :
// Execute cURL
$ch = cur…
-
It looks like there is an error in the code to kick off the download of a converted file:
https://github.com/harshanas/ZamzarConverter/blob/f65fa8593b29c52510e01fbe541082b31752877a/convert.py#L67
…
-
Now, this may not be your code, but may be the zamzar API. But, I have a formatted xlsx file that includes wrapping on column text and when the conversion to pdf is complete, the column text content …
-
-
Make a proper object with build urls, methods, decent printing etc. for auxiliary object in utils.R
-
Potentially throw an error if zz_get_key can't find the `ZAMZAR_USR` variable in .Renviron
-
The following part will probably be used in several functions. Write a handle for these:
```r
if (prod == FALSE) {
files_endpoint
-
Since zamzar can convert more than .emf, it makes more sense to make the emf_to_png function a general zamzar api wrapper for R.
-
Build emf to png feature.
The actual conversion can utilize different exisiting tools. E.g.:
1. libreoffice as headless,
2. zamzar api (https://developers.zamzar.com/)