> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/cli/pdf2svg/resources.md).

# Resources

Discover the latest news and technical insights on SVG specification development at the World Wide Web Consortium. Explore SVG Viewers, Browser Support, and more. Join the discussion now! The Apryse C

## What's up at the W3C

Visit the [World Wide Web Consortium](http://www.w3.org/), your resource for the latest news and technical information about SVG specification development.

## SVG discussion groups / bulletin boards

* [W3C Mail Archive](http://lists.w3.org/Archives/Public/www-svg/). A mailing list focusing on technical discussion related to Scalable Vector Graphics (SVG) and its specifications.

## SVG Viewers

* [Browser SVG Support](http://caniuse.com/svg/)
* [Apache Batik](http://xmlgraphics.apache.org/batik/tools/browser.html)

## SVG and related W3C technical specifications

* [SVG Specification](http://www.w3.org/TR/SVG/)
* [SVG news](http://www.w3.org/Graphics/SVG/)
* [XML Spec](http://www.w3.org/TR/REC-xml/)
* [XML home page](http://www.w3.org/XML/)

## General or Introductory articles

These are introductory technical and strategic high-level articles. The introductory articles require no previous knowledge of SVG.

* [An introduction to Scalable Vector Graphics](http://www.xml.com/pub/a/2001/03/21/svg.html) (XML.com)
* [Scalable Vector Graphics](http://www.webtechniques.com/archives/2001/04/desi/) (WebTechniques)

These strategic, high-level articles are targeted to toward web designers, CIOs, or managers.

* [Extensible graphics with SVG](http://www.oreillynet.com/pub/a/network/2000/04/28/feature/svg.html) (oreillynet.com)
* [A family affair: XML-based rendering languages](http://www.xml.com/pub/a/2000/04/05/style/index.html) (XML.com)

## Technical articles

These in-depth technical articles require the ability to read source code and technical interfaces.

* [Creating SVG with Perl](http://www.xml.com/pub/a/2001/07/11/creatingsvg.html) (XML.com)
* [Integration by parts: XSLT, XLink & SVG](http://www.xml.com/pub/a/2000/03/22/style/index.html) (XML.com)
* [Zvon SVG On-Line Reference Manual](http://www.zvon.org/xxl/svgReference/Output/index.html) (zvon.org)

## SVG Open Conference

* [www.svgopen.org](http://www.svgopen.org/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/cli/pdf2svg/resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
