Search found 15 matches

by zarkogajic
Tue Dec 07, 2010 4:00 pm
Forum: Developer Tools
Topic: On profiles, AddProfile2 ok -> SetActiveProfile2 fails
Replies: 1
Views: 8834

On profiles, AddProfile2 ok -> SetActiveProfile2 fails

Hi, I have a weird situation here. AddProfile2 returns s_ok, while SetActiveProfile2 returns NV_UNKNOWN_PROFILE. Calls come one after another, as in: NovaPDF.StartUpdateProfiles; NovaPDF.AddProfile2(PROFILE_NAME, 0); NovaPDF.SetActiveProfile2(PROFILE_NAME, 0); This problem happens for the second Nov...
by zarkogajic
Mon Dec 06, 2010 11:52 am
Forum: Developer Tools
Topic: SDK Windows Messages and the LParam value (jobID)
Replies: 1
Views: 9102

SDK Windows Messages and the LParam value (jobID)

Hi, What can I do with the LParam (jobID) value of the (NOVAPDF2_STARTDOC) message being send to my application? In other words: when I send a file to the printer I will receive the NOVAPDF2_STARTDOC message (for example). How can I "map" the jobId value to the file that was sent to the pr...
by zarkogajic
Mon Dec 06, 2010 11:36 am
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

Hi, I've only added the following 3 lines to your "Word OLE Delphi" sample that comes with the SDK installation. pNova.SetOptionLong2(NOVAPDF_URL_ANALIZE, LongInt(TRUE), PROFILE_NAME, PROFILE_IS_PUBLIC); pNova.SetOptionLong2(NOVAPDF_URL_DETECT_FILES, LongInt(TRUE), PROFILE_NAME, PROFILE_IS...
by zarkogajic
Mon Dec 06, 2010 8:45 am
Forum: Developer Tools
Topic: Display novaPDF for SDK printing preferences from code
Replies: 2
Views: 10693

Re: Display novaPDF for SDK printing preferences from code

Great, thanks! Here's Delphi version: const PRINTER_NAME = 'novaPDF for SDK v7'; var hPrinter : Cardinal; hwndActiveWindow : HWND; nBytesNeeded, nReturnValue : integer; pDevMode : PDeviceMode; begin if OpenPrinter(PRINTER_NAME, hPrinter, nil) then try // get the number of bytes required for the full...
by zarkogajic
Fri Dec 03, 2010 1:43 pm
Forum: Developer Tools
Topic: Display novaPDF for SDK printing preferences from code
Replies: 2
Views: 10693

Display novaPDF for SDK printing preferences from code

Hi,

Is there a way to display (call) the "Printing Preferences" dialog, for the "novaPDF for SDK" printer, from my code using the SDK?


-zarko
by zarkogajic
Thu Dec 02, 2010 8:14 am
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

We are not considering on implementing the Add-on with the SDK version for the moment. :( Too bad. Your SDK is one of the most feature rich on the market. Converting DOC links to PDF links would be a great addition to the SDK. If any time in the future you would consider supporting this in the SDK,...
by zarkogajic
Wed Dec 01, 2010 12:31 pm
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

Thanks for the clarification.

Any chance to have this (hidden links conversion) included in the SDK in future versions?

-zarko
by zarkogajic
Wed Dec 01, 2010 10:16 am
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

Your document contains a hidden link "link" with the file path hidden. novaPDF does not detect hidden links. It detects only links with the visible paths. Ok. How about the add-in for Word/Excel? The referred article mentiones that: Furthermore, add-ins for Microsoft Word and Excel are cu...
by zarkogajic
Wed Dec 01, 2010 10:14 am
Forum: Developer Tools
Topic: What application is associated with "print"?
Replies: 2
Views: 8231

Re: What application is associated with "print"?

OK, thanks.

-zarko