Copy link to clipboard
Copied
I have a functionality for creating an PDF on fly by adding some custom design and format.
So need an help for integrating the illustrator into my application.
Or else was there is any web APIs or services for accessing illustrator components from web application to format a pdf file.
Copy link to clipboard
Copied
I know of no way to "integrate Illustrator desktop app" into anything, least of all a web application. Maybe you should be looking at a server-side function that can take data and place it directly into PDF without relying on properietary software. For example, PHP to PDF function.
https://www.geeksforgeeks.org/how-to-generate-pdf-file-using-php/
Hope that helps.