Konvertera WORD formatet till TIFF Python kod. Spara WORD som TIFF med Python....Document( "Input.docx" ) save_options...aspose.words as aw doc = aw.Document("Input.docx") doc.save("Output...
Konvertera HTML formatet till PNG Python kod. Spara HTML som PNG med Python....Document( "Input.html" ) save_options...aspose.words as aw doc = aw.Document("Input.html") doc.save("Output...
Konvertera HTML formatet till GIF Python kod. Spara HTML som GIF med Python....Document( "Input.html" ) save_options...aspose.words as aw doc = aw.Document("Input.html") doc.save("Output...
Konvertera PDF formatet till TXT Python kod. Spara PDF som TXT med Python....Document( "Input.pdf" ) doc.save( "Output...aspose.words as aw doc = aw.Document("Input.pdf") doc.save("Output...
Konvertera PDF formatet till GIF Python kod. Spara PDF som GIF med Python....Document( "Input.pdf" ) save_options...aspose.words as aw doc = aw.Document("Input.pdf") doc.save("Output...
Konvertera PDF formatet till OpenOffice Python kod. Spara PDF som OpenOffice med Python....Document( "Input.pdf" ) doc.save( "Output...aspose.words as aw doc = aw.Document("Input.pdf") doc.save("Output...
Konvertera PDF formatet till BMP Python kod. Spara PDF som BMP med Python....Document( "Input.pdf" ) save_options...aspose.words as aw doc = aw.Document("Input.pdf") doc.save("Output...
Konvertera DOC formatet till PNG Python kod. Spara DOC som PNG med Python....Document( "Input.doc" ) save_options...aspose.words as aw doc = aw.Document("Input.doc") doc.save("Output...
Konvertera JPG formatet till PNG JavaScript kod. Spara JPG som PNG med JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc.save("Output...
Konvertera Bild formatet till PNG JavaScript kod. Spara Bild som PNG med JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc.save("Output...