We need to implement the following :-
1) Create a power automate flow which get called from a canvas app
2) the power automate flow will accept one parameter for the Item ID >> generate a PDF file containing the SharePoint item barcode and under the barcode to show the item title.
For this i will use the OneDrive actions to generate the file and convert it to PDF.
but i have these 2 questions:-
1) can i get the barcode image generated by SharePoint and show it inside the generated file?
2) can i control the generated file height and width? as the label printer that will be printing the barcode/title will accept labels with 102mm x 152mm demission?
any advice how to implement this?
Hint. i do not want to use the power app PDF() function to generate the PDF, as the items titles might contain none-Latin characters which are not currently supported by the PDF() function inside power apps?
Thanks