Միավորել մի քանի DOC JPG ին Java կոդի մեջ: Պահպանեք DOC որպես JPG օգտագործելով Java:...doc" ); Document output = new Document (); // Հեռացրեք...: fileNames) { Document input = new Document (fileName); // Կցեք...
Փոխարկեք PDF ը JPG ձևաչափի C# կոդով: Պահեք PDF որպես JPG օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Փոխարկեք WORD ը JPG ձևաչափի C# կոդով: Պահեք WORD որպես JPG օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); var saveOptions...Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...
Փոխարկեք PDF ը PNG ձևաչափի C# կոդով: Պահեք PDF որպես PNG օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); var saveOptions...Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...
Փոխարկեք WORD ը JPG ձևաչափի Java կոդով: Պահեք WORD որպես JPG օգտագործելով Java:...*; Document doc = new Document ( "Input.docx" );...aspose.words.*; Document doc = new Document("Input.docx"); doc...
Փոխարկեք HTML ը PNG ձևաչափի Java կոդով: Պահեք HTML որպես PNG օգտագործելով Java:...*; Document doc = new Document ( "Input.html" );...aspose.words.*; Document doc = new Document("Input.html"); doc...