Are there any plans to have a workflow function to create pages from a pdf file. Or even better, just convert a file from pdf to .tif automatically like is done when you import something into the client or when import agent does it. Quickfields also does that. We have a number of clients who would like this function. (or did I miss something?) We need this especially when someone attaches a pdf file to a form and submits it. (for example they append a pdf of a receipt to an expense report and the client would like them filed as one document.
Question
Question
create pages feature in workflow
Replies
Laserfiche 10.2.1 has the ability to create pages from pdfs. If you check out this thread here, it goes through it.
As far as simply converting from pdf to Tiff, that isn't doable quite yet.
Hi Tom,
Merging mutiple TIFFs to PDFs into a single PDF is easier. I have a customer that wanted to do that, so they could have a single document to send to a print queue. Is that any use to you?
I've not tried converting PDF to TIFF but ran a quick google search and it looks it's somewhere between difficult to expensive.
Team Laserfiche, is PDF->TIFF a feature you can add with the Aspose library some time?
I have written several workflows to do it. Basically we just create an empty doc, then move the pages from the pdf to that doc, then delete the pdf. You have to be careful if there are multiple pdf's involved and control the naming conventions coming out of forms so it is reliable. That works, but its a pain in the rear. A simple conversion on import would be great. It definitely helps to have forms at least create the pages. That was the main trigger that was missing, so an operator had to manually create the pages, then the workflow kicked off from there.