{"id":12485,"date":"2026-06-17T16:23:02","date_gmt":"2026-06-17T19:23:02","guid":{"rendered":"https:\/\/camarameridiano.sp.gov.br\/site\/?page_id=12485"},"modified":"2026-06-17T16:39:32","modified_gmt":"2026-06-17T19:39:32","slug":"etiquetas","status":"publish","type":"page","link":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/","title":{"rendered":"Gerador de Etiquetas"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12485\" class=\"elementor elementor-12485\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26d3004 e-flex e-con-boxed e-con e-parent\" data-id=\"26d3004\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-118643d elementor-widget elementor-widget-html\" data-id=\"118643d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"max-width:600px; margin:auto; font-family:Segoe UI, Arial, sans-serif;\">\r\n\r\n    <h3>Gerador de Etiquetas de Processos<\/h3>\r\n\r\n    <label><strong>Identifica\u00e7\u00e3o do Processo<\/strong><\/label>\r\n    <input\r\n        type=\"text\"\r\n        id=\"processo\"\r\n        placeholder=\"Ex.: PAI 015\/2026\"\r\n        style=\"width:100%; padding:8px; margin-bottom:15px;\"\r\n    >\r\n\r\n    <label><strong>Ementa<\/strong><\/label>\r\n    <textarea\r\n        id=\"ementa\"\r\n        rows=\"5\"\r\n        placeholder=\"Digite a ementa do processo\"\r\n        style=\"width:100%; padding:8px; margin-bottom:15px;\"\r\n    ><\/textarea>\r\n\r\n    <button\r\n        onclick=\"gerarPDF()\"\r\n        style=\"\r\n            background:#005a9c;\r\n            color:white;\r\n            border:none;\r\n            padding:10px 20px;\r\n            cursor:pointer;\r\n            border-radius:4px;\r\n        \"\r\n    >\r\n        Gerar Etiqueta\r\n    <\/button>\r\n\r\n<\/div>\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\r\n\r\n<script>\r\nasync function gerarPDF() {\r\n\r\n    const { jsPDF } = window.jspdf;\r\n\r\n    const processo = document.getElementById('processo').value.trim().toUpperCase();\r\n    const ementa = document.getElementById('ementa').value.trim();\r\n\r\n    if (!processo) {\r\n        alert('Informe a identifica\u00e7\u00e3o do processo.');\r\n        return;\r\n    }\r\n\r\n    const pdf = new jsPDF({\r\n        orientation: 'landscape',\r\n        unit: 'mm',\r\n        format: [50, 100]\r\n    });\r\n\r\n    \/\/ FUNDO PRETO DA IDENTIFICA\u00c7\u00c3O\r\n    pdf.setFillColor(0, 0, 0);\r\n    pdf.rect(0, 0, 100, 12, 'F');\r\n\r\n    \/\/ IDENTIFICA\u00c7\u00c3O DO PROCESSO (TEXTO BRANCO)\r\n    pdf.setTextColor(255, 255, 255);\r\n    pdf.setFont(\"helvetica\", \"bold\");\r\n    pdf.setFontSize(16);\r\n\r\n    pdf.text(\r\n        processo,\r\n        50,\r\n        8,\r\n        { align: \"center\" }\r\n    );\r\n\r\n    \/\/ RESTAURA COR PRETA PARA OS DEMAIS ELEMENTOS\r\n    pdf.setTextColor(0, 0, 0);\r\n\r\n    \/\/ LINHA SEPARADORA\r\n    pdf.setDrawColor(0, 0, 0);\r\n    pdf.setLineWidth(0.3);\r\n    pdf.line(2, 13, 98, 13);\r\n\r\n    \/\/ EMENTA\r\n    pdf.setFont(\"helvetica\", \"normal\");\r\n    pdf.setFontSize(11);\r\n\r\n    const linhas = pdf.splitTextToSize(\r\n        ementa,\r\n        92\r\n    );\r\n\r\n    pdf.text(\r\n        linhas,\r\n        4,\r\n        18\r\n    );\r\n\r\n    \/\/ IMPRESS\u00c3O AUTOM\u00c1TICA\r\n    pdf.autoPrint();\r\n\r\n    const blobUrl = pdf.output('bloburl');\r\n    window.open(blobUrl, '_blank');\r\n}\r\n<\/script>\r\n```\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta &#8220;`<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-12485","page","type-page","status-publish","hentry"],"blocksy_meta":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"xPBfGmlTOacf6ejcGJB7A9nERKWthxMmhorKF3s8WYo\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"C\u00e2mara Municipal de Meridiano -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Gerador de Etiquetas - C\u00e2mara Municipal de Meridiano\" \/>\n\t\t<meta property=\"og:description\" content=\"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"308\" \/>\n\t\t<meta property=\"og:image:height\" content=\"84\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-17T19:23:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-17T19:39:32+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CamaraMeridiano\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Gerador de Etiquetas - C\u00e2mara Municipal de Meridiano\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#listItem\",\"name\":\"Gerador de Etiquetas\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#listItem\",\"position\":2,\"name\":\"Gerador de Etiquetas\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/#organization\",\"name\":\"C\\u00e2mara Municipal de Meridiano\",\"url\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/\",\"telephone\":\"+551734751177\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/cropped-cropped-logo-login.png\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#organizationLogo\",\"width\":308,\"height\":84},\"image\":{\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/CamaraMeridiano\",\"https:\\\/\\\/www.instagram.com\\\/camarameridiano\",\"https:\\\/\\\/www.youtube.com\\\/@camarameridiano\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#webpage\",\"url\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/\",\"name\":\"Gerador de Etiquetas - C\\u00e2mara Municipal de Meridiano\",\"description\":\"Gerador de Etiquetas de Processos Identifica\\u00e7\\u00e3o do Processo Ementa Gerar Etiqueta ```\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/etiquetas\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-17T16:23:02-03:00\",\"dateModified\":\"2026-06-17T16:39:32-03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/#website\",\"url\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/\",\"name\":\"C\\u00e2mara Municipal de Meridiano\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/camarameridiano.sp.gov.br\\\/site\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Gerador de Etiquetas - C\u00e2mara Municipal de Meridiano","description":"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```","canonical_url":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xPBfGmlTOacf6ejcGJB7A9nERKWthxMmhorKF3s8WYo","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/camarameridiano.sp.gov.br\/site#listItem","position":1,"name":"Home","item":"https:\/\/camarameridiano.sp.gov.br\/site","nextItem":{"@type":"ListItem","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#listItem","name":"Gerador de Etiquetas"}},{"@type":"ListItem","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#listItem","position":2,"name":"Gerador de Etiquetas","previousItem":{"@type":"ListItem","@id":"https:\/\/camarameridiano.sp.gov.br\/site#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/#organization","name":"C\u00e2mara Municipal de Meridiano","url":"https:\/\/camarameridiano.sp.gov.br\/site\/","telephone":"+551734751177","logo":{"@type":"ImageObject","url":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#organizationLogo","width":308,"height":84},"image":{"@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/CamaraMeridiano","https:\/\/www.instagram.com\/camarameridiano","https:\/\/www.youtube.com\/@camarameridiano"]},{"@type":"WebPage","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#webpage","url":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/","name":"Gerador de Etiquetas - C\u00e2mara Municipal de Meridiano","description":"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/camarameridiano.sp.gov.br\/site\/#website"},"breadcrumb":{"@id":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/#breadcrumblist"},"datePublished":"2026-06-17T16:23:02-03:00","dateModified":"2026-06-17T16:39:32-03:00"},{"@type":"WebSite","@id":"https:\/\/camarameridiano.sp.gov.br\/site\/#website","url":"https:\/\/camarameridiano.sp.gov.br\/site\/","name":"C\u00e2mara Municipal de Meridiano","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/camarameridiano.sp.gov.br\/site\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"C\u00e2mara Municipal de Meridiano -","og:type":"article","og:title":"Gerador de Etiquetas - C\u00e2mara Municipal de Meridiano","og:description":"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```","og:url":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/","og:image":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png","og:image:secure_url":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png","og:image:width":308,"og:image:height":84,"article:published_time":"2026-06-17T19:23:02+00:00","article:modified_time":"2026-06-17T19:39:32+00:00","article:publisher":"https:\/\/www.facebook.com\/CamaraMeridiano","twitter:card":"summary_large_image","twitter:title":"Gerador de Etiquetas - C\u00e2mara Municipal de Meridiano","twitter:description":"Gerador de Etiquetas de Processos Identifica\u00e7\u00e3o do Processo Ementa Gerar Etiqueta ```","twitter:image":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-content\/uploads\/2023\/09\/cropped-cropped-logo-login.png"},"aioseo_meta_data":{"post_id":"12485","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"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":"","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":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","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":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-17 19:22:25","updated":"2026-06-17 19:24:01","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/camarameridiano.sp.gov.br\/site\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGerador de Etiquetas\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/camarameridiano.sp.gov.br\/site"},{"label":"Gerador de Etiquetas","link":"https:\/\/camarameridiano.sp.gov.br\/site\/etiquetas\/"}],"_links":{"self":[{"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/pages\/12485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/comments?post=12485"}],"version-history":[{"count":13,"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/pages\/12485\/revisions"}],"predecessor-version":[{"id":12499,"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/pages\/12485\/revisions\/12499"}],"wp:attachment":[{"href":"https:\/\/camarameridiano.sp.gov.br\/site\/wp-json\/wp\/v2\/media?parent=12485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}