Print as PDF, ViewSheet(contail schedules/ quantity data)

Print as PDF, ViewSheet(contail schedules/ quantity data)

Anonymous
Not applicable
259 Views
1 Reply
Message 1 of 2

Print as PDF, ViewSheet(contail schedules/ quantity data)

Anonymous
Not applicable

please give the solution:

 

 

PrintManager printManager = familyDoc.PrintManager;
printManager.PrintRange = PrintRange.Select;
ViewSheetSetting viewSheetSetting = printManager.ViewSheetSetting;
viewSheetSetting.CurrentViewSheetSet.Views = MyviewSet;
viewSheetSetting.SaveAs("Filename");
printManager.Apply();
printManager.SelectNewPrintDriver("PDF-XChange 4.0");
printManager.CombinedFile = true;
printManager.PrintToFileName = @"D:\PDF\Filename.pdf";
printManager.SubmitPrint();

 

it is only print 3D view and other three sheets are empty(other three sheet contain the data of schedule/quantity ).

 

 

0 Likes
260 Views
1 Reply
Reply (1)
Message 2 of 2

Viveka_CD
Alumni
Alumni

Hi @Anonymous

 

Can you please give us more information, so that we can help you better?

 

Which version of Revit are you working on?

Can you confirm if you have the latest updates installed for your Revit version?

 

Looking forward to your reply update.

 

Regards,

 

 

0 Likes