Hello,
when i use pdflatex to create a PDF that contains a u3d file, i have the option to add a toolbar. like it is shown in this image:
Is it possible to add such a toolbar with the pdf writer of jreality?
Toolbar in PDF-file
Re: Toolbar in PDF-file
This is possible but not yet implemented. You could place a feature request for that.
Re: Toolbar in PDF-file
Hey,
i analyzed the sourcecode of the WriterPDF and figured out that the toolbar for 3D objects is already implemented.
The only thing you have to do is to change the following annotation:
Instead of FALSE you use TRUE and the toolbar will be shown. Perhaps a setter could be implemented to arrange that.
ArGo
i analyzed the sourcecode of the WriterPDF and figured out that the toolbar for 3D objects is already implemented.
The only thing you have to do is to change the following annotation:
Code: Select all
annot.put(new PdfName("3DI"), PdfBoolean.PDFFALSE);
ArGo
Re: Toolbar in PDF-file
Can you please name the full Classname, with package etc. then I'll change it
Re: Toolbar in PDF-file
Ahh ok I fond it.
done.
done.