robotframework-pdflibrary

A Robot Framework library for PDF testing.

License

License

Categories

Categories

PDF Data
GroupId

GroupId

com.github.justinclagg
ArtifactId

ArtifactId

robotframework-pdflibrary
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

robotframework-pdflibrary
A Robot Framework library for PDF testing.
Project URL

Project URL

https://github.com/justinclagg/robotframework-pdflibrary
Source Code Management

Source Code Management

https://github.com/justinclagg/robotframework-pdflibrary

Download robotframework-pdflibrary

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.justinclagg/robotframework-pdflibrary/ -->
<dependency>
    <groupId>com.github.justinclagg</groupId>
    <artifactId>robotframework-pdflibrary</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.justinclagg/robotframework-pdflibrary/
implementation 'com.github.justinclagg:robotframework-pdflibrary:0.0.1'
// https://jarcasting.com/artifacts/com.github.justinclagg/robotframework-pdflibrary/
implementation ("com.github.justinclagg:robotframework-pdflibrary:0.0.1")
'com.github.justinclagg:robotframework-pdflibrary:jar:0.0.1'
<dependency org="com.github.justinclagg" name="robotframework-pdflibrary" rev="0.0.1">
  <artifact name="robotframework-pdflibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.justinclagg', module='robotframework-pdflibrary', version='0.0.1')
)
libraryDependencies += "com.github.justinclagg" % "robotframework-pdflibrary" % "0.0.1"
[com.github.justinclagg/robotframework-pdflibrary "0.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.itextpdf : itextpdf jar 5.5.12
org.robotframework : javalib-core jar 1.2.1
commons-lang : commons-lang jar 2.5

Project Modules

There are no modules declared in this project.

PDF Library for the Robot Framework (Java)

Introduction

A Robot Framework library for verifying PDFs.

Usage

Use the robotframework-maven-plugin and add the library to your pom.xml:

<dependency>
    <groupId>com.github.justinclagg</groupId>
    <artifactId>robotframework-pdflibrary</artifactId>
    <version>0.0.1</version>
</dependency>

Import the library in Robot:

*** Settings ***
Library PDFLibrary

Versions

Version
0.0.1