⑴ 合格證可否直接列印合格
可以的,到時候只需要簽章、確認就可以了。
產品合格證是指生產者為表明出廠的產品經質量檢驗合格,附於產品或者產品包裝上的合格證書、合格標簽或者合格印章。這是生產者對其產品質量作出的明示保證,也是法律規定生產者所承擔的一項產品標識義務.以電子產品為例,產品合格證除包括產品的型號、名稱、規格、生產單位及地址等內容外還應有下列內容。
(1)執行產品標准號。
(2)檢驗項目及其結果或檢驗結論。成批交付的產品還應有:批量、批號及抽樣受檢件的件號等。
(3)產品的檢驗日期、出廠日期、檢驗員簽名或蓋章(可用檢驗員代號表示)。
⑵ 這種有表格的合格證怎麼列印型號,日期
只有先拿一張來調試列印,通過不斷調節行高和左右位置,以及紙張放置位置等方式,來多次調試列印以達到最佳效果
⑶ 怎麼用針式列印機列印合格證
在word里列印么?這個得把合格證的尺寸量好,然後在word里相應尺寸排好,至於合格證列印時候放的位置也需要仔細調整,以前我列印結婚請帖的時候就是這么列印的,很麻煩,望成功
⑷ 如何設置列印合格證中的信息
看你的合格證大小了。不管使用甚麼軟體來列印,都要調好頁邊距,調好內容在相應頁面中的位置,然後再預覽1下,再進行1些微調就好了。
⑸ 如何列印乳膠漆合格證,合格證怎麼編輯編輯合格證用的工具是什麼
先設計好合格證大小,找做不幹膠貼紙的,他們會事先分割好。用WORD或EXCEL都可設計,排好版,用的時候列印出來就可以。針式列印機比噴墨的好,噴墨的打在不幹膠上很難乾燥。
內容主要是:產品名稱、型號、生產日期、生產批號、顏色、檢驗員等,每次用時修改一下。
⑹ 合格證怎麼列印
打開頁面右鍵就有列印,再就是將圖片另存為……完了列印。
⑺ word怎麼列印合格證流水編號
首先找到Word里的宏按鈕
彈出宏查看窗口,起一個名字然後選擇創建
在彈出的宏錄制窗口內輸入宏代碼,然後保存,宏代碼見下方。
把輸入游標放在你想要添加列印份數編號的地方,然後運行宏,會彈出如下窗口,第一個窗口是輸入列印份數,第二個窗口是輸入起始數字
宏代碼如下:
Sub PrintCopies()
Macro1 Macro
Dim i As Long
Dim lngStart
Dim lngCount
lngCount
= InputBox(「Please enter the number of copies you want to print」,
「Please enter the number of copies you want to print」, 1)
If lngCount = 「」 Then
Exit Sub
End If
lngStart = InputBox(「Enter the starting number you want to print」, 「Enter the starting number you want to print」, 1)
If lngStart = 「」 Then
Exit Sub
End If
For i = lngStart To lngCount
If i < 10 Then
Selection.TypeText Text:=」000″ & i&
Application.PrintOut FileName:=」", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:=」", PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
End If
If (i >= 10) And (i < 100) Then
Selection.TypeText Text:=」00″ & i&
Application.PrintOut FileName:=」", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:=」", PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
End If
If (i >= 100) And (i < 1000) Then
Selection.TypeText Text:=」0″ & i&
Application.PrintOut FileName:=」", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:=」", PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
End If
If (i >= 1000) And (i < 10000) Then
Selection.TypeText Text:=i
Application.PrintOut FileName:=」", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:=」", PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=True, Background:=True, PrintToFile:= _
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
End If
Selection.TypeBackspace
Selection.TypeBackspace
Selection.TypeBackspace
Selection.TypeBackspace
Next
End Sub
⑻ 列印合格證,編號
合格證的話還是建議用條碼列印機,可以自由的設定標簽紙的大小,然後你的內容如,1A#001然後就……1A#099!在條碼編輯軟體上,可以直接採取遞增的方式來直接自動列印的。
⑼ 如何用針式列印機列印合格證
首先你的針式列印機要有支持列印吊牌合格證的功能,如果有這功能 在word文檔和文檔編輯器編輯好內容,調整好內容的大小 放入合格證就可以列印