AndrewW said:
Prime_Evil said:
When the adventure goes on sale on DriveThru RPG, would it be possible to include the maps as seperate files - preferably as vector graphics rather than raster graphics so that they are scalable and resolution-independent? I believe that it it possible to embed files in Adobe Illustrator or EPS formats into a PDF via InDesign...
PDF supports SVG vector images.
PDF supports virtually
any vector format - as one can program it to do so from raw PostScript (though there are limitations on numeric accuracy).
Vector images not only look better on various resolution devices, but have less issues related to printing (and are easier to optimize by commercial printers), not to mention generally result in much smaller file sizes. Vector illustrations have been the default standard for several decades.
Encapsulated PostScript (EPS) is a better choice for PDFs, especially when also printing. Adobe Illustrator .ai files actually embed EPS content within (and originally started as just EPS content). PDF
is tokenized PostScript with additional features (related to e-viewing - such as transparency, GPU 3D graphics, hot links, animations, fillable forms, etc. - PostScript hasn't been changed since the '90s).
I mention this as SVG files are prone to suffer more conversion issues unless one generates them from, well, Adobe Illustrator or other Adobe products that spit out EPS and PDF directly. SVG also lacks certain features that PS supports - such as gradient meshes and resolution snapping, better fine line and font control, and embeddable programming.
Don't get me wrong, I like and use SVG (a lot) and Adobe, the company, supports SVG, even though it beat out its own PGML. But, as is typical in the industry, despite being an open standard, SVG files created in one program don't always read well into another. (I love InkScape - its free and in some ways more powerful than Illustrator - but occasionally I have to resort to raw PostScript or hand editing the SVG to get the desired PDF out of it.

)