გადაიყვანეთ DOC HTML C# ფორმატში კოდით. შეინახეთ DOC როგორც HTML C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...
გადაიყვანეთ WORD XPS C# ფორმატში კოდით. შეინახეთ WORD როგორც XPS C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...
გადაიყვანეთ WORD TXT C# ფორმატში კოდით. შეინახეთ WORD როგორც TXT C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...
Փոխարկեք JPG ը GIF ձևաչափի C# կոդով: Պահեք JPG որպես GIF օգտագործելով C#:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...
Փոխարկեք TEXT ը SVG ձևաչափի C# կոդով: Պահեք TEXT որպես SVG օգտագործելով C#:...doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...
Փոխարկեք JPG ը SVG ձևաչափի C# կոդով: Պահեք JPG որպես SVG օգտագործելով C#:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.svg" , new ImageSaveOptions(SaveFormat.Svg));...
Փոխարկեք TEXT ը Պատկեր ձևաչափի C# կոդով: Պահեք TEXT որպես Պատկեր օգտագործելով C#:...doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...
Փոխարկեք WORD ը Պատկեր ձևաչափի C# կոդով: Պահեք WORD որպես Պատկեր օգտագործելով C#:...doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...