{"id":8533,"date":"2017-06-02T09:30:18","date_gmt":"2017-06-02T00:30:18","guid":{"rendered":"https:\/\/www.ka-net.org\/blog\/?p=8533"},"modified":"2017-06-02T10:27:53","modified_gmt":"2017-06-02T01:27:53","slug":"%e3%80%90illustrator%e3%80%91%e6%8c%87%e5%ae%9a%e3%81%97%e3%81%9fpdf%e3%83%97%e3%83%aa%e3%82%bb%e3%83%83%e3%83%88%e3%81%a7ai%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92pdf%e3%81%ab%e4%b8%80%e6%8b%ac","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=8533","title":{"rendered":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript"},"content":{"rendered":"<p><a href=\"https:\/\/www.ka-net.org\/blog\/?p=8528\" title=\"Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\u524d\u56de\u306e\u8a18\u4e8b<\/a>\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u6307\u5b9a\u3057\u3066\u3001AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n<p>\u307e\u305a\u306f1\u30d5\u30a1\u30a4\u30eb\u3067\u306e\u51e6\u7406\u3067\u3059\u304c\u3001\u4eca\u56de\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3082Illustrator\u304c\u8d77\u52d5\u6e08\u307f\u3067\u3042\u308b\u3053\u3068\u3092\u524d\u63d0\u3068\u3057\u3066\u3044\u308b\u306e\u3067\u3001Illustrator\u306e\u8d77\u52d5\u304b\u3089\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u7d44\u307f\u8fbc\u3080\u5834\u5408\u306f\u3001\u4e0b\u8a18\u8a18\u4e8b\u306e\u30b3\u30fc\u30c9\u3092\u3054\u53c2\u7167\u304f\u3060\u3055\u3044\u3002<\/p>\n<div class=\"cardlink\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=8522\"><div class=\"cardlink_thumbnail\"><img src='https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Illustrator-120x120.png' alt='Adobe Illustrator\u3092\u64cd\u4f5c\u3059\u308bVBScript' width=120 height=120 \/><\/a><\/div><div class=\"cardlink_content\"><span class=\"timestamp\">2017.06.01<\/span><div class=\"cardlink_title\"><a href=\"https:\/\/www.ka-net.org\/blog\/?p=8522\">Adobe Illustrator\u3092\u64cd\u4f5c\u3059\u308bVBScript <\/a><\/div><div class=\"cardlink_excerpt\">Acrobat\u3068\u540c\u69d8\u306b\u30bf\u30a4\u30d7\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001VBA\u3084VBS\u304b\u3089Illustrator\u3092\u64cd\u4f5c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\r\n\r\n\u4eca\u56de\u306fIllustrator\u3092\u64cd\u4f5c\u3057\u3066\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4f5c\u6210\u3001\u6587\u5b57\u3092\u8ffd\u52a0\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\r\n\r\n[vb]Optio...<\/div><\/div><div class=\"cardlink_footer\"><\/div><\/div>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nDim appAi\r\n\r\nSet appAi = Nothing '\u521d\u671f\u5316\r\nOn Error Resume Next\r\nSet appAi = GetObject(, &quot;Illustrator.Application&quot;)\r\nOn Error GoTo 0\r\nIf appAi Is Nothing Then\r\n  MsgBox &quot;Illustrator\u3092\u8d77\u52d5\u3057\u305f\u72b6\u614b\u3067\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002&quot;, vbExclamation + vbSystemModal\r\n  Wscript.Quit\r\nEnd If\r\n\r\nAiToPdf appAi, _\r\n        &quot;&#x5B;\u6700\u5c0f\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba]&quot;, _\r\n        &quot;C:\\wk\\Sample.ai&quot;, _\r\n        &quot;C:\\wk\\Sample.pdf&quot;\r\n\r\nMsgBox &quot;\u51e6\u7406\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002&quot;, vbInformation + vbSystemModal\r\n\r\nPrivate Sub AiToPdf(ByVal appAi, ByVal preset_name, ByVal ai_path, ByVal pdf_path)\r\n'AI\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067PDF\u5909\u63db\r\n  Dim opt\r\n  Const aiDoNotSaveChanges = 2\r\n  \r\n  Set opt = CreateObject(&quot;Illustrator.PDFSaveOptions&quot;)\r\n  opt.PDFPreset = preset_name 'PDF\u30d7\u30ea\u30bb\u30c3\u30c8\u306e\u6307\u5b9a\r\n  \r\n  '\u4e0b\u8a18\u51e6\u7406\u4e2d\u306b\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u3001\r\n  '\u4e00\u5ea6\u624b\u52d5\u3067PDF\u4fdd\u5b58\u3057\u305f\u5f8c\u3001\u518d\u5ea6\u30b9\u30af\u30ea\u30d7\u30c8\u5b9f\u884c\r\n  With appAi\r\n    With .Open(ai_path)\r\n      .SaveAs pdf_path, opt\r\n      .Close aiDoNotSaveChanges\r\n    End With\r\n  End With\r\nEnd Sub<\/pre>\n<p>\u4e0a\u8a18\u30b3\u30fc\u30c9\u3067\u306f\u3001Illustrator.Application\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eOpen\u30e1\u30bd\u30c3\u30c9\u3067AI\u30d5\u30a1\u30a4\u30eb(Document\u30aa\u30d6\u30b8\u30a7\u30af\u30c8)\u3092\u958b\u304d\u3001SaveAs\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066PDF\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u4fdd\u5b58\u3092\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u305d\u306e\u969b\u3001SaveAs\u30e1\u30bd\u30c3\u30c9\u306e\u7b2c2\u5f15\u6570\u306b\u3088\u3063\u3066\u3001PDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u542b\u3081\u305f\u69d8\u3005\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059(PDFSaveOptions)\u3002<\/p>\n<p>\u500b\u4eba\u7684\u306b\u306f\u3001PDFSaveOptions\u3067\u7d30\u304b\u304f\u30aa\u30d7\u30b7\u30e7\u30f3\u6307\u5b9a\u3059\u308b\u3088\u308a\u306f\u3001\u4e8b\u524d\u306bPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u7528\u610f\u3057\u3066\u304a\u3044\u3066\u3001\u305d\u308c\u3092PDFSaveOptions.PDFPreset\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u6307\u5b9a\u3059\u308b\u306e\u304c\u697d\u3060\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u306a\u304a\u3001\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3082\u74b0\u5883\u306b\u3088\u3063\u3066\u306f\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u305f\u3081\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306b\u306f\u3001\u4e00\u5ea6\u624b\u52d5\u3067AI\u2192PDF\u4fdd\u5b58\u3092\u884c\u3063\u305f\u5f8c\u3001\u6539\u3081\u3066\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<h4 class=\"style4a\">\u6307\u5b9a\u3057\u305f\u30d5\u30a9\u30eb\u30c0\u5185\u306eAI\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067\u4e00\u62ec\u5909\u63db\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8<\/h4>\n<p>1\u30d5\u30a1\u30a4\u30eb\u3067\u306ePDF\u5909\u63db\u304c\u78ba\u8a8d\u3067\u304d\u305f\u3089\u3001\u6b21\u306f\u8907\u6570\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u62ec\u51e6\u7406\u3067\u3059\u3002<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">Option Explicit\r\n\r\nDim appAi\r\nDim fol, f\r\nDim fpath\r\n\r\nSet appAi = Nothing: Set fol = Nothing '\u521d\u671f\u5316\r\nOn Error Resume Next\r\nSet appAi = GetObject(, &quot;Illustrator.Application&quot;)\r\nOn Error GoTo 0\r\nIf appAi Is Nothing Then\r\n  MsgBox &quot;Illustrator\u3092\u8d77\u52d5\u3057\u305f\u72b6\u614b\u3067\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002&quot;, vbExclamation + vbSystemModal\r\n  Wscript.Quit\r\nEnd If\r\n\r\nSet fol = CreateObject(&quot;Shell.Application&quot;) _\r\n          .BrowseForFolder(0, &quot;AI\u30d5\u30a9\u30eb\u30c0\u9078\u629e&quot;, &amp;H10, 0)\r\nIf fol Is Nothing Then Wscript.Quit\r\nfpath = fol.Self.Path\r\n\r\nWith CreateObject(&quot;Scripting.FileSystemObject&quot;)\r\n  If Not .FolderExists(fpath) Then Wscript.Quit\r\n  For Each f In .GetFolder(fpath).Files\r\n    Select Case LCase(.GetExtensionName(f.Path))\r\n      Case &quot;ai&quot; 'AI\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u51e6\u7406\r\n        'AI\u30d5\u30a1\u30a4\u30eb\u3068\u540c\u3058\u30d5\u30a9\u30eb\u30c0\u306bPDF\u30d5\u30a1\u30a4\u30eb\u51fa\u529b\r\n        AiToPdf appAi, _\r\n                &quot;&#x5B;\u6700\u5c0f\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba]&quot;, _\r\n                f.Path, _\r\n                AddPathSeparator(.GetParentFolderName(f.Path)) &amp; .GetBaseName(f.Path) &amp; &quot;.pdf&quot;\r\n    End Select\r\n  Next\r\nEnd With\r\n\r\nMsgBox &quot;\u51e6\u7406\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002&quot;, vbInformation + vbSystemModal\r\n\r\nPrivate Sub AiToPdf(ByVal appAi, ByVal preset_name, ByVal ai_path, ByVal pdf_path)\r\n'AI\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067PDF\u5909\u63db\r\n  Dim opt\r\n  Const aiDoNotSaveChanges = 2\r\n  \r\n  Set opt = CreateObject(&quot;Illustrator.PDFSaveOptions&quot;)\r\n  opt.PDFPreset = preset_name 'PDF\u30d7\u30ea\u30bb\u30c3\u30c8\u306e\u6307\u5b9a\r\n  \r\n  '\u4e0b\u8a18\u51e6\u7406\u4e2d\u306b\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u3001\r\n  '\u4e00\u5ea6\u624b\u52d5\u3067PDF\u4fdd\u5b58\u3057\u305f\u5f8c\u3001\u518d\u5ea6\u30b9\u30af\u30ea\u30d7\u30c8\u5b9f\u884c\r\n  With appAi\r\n    With .Open(ai_path)\r\n      .SaveAs pdf_path, opt\r\n      .Close aiDoNotSaveChanges\r\n    End With\r\n  End With\r\nEnd Sub\r\n\r\nPrivate Function AddPathSeparator(ByVal s)\r\n  If Right(s, 1) &lt;&gt; ChrW(92) Then s = s &amp; ChrW(92)\r\n  AddPathSeparator = s\r\nEnd Function<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/VBScript_Illustrator_03_01.gif\" alt=\"\" width=\"563\" height=\"503\" class=\"alignnone size-full wp-image-8534\" \/><\/p>\n<p>\u30e1\u30a4\u30f3\u306e\u51e6\u7406\u306f1\u30d5\u30a1\u30a4\u30eb\u306e\u3068\u304d\u3068\u540c\u3058\u3067\u3059\u304c\u3001Shell.BrowseForFolder\u30e1\u30bd\u30c3\u30c9\u3067\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3057\u3001FileSystemObject.GetExtensionName\u30e1\u30bd\u30c3\u30c9\u306b\u3088\u3063\u3066AI\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u3092\u5bfe\u8c61\u3068\u3057\u3066\u5909\u63db\u51e6\u7406\u3092\u884c\u3063\u3066\u3044\u308b\u70b9\u304c\u7570\u306a\u308a\u307e\u3059\u3002<\/p>\n<div id=\"single_banner_area2\" class=\"clearfix one_banner\">\n<div class=\"single_banner single_banner_left\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- \u8a18\u4e8b\u4e2d(\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u5e83\u544a\u30e6\u30cb\u30c3\u30c8) -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-7306936664602087\"\r\n     data-ad-slot=\"5429724765\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<div class=\"single_banner single_banner_right\">\n<a href=\"\" target=\"_blank\"><img decoding=\"async\" src=\"\" alt=\"\" title=\"\" \/><\/a>\n<\/div>\n<\/div>\n\n<p>Illustrator\u3092\u30b9\u30af\u30ea\u30d7\u30c8\u304b\u3089\u64cd\u4f5c\u3059\u308b\u5f37\u307f\u306f\u3001\u4e0a\u8a18\u306e\u3088\u3046\u306b<span style=\"color: #ff0000; font-weight: bold;\">\u624b\u4f5c\u696d\u3067\u884c\u3046\u306e\u306f\u624b\u9593\u304c\u304b\u304b\u308b\u5b9a\u5f62\u4f5c\u696d\u3092\u81ea\u52d5\u5316\u3067\u304d\u308b\u70b9<\/span>\u306b\u3042\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u305d\u3046\u3044\u3063\u305f\u308f\u3051\u3067\u3001Illustrator\u3067\u6c7a\u307e\u3063\u305f\u4f5c\u696d\u3092\u6bce\u65e5\u30dd\u30c1\u30dd\u30c1\u624b\u4f5c\u696d\u3055\u308c\u3066\u3044\u308b\u65b9\u306f\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u3088\u308b\u81ea\u52d5\u5316\u3082\u8003\u3048\u3066\u307f\u3066\u306f\u3044\u304b\u304c\u3067\u3057\u3087\u3046\u304b\uff1f<\/p>\n","protected":false},"excerpt":{"rendered":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u6307\u5b9a\u3057\u3066\u3001AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u307e\u305a\u306f1\u30d5\u30a1\u30a4\u30eb\u3067\u306e\u51e6\u7406 [&hellip;]","protected":false},"author":1,"featured_media":8523,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"[\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[6,151],"tags":[],"class_list":["post-8533","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vbs","category-illustrator"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=8533\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=8533\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-06-02T00:30:18+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-06-02T01:27:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#article\",\"name\":\"\\u3010Illustrator\\u3011\\u6307\\u5b9a\\u3057\\u305fPDF\\u30d7\\u30ea\\u30bb\\u30c3\\u30c8\\u3067AI\\u30d5\\u30a1\\u30a4\\u30eb\\u3092PDF\\u306b\\u4e00\\u62ec\\u5909\\u63db\\u3059\\u308bVBScript | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"\\u3010Illustrator\\u3011\\u6307\\u5b9a\\u3057\\u305fPDF\\u30d7\\u30ea\\u30bb\\u30c3\\u30c8\\u3067AI\\u30d5\\u30a1\\u30a4\\u30eb\\u3092PDF\\u306b\\u4e00\\u62ec\\u5909\\u63db\\u3059\\u308bVBScript\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-Illustrator.png\",\"width\":790,\"height\":480},\"datePublished\":\"2017-06-02T09:30:18+09:00\",\"dateModified\":\"2017-06-02T10:27:53+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#webpage\"},\"articleSection\":\"VBScript, Illustrator\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=6#listItem\",\"name\":\"VBScript\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=6#listItem\",\"position\":2,\"name\":\"VBScript\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=6\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#listItem\",\"name\":\"\\u3010Illustrator\\u3011\\u6307\\u5b9a\\u3057\\u305fPDF\\u30d7\\u30ea\\u30bb\\u30c3\\u30c8\\u3067AI\\u30d5\\u30a1\\u30a4\\u30eb\\u3092PDF\\u306b\\u4e00\\u62ec\\u5909\\u63db\\u3059\\u308bVBScript\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#listItem\",\"position\":3,\"name\":\"\\u3010Illustrator\\u3011\\u6307\\u5b9a\\u3057\\u305fPDF\\u30d7\\u30ea\\u30bb\\u30c3\\u30c8\\u3067AI\\u30d5\\u30a1\\u30a4\\u30eb\\u3092PDF\\u306b\\u4e00\\u62ec\\u5909\\u63db\\u3059\\u308bVBScript\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=6#listItem\",\"name\":\"VBScript\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533\",\"name\":\"\\u3010Illustrator\\u3011\\u6307\\u5b9a\\u3057\\u305fPDF\\u30d7\\u30ea\\u30bb\\u30c3\\u30c8\\u3067AI\\u30d5\\u30a1\\u30a4\\u30eb\\u3092PDF\\u306b\\u4e00\\u62ec\\u5909\\u63db\\u3059\\u308bVBScript | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"\\u524d\\u56de\\u306e\\u8a18\\u4e8b\\u3067\\u3001Illustrator\\u306b\\u767b\\u9332\\u3055\\u308c\\u305fPDF\\u30d7\\u30ea\\u30bb\\u30c3\\u30c8\\u3092\\u5217\\u6319\\u3059\\u308b\\u30b9\\u30af\\u30ea\\u30d7\\u30c8\\u3092\\u7d39\\u4ecb\\u3057\\u307e\\u3057\\u305f\\u304c\\u3001\\u4eca\\u56de\\u306fP\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-Illustrator.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8533#mainImage\"},\"datePublished\":\"2017-06-02T09:30:18+09:00\",\"dateModified\":\"2017-06-02T10:27:53+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=8533","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#article","name":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Illustrator.png","width":790,"height":480},"datePublished":"2017-06-02T09:30:18+09:00","dateModified":"2017-06-02T10:27:53+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#webpage"},"articleSection":"VBScript, Illustrator"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=6#listItem","name":"VBScript"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=6#listItem","position":2,"name":"VBScript","item":"https:\/\/www.ka-net.org\/blog\/?cat=6","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#listItem","name":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#listItem","position":3,"name":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=6#listItem","name":"VBScript"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=8533","name":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Illustrator.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=8533\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8533#mainImage"},"datePublished":"2017-06-02T09:30:18+09:00","dateModified":"2017-06-02T10:27:53+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP","og:url":"https:\/\/www.ka-net.org\/blog\/?p=8533","article:published_time":"2017-06-02T00:30:18+00:00","article:modified_time":"2017-06-02T01:27:53+00:00","twitter:card":"summary","twitter:title":"\u3010Illustrator\u3011\u6307\u5b9a\u3057\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3067AI\u30d5\u30a1\u30a4\u30eb\u3092PDF\u306b\u4e00\u62ec\u5909\u63db\u3059\u308bVBScript | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u3001Illustrator\u306b\u767b\u9332\u3055\u308c\u305fPDF\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u5217\u6319\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3057\u305f\u304c\u3001\u4eca\u56de\u306fP"},"aioseo_meta_data":{"post_id":"8533","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 07:11:37","updated":"2022-09-14 04:14:40","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-Illustrator.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-2dD","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8533","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8533"}],"version-history":[{"count":2,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8533\/revisions"}],"predecessor-version":[{"id":8536,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8533\/revisions\/8536"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/8523"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8533"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8533"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}