web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

Label printing with PDF-XChange in Nav

(0) ShareShare
ReportReport
Posted on by
Hallo zusammen,

ich versuche, Artikel-Etiketten über PDF-XChange in Nav zu drucken, indem ich die Etiketten zuerst als PDF speichere und dann die unten eingegebene Funktion verwende, um das PDF zu holen und so viel zu drucken, wie ich möchte.
Wenn ich 10-mal drucken will, dann wird PDF-XChange 10-mal im Taskmanager geöffnet, einige davon werden gedruckt und die anderen Tasks bleiben offen und werden gedruckt und geschlossen.

Hat jemand Erfahrungen mit PDF-XChange gemacht? Ist es auch möglich, die Anzahl der Etiketten in der Funktion StrSubstNo() zu übergeben? 

Ich danke euch viel mals.

 procedure PDFXChangePrint(PrinterNameP: Text; FileNameP: Text; NoOfLabelsP: Integer)
    var
        ProccessL: DotNet Process;
        Process: DotNet Process;
        SetupL: Record KSE_MOS_Setup;
        Index: Integer;
    begin
        SetupL.Get();
        SetupL.Testfield(/ksc_kb_PDF-XChange Path/);
        ProccessL := ProccessL.Process();
        ProccessL.StartInfo.FileName := SetupL./ksc_kb_PDF-XChange Path/;
        ProccessL.StartInfo.Arguments := StrSubstNo('/print:printer=/%1/ //%2', PrinterNameP, FileNameP);
        ProccessL.StartInfo.CreateNoWindow := TRUE;
        while NoOfLabelsP > 0 do begin
            ProccessL.Start();
            NoOfLabelsP := NoOfLabelsP - 1;
        end;
end;
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,725 Super User 2025 Season 2

#2
Sumit Singh Profile Picture

Sumit Singh 2,610

#3
Jeffrey Bulanadi Profile Picture

Jeffrey Bulanadi 2,221

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans