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

Feat[CR-1850]: Convert ZPL to PNG #66

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

akhil-testsigma
Copy link
Contributor

JIRA

https://testsigma.atlassian.net/browse/CR-1850

Functionality

Convert zpl to png

import java.nio.file.Paths;

@Data
@Action(actionText = "Convert ZPL file-path(ex: \C:\Users\\sam.isaac\\Downloads\\zplpng.png) into PNG file with name (Ex:output.png) file-name and output file path output-file-path and store " +
Copy link
Contributor

Choose a reason for hiding this comment

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

Whay can't the file uploaded from uploads here?
Change the Action text,
File Action: Convert ZPL file File-Path(ex: /Users/sam.isaac/Downloads/zplpng.png) into PNG file with name (Ex:output.png) File-Name and output file path output-file-path and store file path in a runtime variable Variable-Name

Copy link
Contributor Author

@akhil-testsigma akhil-testsigma Dec 17, 2024

Choose a reason for hiding this comment

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

Cx asked for local execution so i build it in this way.First they will convert base64 to zpl and then zpl to png. Uploads doesnt support zpl format.

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.

2 participants