Hello fellow Indie hustlers,
Does anyone have any recommendations on PDF compare tools with API (other than Draftable)? I'm trying to embed a PDF comparer in my SaaS solution by passing in URLs to the PDFs.
Keep hustling.
PDF comparer? Can you be more specific on what your use case and / or requirements are? I was researching something I think might be similar and found something I might be able to hack into doing what I want for my use case - check out:
https://cloud.google.com/document-ai
document-ai is pretty slick though. Never knew about it. :)
Thanks for the reply @ebenryanmallory. My use case is pretty straightforward. I have a web based application. I want to be able to embed a PDF comparer in my app (side-by-side) which gives my users ability to compare two PDFs (which they can upload). Either I can install this tool on my server or call an API which returns a link which can open a popup. Does that make sense?