Convertiți WORD formatul în TIFF în C# codul Salvați WORD ca TIFF utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. TIFF...Aspose.Words; var doc = new Document( "Input.docx" ); var saveOptions...
Convertiți HTML formatul în JPG în C# codul Salvați HTML ca JPG utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. JPG...Aspose.Words; var doc = new Document( "Input.html" ); var saveOptions...
Convertiți Imagine formatul în GIF în C# codul Salvați Imagine ca GIF utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. GIF...Aspose.Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...
Convertiți JPG formatul în BMP în C# codul Salvați JPG ca BMP utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. BMP...Aspose.Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...
Convertiți Imagine formatul în BMP în C# codul Salvați Imagine ca BMP utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. BMP...Aspose.Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...
Convertiți PDF formatul în TIFF în C# codul Salvați PDF ca TIFF utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. TIFF...Aspose.Words; var doc = new Document( "Input.pdf" ); var saveOptions...
Convertiți PDF formatul în BMP în C# codul Salvați PDF ca BMP utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. BMP...Aspose.Words; var doc = new Document( "Input.pdf" ); var saveOptions...
Convertiți DOC formatul în PNG în C# codul Salvați DOC ca PNG utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. PNG...Aspose.Words; var doc = new Document( "Input.doc" ); var saveOptions...
Convertiți HTML formatul în Markdown în C# codul Salvați HTML ca Markdown utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. MD...Aspose.Words; var doc = new Document( "Input.html" ); doc.Save(...
Convertiți PDF formatul în JPG în C# codul Salvați PDF ca JPG utilizând C#....și multe alte formate de documente folosind C#, F#, VB.NET. JPG...Aspose.Words; var doc = new Document( "Input.pdf" ); var saveOptions...