own Profile when distribute application with novaPDF OEM?

Have questions about novaPDF (desktop or server), or having problems using it? Ask here for help.
Post Reply
rieco
Posts: 4
Joined: Fri Apr 12, 2013 12:15 pm

own Profile when distribute application with novaPDF OEM?

Post by rieco »

Hello,

i want to ask how is it possible to distrubite with novaPDF OEM a own Printing profile?

I want to embed with the PDF-Files all fonts and no subset fonts.

This is manditory for using novaPDF OEM with out application.

Would be great if someone can answer that.

Best regards
Michael Schön

Lorant (Softland)
Posts: 177
Joined: Wed Dec 16, 2009 10:48 am

Re: own Profile when distribute application with novaPDF OEM

Post by Lorant (Softland) »

You have to create a profile with the settings you want, export it to a file (you have the export option on the Profiles page) and after that distribute the profile with your setup using the install parameters:

Code: Select all

/ImportProfiles="import profiles file name and path"
All profiles found in the given file will be imported automatically when installing the printer. If the printer is re-installed over a previous installation, the previous existing profiles will be deleted.

Code: Select all

/ActiveProfile="profile name"
This option works only together with the /ImportProfiles option. When importing profiles from a file, you can set one of them to be automatically defined as the active profile for the printer.

Code: Select all

/PropagateActiveProfile
This option works only together with the /ImportProfiles and /ActiveProfile options. When importing the active profile from a file, you can set the option to propagate the active profile to client computers. If this option is set, all users connected to the printer will have the same active profile.

rieco
Posts: 4
Joined: Fri Apr 12, 2013 12:15 pm

Re: own Profile when distribute application with novaPDF OEM

Post by rieco »

Thanks for the fast answer. It seems to work :D

Post Reply