<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/******************************************************************************
 *
 * Author:          PDF Tools AG
 * 
 * Copyright:       Copyright (C) 2023 - 2024 PDF Tools AG, Switzerland
 *                  All rights reserved.
 * 
 * Notice:          By downloading and using this artifact, you accept PDF Tools AG's
 *                  [license agreement](https://www.pdf-tools.com/license-agreement/),
 *                  [privacy policy](https://www.pdf-tools.com/privacy-policy/),
 *                  and allow PDF Tools AG to track your usage data.
 *
 *****************************************************************************/
 -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<groupId>com.pdftools</groupId>
	<artifactId>pdftools-sdk</artifactId>
	<packaging>jar</packaging>
	<version>1.8.1</version>
  	<name>Pdftools SDK</name>
	<description>The Pdftools SDK is a comprehensive development library that lets developers integrate advanced PDF functionalities into in-house applications.</description>
	<url>https://www.pdf-tools.com/products/conversion/pdf-tools-sdk/</url>

	<organization>
		<name>PDF Tools AG</name>
		<url>https://www.pdf-tools.com</url>
	</organization>
 
  	<licenses>
    	<license>
      		<name>Copyright 2023 - 2024 PDF Tools AG. All Rights Reserved.</name>
			<comments>By downloading and using this artifact, you accept PDF Tools AG's [license agreement](https://www.pdf-tools.com/license-agreement/),
[privacy policy](https://www.pdf-tools.com/privacy-policy/), and allow PDF Tools AG to track your usage data.</comments>
			<url>https://www.pdf-tools.com/license-agreement/</url>
    	</license>
  	</licenses>
	
	<developers>
		<developer>
			<name>PDF Tools AG</name>
			<email>contact@pdftools.com</email>
			<organization>PDF Tools AG</organization>
			<organizationUrl>https://www.pdf-tools.com</organizationUrl>
		</developer>
	</developers>

	<scm>
		<connection>private</connection>
		<developerConnection>private</developerConnection>
		<url>https://github.com/pdf-tools</url>
	</scm>
</project>
