o

office-to-pdf-using-Microsoft-Graph

Demonstrate various approaches to using Microsoft Graph for OpenXML (docx/pptx/xlsx) to PDF conversion in Java.
https://github.com/plutext/java-docx-to-pdf-using-Microsoft-Graph
Apache 2
Jason Harrop
Files download
File Operation
office-to-pdf-using-Microsoft-Graph-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.plutext.graph-convert</groupId>
  <artifactId>office-to-pdf-using-Microsoft-Graph</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:1.0.3'
Gradle Kotlin
implementation("org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:1.0.3")
Scala SBT
libraryDependencies += "org.plutext.graph-convert" % "office-to-pdf-using-Microsoft-Graph" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.plutext.graph-convert', module='office-to-pdf-using-Microsoft-Graph', version='1.0.3')
)
Apache Ivy
<dependency org="org.plutext.graph-convert" name="office-to-pdf-using-Microsoft-Graph" rev="1.0.3" />
Leiningen
[org.plutext.graph-convert/office-to-pdf-using-Microsoft-Graph "1.0.3"]
Apache Buildr
'org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:jar:1.0.3'