Top "File-format" questions

A file format is a particular way that information is encoded for storage in a computer file.

Need to export fields containing linebreaks as a CSV from SQL Server

I'm running a query from SQL Server Management Studio 2005 that has an HTML file stored as a a string, e.…

sql-server-2005 csv file-format
How to play .m4s file given in mpd of MPEG-DASH on player?

I have downloaded the MPDs "http://dash.edgesuite.net/adobe/hdworld_dash/HDWorld.mpd" and all related .m4s files. …

c linux video-streaming file-format mpeg-4
How do I distinguish between 'binary' and 'text' files?

Informally, most of us understand that there are 'binary' files (object files, images, movies, executables, proprietary document formats, etc) and …

unix language-agnostic ascii binaryfiles file-format
Extracting text from garbled PDF

I have a PDF file with valuable textual information. The problem is that I cannot extract the text, all I …

pdf file-format text-analysis
Preferred 3d model format of THREE.JS

What is the preferred 3d model format of THREE.JS which is widely used by 3d modelling softwares (can export …

3d file-format three.js
File format limits in pixel size for png images?

Is there a file format limit to the PNG pixel size? I am trying to visualize a 30.000x30.000 pixels PNG …

image png limit file-format
Reading PSD file format

I wonder if this is even possible. I have an application that adds a context menu when you right click …

c# photoshop file-format
What is the BMP format for Gray scale Images?

What is the BMP format for Gray scale Images (especially for 16 bit per pixel) ? The wikipedia just talks about colour …

image bitmap file-format
How to identify the file content as ASCII or binary

How do you identify the file content as being in ASCII or binary using C++?

c++ ascii binaryfiles file-format
Import into SQL Server with format file and bulk insert

Hello everyone I have a difficult problem with using BULK INSERT command when I try to import data from text …

sql-server-2005 import bulkinsert file-format bcp