Slå samman flera HTML till PNG i Java kod. Spara HTML som PNG med Java....html" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Flet flere HTML til PDF i Java kode. Gem HTML som PDF ved hjælp af Java....flere HTML til PDF Brug vores document Merging API til at skabe bærbar..."Input2.html" ); Document output = new Document (); // Fjern alt...
Slå samman flera HTML till JPG i Java kod. Spara HTML som JPG med Java....html" ); Document output = new Document (); // Ta bort...: fileNames) { Document input = new Document (fileName); // Lägg...
Konvertera HTML formatet till JPG C++ kod. Spara HTML som JPG med C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.html" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.html"); doc->Save(u"Output...
Redigera DOCX, DOC, PDF och en mängd andra filformat i C#....många andra filformat med " 'Document.Save' "-metoden Ta bort onödiga...Aspose.Words; var doc = new Document( "Input.docx" ); var builder...
Konverter WORD til JPG format i C++ kode. Gem WORD som JPG ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.docx" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.docx"); doc->Save(u"Output...
Konverter HTML til Billede format i C++ kode. Gem HTML som Billede ved hjælp af C++....Aspose::Words; auto doc = MakeObject <Document>( u"Input.html" ); auto saveOptions...Aspose::Words; auto doc = MakeObject<Document>(u"Input.html"); doc->Save(u"Output...
Konverter DOC til JPG format i C++ kode. Gem DOC som JPG ved hjælp af 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...
Konverter HTML til DOCX format i C++ kode. Gem HTML som DOCX ved hjælp af C++....til inputfilen og opret et Document for at indlæse HTML-indholdet...Aspose::Words; auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...
Konverter PDF til HTML format i C# kode. Gem PDF som HTML ved hjælp af C#....til inputfilen og opret et Document for at indlæse PDF-indholdet...Aspose.Words; var doc = new Document( "Input.pdf" ); doc.Save(...