cadviewer 10.28.5 → 10.29.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -936,4 +936,5 @@ declare module 'cadviewer' {
936
936
  export function cvjs_clearObjectAction(): void;
937
937
  export function cvjs_suppressPublishPDFModal(flag: boolean): void;
938
938
  export function cvjs_enableMeasurementRedlineObjects(flag: boolean): void;
939
+ export function cvjs_publishMultiPagePDF(f_div: string, lSettings: any, lJSON: any, currentView: string, lColors: any, fileList: any, res: number, psize:string, wfac: number, pdfname:string): void;
939
940
  }