Answered
export pdf with guides and grids is not working for me in indesign!
app.pdfExportPreferences.pageRange = "ALL";
app.pdfExportPreferences.exportGuidesAndGrids = true;
app.documents[0].exportFile(ExportFormat.PDF_TYPE,File(app.documents[0].fullName.parent+"/"+"_Grid.pdf"),false,Pdf_joboption);
doc.close(SaveOptions.no);I used this method and property from document object model but no grids or guides were added to my exported pdf. Thanks in advance!
