GO2cam Pascal API
PDF documentation

Functions

int SPI_GEN_Generate_Pdf_User_Doc (const std::string &modelPath, const std::string &modelName, const std::string &pdfPath, const std::string &pdfName)
 Creates a pdf file from a document template and the current part.
 

Detailed Description

PDF user documentation

Function Documentation

◆ SPI_GEN_Generate_Pdf_User_Doc()

int SPI_GEN_Generate_Pdf_User_Doc ( const std::string & modelPath,
const std::string & modelName,
const std::string & pdfPath,
const std::string & pdfName )

Creates a pdf file from a document template and the current part.

Version
6.07
Parameters
[in]modelPathdirectory of the model file
[in]modelNamename of the model file
[in]pdfPathdirectory of the pdf file
[in]pdfNamename of the pdf file
Returns
SPI_YES/SPI_NO
ICALL(SPI_GEN_Generate_Pdf_User_Doc,'model_directory','model_name','pdf_directory','pdf_name');
int SPI_GEN_Generate_Pdf_User_Doc(const std::string &modelPath, const std::string &modelName, const std::string &pdfPath, const std::string &pdfName)
Creates a pdf file from a document template and the current part.
Definition sp_gen04.c:36