Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail:
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem:
Use this code:
builder.SetTmpFolder(".")
builder.OpenFile(“test.pdf”);
builder.SaveFile(“jpg”, “image.jpg”);
builder.CloseFile();
Actual result: error (save): file not opened!
Expected result: image.jpg file with first page of pdf.
This error usually means that the file wasn’t found. Please check the name of the file that you are opening and the directory that you are setting up a temp folder with SetTmpFolder method.