Categories: SketchUp Pro : PC :

New Developer Export to PDF can it be done?

Showing 1-5 of 5 messages
New Developer Export to PDF can it be done? Umen2 8/7/12 12:57 AM SketchUp Version: 8 Hello all im new to SketchUp pro , and in my job i need to develop some plugins to it . first question is , can i export scene to PDF via code ? c++ or rubi. if someone can send me link to reference or tutorial this will be great
Re: New Developer Export to PDF can it be done? catamountain 8/7/12 10:25 AM Using a PDF printer like CutePDF wouldn't work?
Re: New Developer Export to PDF can it be done? Umen2 8/7/12 12:05 PM i need it via api
Re: New Developer Export to PDF can it be done? Aerilius 8/7/12 2:37 PM PDF is a binary file format. Although Ruby can read and write files (and even binary), binary is not very nice to deal with. Maybe there exist PDF (C/C++) libraries that you can use with a C++ extension. SketchUp Ruby API:https://developers.google.co
Re: New Developer Export to PDF can it be done? Umen2 8/8/12 6:07 AM Thanks , but i didn't saw any export to PDF option , or do i miss something ?