Konvertera PDF formatet till GIF C# kod. Spara PDF som GIF med C#....Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Slå samman flera WORD till TIFF i Java kod. Spara WORD som TIFF med Java....docx" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Slå samman flera WORD till Bild i Java kod. Spara WORD som Bild med Java....docx" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Konvertera DOC formatet till JPG C++ kod. Spara DOC som JPG med C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.doc" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.doc"); doc->Save(u"Output...
Rediger DOCX, DOC, PDF og en række andre filformater i C++....filformater ved at bruge ' 'Document.Save' -metoden Slet unødvendige...Aspose::Words; auto doc = MakeObject <Document>( u"Input.docx" ); auto builder...
Flet flere filer i Java: DOCX, DOC, ODT, PDF, RTF, MOBI, HTML, TXT, PNG, JPG og mange flere....forskellige filformater Brug vores document Merging API til at skabe bærbar..."Input2.docx" ); Document output = new Document (); // Fjern alt...
Konverter JPG til GIF format i C++ kode. Gem JPG som GIF 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 JPG til PNG format i C++ kode. Gem JPG som PNG 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 JPG til JPG format i C++ kode. Gem JPG som JPG 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 TEXT til Billede format i C++ kode. Gem TEXT som Billede ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.txt"); doc->Save(u"Output...