Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding pdf function as part of Scala DSL #130

Merged
merged 3 commits into from
May 30, 2023
Merged

Conversation

Yawolf
Copy link
Contributor

@Yawolf Yawolf commented May 30, 2023

Wrapping the pdf core functionality. A unique method has been implemented that receives either a File or a String (URL) as a union type. PDFDocument.scala example has been modified for proving this functionality.

I have to add xefPdf and xefTokenizer as xef-scala dependencies.

@Yawolf Yawolf changed the title Adding function as part of Scala DSL Adding pdf function as part of Scala DSL May 30, 2023
Copy link
Contributor

@necosta necosta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we could add a unit test for Unit but happy to merge it like it is.

Copy link
Contributor

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Yawolf !

@@ -10,6 +10,8 @@ plugins {

dependencies {
implementation(projects.xefCore)
implementation(projects.xefTokenizer)
implementation(projects.xefPdf)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO, these deps shouldn't be part of the core. However, let's tackle this dependencies/module organization in a separate effort, globally to the project

…uto/PDFDocument.scala

Co-authored-by: Juan Pedro Moreno <4879373+juanpedromoreno@users.noreply.github.com>
@juanpedromoreno juanpedromoreno merged commit 51b1d65 into main May 30, 2023
@juanpedromoreno juanpedromoreno deleted the pdf-agent-scala branch May 30, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants