How links are converted
External web links become [anchor text](url) pairs at their original position in the text. In-document links that jump to another page or section are emitted as internal anchors where the target can be resolved, and mailto links keep their address. Anchor text that spans a line break is joined into a single link, and repeated URLs are kept at every occurrence so each one stays traceable to its surrounding context.
What this means for your workflow
Research papers, product specs, and policy documents can move from PDF into documentation sites and knowledge bases without a re-linking pass. For LLM pipelines, keeping the URL next to the anchor text gives the model citation context instead of a bare phrase. Combined with batch conversion and ZIP export, a folder of linked PDFs converts with its reference network intact in one pass. Feedback: sapsap@qq.com.