URL to PDF

Hi, I am really struggling to get even the simple URL to PDF node to edit the content and remove hyperlinks before creating the PDF and no amount of AI can help me. Is there anyone with any ideas on how this can be done?
No description
No description
No description
2 Replies
AI Support
AI Support3mo ago
To edit the content and remove hyperlinks before creating a PDF using the URL to PDF node in BuildShip, you'll need to preprocess the HTML content. Unfortunately, the URL to PDF node itself doesn't provide an option to directly edit the content or remove hyperlinks. You might need to use an intermediary step to fetch and manipulate the HTML content before passing it to the URL to PDF node. Here's a general approach: 1. Fetch the HTML Content: Use a node to fetch the HTML content from the URL. 2. Edit the HTML Content: Use a script or another node to process the HTML content and remove hyperlinks. 3. Generate the PDF: Pass the edited HTML content to the URL to PDF node to generate the PDF. For more detailed instructions, please refer to the BuildShip documentation or submit your query via the in-app support button if you need further assistance. For more information, you can check out the relevant BuildShip documentation here: BuildShip Documentation. If you need specific guidance on the nodes and steps, please submit your query via the in-app support button.
AI Support
AI Support3mo ago
This solution is marked as answered ✅