PDF Nodes.. need to be part of the release#362
Merged
felix-schultz merged 4 commits intoalphafrom Oct 29, 2025
Merged
Conversation
…prove UI layout - Updated date-array-variable.tsx and date-set-variable.tsx to use XIcon for delete actions. - Enhanced layout and styling for date selection and existing date display. - Refactored float-array-variable.tsx and float-set-variable.tsx to replace Trash2Icon with XIcon and improved item display. - Modified integer-array-variable.tsx and integer-set-variable.tsx to use XIcon for item removal and adjusted layout. - Changed pathbuf-array-variable.tsx and pathbuf-set-variable.tsx to utilize XIcon for delete actions and improved item presentation. - Updated string-array-variable.tsx and string-set-variable.tsx to replace Trash2Icon with XIcon and refined the input and item display.
… variable components
Node/358 pdf to image node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new PDF processing module to the image catalog, enabling PDF page counting and rendering capabilities, and also improves the user interface for boolean and date array/set variables. The main changes are the addition of new nodes for PDF manipulation using the
hayrolibrary, and significant UI/UX improvements to variable input components.PDF Processing and Node Additions:
hayrodependency to the catalog for PDF rendering and manipulation.pdfmodule underimagewith helper functions and three new node types:PdfPageCountNode: Counts the number of pages in a PDF. [1] [2]PdfPageToImageNode: Renders a single PDF page as an image. [1] [2]PdfToImagesNode: Renders all PDF pages as an array of images. [1] [2]UI/UX Improvements for Variable Components:
BoolArrayVariableandBoolSetVariablecomponents:DateArrayVariablecomponent:Summary of Most Important Changes:
PDF Processing Features
image/pdfmodule with helper functions and three node types: page count, single page render, and multi-page render, using thehayroPDF library. [1] [2] [3] [4]hayroas a dependency inCargo.toml.UI/UX Improvements