License |
License |
---|---|
Categories |
CategoriesPDF Data |
GroupId | GroupIdorg.plutext.graph-convert |
ArtifactId | ArtifactIdoffice-to-pdf-using-Microsoft-Graph |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionoffice-to-pdf-using-Microsoft-Graph
Demonstrate various approaches to using Microsoft Graph for OpenXML (docx/pptx/xlsx) to PDF conversion in Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
office-to-pdf-using-Microsoft-Graph-1.0.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.plutext.graph-convert/office-to-pdf-using-Microsoft-Graph/ -->
<dependency>
<groupId>org.plutext.graph-convert</groupId>
<artifactId>office-to-pdf-using-Microsoft-Graph</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.plutext.graph-convert/office-to-pdf-using-Microsoft-Graph/
implementation 'org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:1.0.3'
// https://jarcasting.com/artifacts/org.plutext.graph-convert/office-to-pdf-using-Microsoft-Graph/
implementation ("org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:1.0.3")
'org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:pom:1.0.3'
<dependency org="org.plutext.graph-convert" name="office-to-pdf-using-Microsoft-Graph" rev="1.0.3">
<artifact name="office-to-pdf-using-Microsoft-Graph" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.plutext.graph-convert', module='office-to-pdf-using-Microsoft-Graph', version='1.0.3')
)
libraryDependencies += "org.plutext.graph-convert" % "office-to-pdf-using-Microsoft-Graph" % "1.0.3"
[org.plutext.graph-convert/office-to-pdf-using-Microsoft-Graph "1.0.3"]