From 6ccc29d0a75898f1476c43065ac1d9b7f407be85 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Sun, 6 Oct 2024 00:07:35 +0100 Subject: [PATCH] files --- cucumber/exampleFiles/example.html | 11 +++++++++++ cucumber/exampleFiles/example.md | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 cucumber/exampleFiles/example.html create mode 100644 cucumber/exampleFiles/example.md diff --git a/cucumber/exampleFiles/example.html b/cucumber/exampleFiles/example.html new file mode 100644 index 00000000..82e96100 --- /dev/null +++ b/cucumber/exampleFiles/example.html @@ -0,0 +1,11 @@ + + +
+ +My first paragraph.
+ + + + diff --git a/cucumber/exampleFiles/example.md b/cucumber/exampleFiles/example.md new file mode 100644 index 00000000..10bb117b --- /dev/null +++ b/cucumber/exampleFiles/example.md @@ -0,0 +1,16 @@ +header +============ + +Header2 +------------ +text + +text2 + +## **PDF Features** + +### **Page Operations** + +- View and modify PDFs - View multi page PDFs with custom viewing sorting and searching. Plus on page edit features like annotate, draw and adding text and images. (Using PDF.js with Joxit and Liberation.Liberation fonts) +- Full interactive GUI for merging/splitting/rotating/moving PDFs and their pages. +- Merge multiple PDFs together into a single resultant file. \ No newline at end of file