Skip to main content

Questions tagged [file-conversion]

Use this tag for questions about conversion from one file format to another. If applicable, use a more specific tag like [image-conversion], [video-conversion] or [pdf-conversion].

file-conversion
0 votes
0 answers
27 views

How can one convert a .mlpackage Core ML model to a .mlmodel Core ML model?

How can one convert a .mlpackage model to a .mlmodel model? Example of a .mlpackage Core ML model created on Ubuntu 20.04 (tested with Python 3.10 and torch 2.3.1) with Hugging Face's Exporters lib: ...
Franck Dernoncourt's user avatar
0 votes
0 answers
17 views

How to convert a glb 3D design file to a step file in python?

I have found several libraries, pythonOCC, pygltflib which have data exchange functions. However, I cannot figure out how to convert a GLB file to a STEP file. For example, pythonOCC has a ...
hazrmard's user avatar
  • 3,581
0 votes
0 answers
19 views

InDesign doc to HTML doc conversion

Due to some reasons, we want to convert InDesign documents to responsive and accessible HTML. If we do manually, it would be very time consuming and costly as well. We want to automate or semi-...
Bhavesh Bambhaniya's user avatar
0 votes
0 answers
46 views

How to convert JSON with nested elements to csv in Python?

I try to convert a huge file (~65 GB) into smaller subsets. The goal is to split the files into the smaller subsets e.g. 1 mil tweets per file and convert this data to a csv format. I currently have a ...
scraper34863's user avatar
0 votes
0 answers
32 views

PHP MP4.to API usage

I am trying to convert an av1 file to mp4, however, i cannot seem to get it to work. I am using an apache2 webserver to serve the php file. Here is the documentation link. Here is my code: <?php ...
user25476863's user avatar
1 vote
0 answers
57 views

Convert Image (Camera/Gallery) to 3D View (GLB/OBJ) in Flutter App (Flutter 3.19+ required)

I'm looking to implement a feature in my Flutter app that allows users to select an image from their device (camera or gallery) and convert it into a 3D viewable format like GLB or OBJ. The ultimate ...
Hasti Vaghani's user avatar
0 votes
1 answer
39 views

ImageMagick: shaded colors become total black [closed]

I need to convert a pdf file containing only one image to a .jpeg or .png format using ImageMagick. This is the image. Original PDF file: https://file.io/WMEsCGtbodwz Using the command line convert -...
user3204810's user avatar
0 votes
0 answers
19 views

How to Preserve hyperlinks after converting from Excel to PDF using Telerik PdfFormatProvider vb.net

Hello Dear Devs I have an issue while converting xlsx file to pdf; the hyperlinks are not preserved / do not exist on the pdf (ps: they exist in the xlsx file) here is the conversion function => ...
Adonis Aflek's user avatar
0 votes
0 answers
34 views

How to read large CSV file and transform it to JSON file in GCP F4 instance class

I am using F4 instance machine and need to download 650Mb of CSV data from a gcloud storage and convert it to JSON file, which is larger size. When I tried doing it on F4 instance with 8 workers ...
Ankit Singh's user avatar
-1 votes
1 answer
51 views

When usg ffmpeg to convert from .mp4 to .avi, how do I get the .avi files to contain the correct (trimmed) frames from the .mp4?

I am using ffmpeg to convert a batch of .mp4 videos to the .avi format from the command line. The .mp4 videos are all trimmed videos that are sub-videos of a longer video. I have basically segmented ...
cassenav's user avatar
  • 131
0 votes
1 answer
219 views

Is it possible to directly convert a PNG image to GLB format in Flutter?

I'm exploring options to convert a PNG image to the GLB format directly within my Flutter application. I've come across some online tools such as Aspose 3D Conversion and ImageToSTL that claim to ...
aliarmaganuygun's user avatar
-2 votes
1 answer
129 views

Convert PCAP to CSV

I have 82 .pcap files and I need to convert all of them into .csv format. Is there any way that I can convert all of the files together? The way I could find was using WireShark but using that I’ll ...
Sidhanth Bansal's user avatar
0 votes
1 answer
58 views

Replacing raster images in a PDF with vector images

I'm looking to do the exact opposite of what this person wanted to do: Replacing vector images in a PDF with raster images In other words, I want to take pdfs with a mix of raster and vector images ...
IDn00b's user avatar
  • 1
0 votes
0 answers
58 views

Save Jupyter notebook as a functional custom-format / single-page PDF

The Jupyter ecosystem offers different ways to create a PDF, however, none suits me well so far – either because the process is buggy, because not all features are supported, or because it looks ...
normanius's user avatar
  • 9,456
0 votes
0 answers
144 views

Impossible to convert XGBoost model into ONNX format

I need to convert an XGBoost model that has been saved in the .sav format into the ONNX format. I believe it's related to the XGBoost version, but the problem is, if I update the XGBoost version to ...
dev_ds's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
53