aspose-words-cloud /
Aspose.Words-Cloud-SDK-for-Java
A Java library for communicating with the Aspose.Words Cloud API
62/100 healthLoading repository data…
aspose-words / repository
Aspose.Words for Java examples, plugins and showcases
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Aspose.Words for Java is an advanced Java Word processing API that enables you to perform a great range of document processing tasks directly within your Java applications. Aspose.Words for Java API supports processing word (DOC, DOCX, OOXML, RTF) HTML, OpenDocument, PDF, EPUB, XPS, SWF and all image formats. With Aspose.Words you can generate, modify, and convert documents without using Microsoft Word.
| Directory | Description |
|---|---|
| Examples | A collection of Java examples that help you learn the product features. |
| Plugins | Plugins that will demonstrate one or more features of Aspose.Words for Java. |
PDF, XPS, or SWF.TIFF, PNG, JPEG, BMP).OpenGL.XmlDocument -like classes and methods.ADO.NET data sources).HTML blocks into a document.For a more comprehensive list of features, please visit Feature Overview.
Microsoft Word: DOC, DOCX, RTF, DOT, DOTX, DOTM, DOCM FlatOPC, FlatOpcMacroEnabled, FlatOpcTemplate, FlatOpcTemplateMacroEnabled
OpenOffice: ODT, OTT
WordprocessingML: WordML
Web: HTML, MHTML
Fixed Layout: PDF
Text: TXT
Other: MD
Fixed Layout: XPS, OpenXPS, PostScript (PS)
Images: TIFF, JPEG, PNG, BMP, SVG, EMF, GIF
Web: HtmlFixed
Others: PCL, EPUB, XamlFixed, XamlFlow, XamlFlowPack
MS Office: DocPreWord60 eBook: MOBI
J2SE 7.0 (1.7), J2SE 8.0 (1.8) or above.Aspose hosts all Java APIs at the Aspose Repository. You can easily use Aspose.Words for Java API directly in your Maven projects with simple configurations. For the detailed instructions please visit Installing Aspose.Words for Java from Maven Repository documentation page.
// Open the document.
Document doc = new Document(dataDir + "TestFile.doc");
// Create a print job to print our document with.
PrinterJob pj = PrinterJob.getPrinterJob();
// Initialize an attribute set with the number of pages in the document.
PrintRequestAttributeSet attributes = new HashPrintRequestAttributeSet();
attributes.add(new PageRanges(1, doc.getPageCount()));
// Pass the printer settings along with the other parameters to the print document.
MultipagePrintDocument awPrintDoc = new MultipagePrintDocument(doc, 4, true, attributes);
// Pass the document to be printed using the print job.
pj.setPrintable(awPrintDoc);
pj.print();
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Selected from shared topics, language and repository description—not editorial ratings.
aspose-words-cloud /
A Java library for communicating with the Aspose.Words Cloud API
62/100 healthasposemarketplace /
Aspose.Words for Java Examples in Comparison with Apache POI (HWPF+XWPF)
41/100 healthasposemarketplace /
Aspose.Total Java for Liferay (hook plugin) app provides options for exporting web-contents, blogs and dynamic data lists to MS-WORD, MS-EXCEL and PDF file formats using Aspose.Total Java APIs.(Aspose.Words, Aspose.Cells and Aspose.PDF)
asposemarketplace /
Aspose.Words for Java - Examples
40/100 healthasposemarketplace /
Aspose Maven for JetBrains allows you to create Aspose Maven based project by selecting API(s) from Aspose Java product lines like Aspose.Cells for Java and Aspose.Words for Java etc.
37/100 healthasposemarketplace /
Aspose Maven for NetBeans allows you to create Aspose Maven based project in NetBeans IDE by selecting API(s) from Aspose Java product line like Aspose.Cells for Java and Aspose.Words for Java etc.
37/100 health