Q: I have used your demo and am extremely excited about the
possibilities of pdf2svg utility. However, I do have some questions.
-Is it because of the demo that the resulting svg appears to be less
than full scale or is there something I can change to allow zooming in
my browser?
-Is it because of the demo that the resulting svg can't be transferred
from a portrait page view to a landscape view?
Thanks in advance for your time,
-----
A: > I can change to allow zooming in my browser?
PDF2SVG demo has some limitations (such as missing characters and a
demo stamp), however there are no limitations related to zooming. The
zooming options are viewer specific (if you are using Adobe SVG viewer
you can right click on SVG graphics and select 'Zoom-in' from the
context menu).
> Is it because of the demo that the resulting svg can't be transferred
> from a portrait page view to a landscape view?
PDF2SVG preserves the page rotation from the input PDF document. If
you would like to rotate the page (e.g. from portrait to landscape)
you can rotate the PDF page (e.g. using PDFNet SDK -
http://www.pdftron.com/net).
Alternatively you can write a short XSLT that will add the rotate
attribute to the SVG element in the output document.