Konvertera DOC formatet till JPG C# kod. Spara DOC som JPG med C#....Words; var doc = new Document( "Input.doc" ); var saveOptions...Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...
Konvertera Bild formatet till TXT C# kod. Spara Bild som TXT med C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...
Konverter Billede til DOCX format i C++ kode. Gem Billede som DOCX ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.png"); doc->Save(u"Output...
Konverter JPG til DOC format i C++ kode. Gem JPG som DOC ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Save(u"Output...
Konverter DOC til HTML format i C++ kode. Gem DOC som HTML ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.doc" ); doc-> Save...Aspose::Words; auto doc = MakeObject<Document>(u"Input.doc"); doc->Save(u"Output...
Konverter TEXT til Billede format i C# kode. Gem TEXT som Billede ved hjælp af C#....Words; var doc = new Document( "Input.txt" ); var saveOptions...Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...
Flet flere TEXT til HTML i Java kode. Gem TEXT som HTML ved hjælp af Java....tekst til HTML Brug vores document Merging API til at skabe bærbar..."Input2.txt" ); Document output = new Document (); // Fjern alt...
Flet flere TEXT til PDF i Java kode. Gem TEXT som PDF ved hjælp af Java....flere tekst til PDF Brug vores document Merging API til at skabe bærbar..."Input2.txt" ); Document output = new Document (); // Fjern alt...
Konverter PDF til RTF format i C# kode. Gem PDF som RTF ved hjælp af C#....Words; var doc = new Document( "Input.pdf" ); doc.Save(...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Flet flere DOC til TXT i Java kode. Gem DOC som TXT ved hjælp af Java....flere DOC til TXT Brug vores document Merging API til at skabe bærbar..."Input2.doc" ); Document output = new Document (); // Fjern alt...