Hi,
I am trying to customize the toolbar with the following code, but it does not work.
pdfviewer = new ej.pdfviewer.PdfViewer({
serviceUrl: 'https://myurl.com/api/pdfviewer',
enableFormDesignerToolbar: true,
locale: "es",
toolbarSettings: { showTooltip : true, toolbarItem: ['OpenOption', 'FormDesignerEditTool']}
});When the PDFViewer is rendered all controls are displayed in the toolbar.
What am I doing wrong?
Thank you very much!