This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example; | |
| import com.aspose.slides.*; | |
| public class main { | |
| public static void main(String[] args) { | |
| String dataDir = "files"; | |
| License lic = new License(); | |
| lic.setLicense("license.lic"); | |
| // Path to source and output files. | |
| String presentationName = dataDir + "PresentationDemo.pptx"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example; | |
| import com.aspose.slides.*; | |
| public class main { | |
| public static void main(String[] args) { | |
| String dataDir = "data"; | |
| License lic = new License(); | |
| lic.setLicense("license.lic"); | |
| // Instantiate a Presentation object that represents a presentation file and | |
| // load the source PPTX/PPT file. |
Learn how to Develop a Markdown to Word Converter in C#
Learn how to Add Pages to PDF in Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example; | |
| import java.awt.Color; | |
| import com.aspose.page.License; | |
| import com.aspose.xps.XpsDocument; | |
| import com.aspose.xps.XpsFontStyle; | |
| import com.aspose.xps.XpsGlyphs; | |
| import com.aspose.xps.XpsSolidColorBrush; | |
| public class main { | |
| public static void main(String[] args) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example; | |
| import java.io.FileOutputStream; | |
| import java.awt.Color; | |
| import java.awt.BasicStroke; | |
| import java.awt.geom.Ellipse2D; | |
| import com.aspose.page.License; | |
| import com.aspose.eps.PsDocument; | |
| import com.aspose.eps.device.PsSaveOptions; |
Learn how to Extract Text from OneNote Tables using C#
NewerOlder