adobe-illustrator

Why doesn't Inkscape correctly read PDF files generated by R?

落爺英雄遲暮 提交于 2019-11-28 04:44:08
问题 Very often, I draw graphs in R and export them in pdf or svg. Then I import them in Inkskape or Illustrator. Sometimes this generates weird results. For instance, when I generate a simple scatterplot with shapes (1 and 16), Inkscape in unable to read it and generate the following file. See my gist file. I suspect that this should be due to the default options of the pdf() graphics device but I'm not sure. Does anyone has a solution? 回答1: This is a symptom of different fonts being used as the

ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

蓝咒 提交于 2019-11-28 03:33:24
I created several simple ggplot2 plots and saved them to PDF files using the following commands: p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300) ggsave(plot=p,height=6,width=6,dpi=200, filename="~/example.pdf") If I now open this example.pdf in Adobe Illustrator I get the following error: The font AdobePiStd is missing. Affected text will be displayed using a substitute font. Is there a way in ggplot2 to specify a font (I presume this is for the dots/points) that Adobe will understand or otherwise is there a way to get this font working in Adobe? /edit just to clarify, the text/labels

Javascript drag/drop - Illustrator style 'smart guides'

。_饼干妹妹 提交于 2019-11-27 18:51:29
问题 I'm looking for a way to implement Adobe Illustrator style 'smart guides' when dragging/dropping in Javascript. I'm currently using jQuery UI's draggable : $('.object').draggable({ containment: 'parent', snap: '.other-objects', snapTolerance: 5 }) This does 90% of what I want - I can drag .object around within it's parent, and it will snap it's edges to .other-objects when it gets close enough. What I want, however, is for a line of some kind (or a guide of some kind) to appear, if it's in

Script (or some other means) to convert RGB to CMYK in PDF?

情到浓时终转凉″ 提交于 2019-11-27 18:37:52
Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK? If so, could somebody please point out some of the steps involved, or where to find more information on this? This answer is not for Illustrator, but for 'some other tool' , namely Ghostscript (download gs871w32.exe or gs871w64.exe ). Ghostscript allows you to 're-distill' PDFs ( without an intermediate conversion to PostScript, the dreaded 'refrying' detour). Try this command: gswin32c.exe ^ -o c:/path/to/output-cmyk.pdf ^

How to get the path coordinates of a shape for use with image-maps?

假装没事ソ 提交于 2019-11-27 17:18:45
I am creating an image map using ImageMapster from here . I have created a photoshop image with several images that I have cut out from the original photographs. Each image is on a separate layer. Now, I need to get the path coordinates of each object, and I don't want to hover over every corner and manually write down each coordinate. Is there an automated way to get this path? Maybe there is some application or web service whence I can send my image and get the path in return? I have tried exporting each layer separately and then importing them into illustrator and vectorizing the shape (it

Optimal settings for exporting SVGs for the web from Illustrator?

回眸只為那壹抹淺笑 提交于 2019-11-27 08:55:52
问题 I'm looking to use an SVG logo for a website — to make it look great on a responsive design for all devices. But since there are issues, I want to support as many devices and browsers as possible. Load speed is also an important consideration. How do export settings in Adobe Illustrator fit into all this? In Illustrator, there are several options for SVG export. Firstly, which SVG profile is best? I assume SVG Tiny has a lower file size? Do many devices support SVG Tiny? What are the most

ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

别来无恙 提交于 2019-11-27 00:06:00
问题 I created several simple ggplot2 plots and saved them to PDF files using the following commands: p <- ggplot(plotobject, aes(x=Pos, y=Pval),res=300) ggsave(plot=p,height=6,width=6,dpi=200, filename="~/example.pdf") If I now open this example.pdf in Adobe Illustrator I get the following error: The font AdobePiStd is missing. Affected text will be displayed using a substitute font. Is there a way in ggplot2 to specify a font (I presume this is for the dots/points) that Adobe will understand or

Script (or some other means) to convert RGB to CMYK in PDF?

99封情书 提交于 2019-11-26 22:42:23
问题 Is it possible to write a script for Adobe Illustrator or some other tool that will read the contents of a number of PDF files and convert all the RGB colours to CMYK? If so, could somebody please point out some of the steps involved, or where to find more information on this? 回答1: This answer is not for Illustrator, but for 'some other tool' , namely Ghostscript (download gs871w32.exe or gs871w64.exe ). Ghostscript allows you to 're-distill' PDFs ( without an intermediate conversion to