Last Version

office-to-pdf-using-Microsoft-Graph 1.0.3

Demonstrate various approaches to using Microsoft Graph for OpenXML (docx/pptx/xlsx) to PDF conversion in Java.

License

License

Categories

Categories

PDF Data
GroupId

GroupId

org.plutext.graph-convert
ArtifactId

ArtifactId

office-to-pdf-using-Microsoft-Graph
Version

Version

1.0.3
Type

Type

pom
Description

Description

office-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

https://github.com/plutext/java-docx-to-pdf-using-Microsoft-Graph

Download office-to-pdf-using-Microsoft-Graph 1.0.3


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • graph-convert-base
  • without-graph-sdk-using-scribe
  • without-graph-sdk-using-msal4j
  • using-graph-sdk-core-only
  • using-graph-sdk
  • graph-convert-sample