-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About argument from virtual printer. #1
Comments
The command line for executing the user program is as follows:
Therefore, args[0] is "-DocumentName", args[1] is "DOCUMENT_NAME", args[2] is "-InputFile", ..., and so on. Here is a description of each argument:
|
Thank you for your response. I want to convert Excel(.xlsx) to PDF using this program, but would it be difficult to convert? |
Yes. Since the CubeVP (CubePDF SDK) itself is a PostScript to PDF conversion program, it must be converted to PostScript format once in order to use the program. Since this is currently handled by the virtual printer part, it is difficult to convert directly from Excel to PDF. |
OK. I understand. |
I'd like to ask about this following contents on your website .
setting.Set(args);
Could you tell me the structure of this args?
For example
args[0]:DocumentName,
args[1]:SourceName
...
The text was updated successfully, but these errors were encountered: