OutputDocumentFileName Property (original) (raw)

Leadtools.Document.Converter Namespace > Structures > DocumentConverterJobData Structure > Properties > OutputDocumentFileName Property

←Select platform

In This Topic ▼

Summary

Syntax

Property Value

Remarks

Requirements

See Also

Reference

Summary

Name of the output file generated by this conversion.

Syntax

C#

C++/CLI

Java

Python

public string OutputDocumentFileName { get; set; } 

public: property String^ OutputDocumentFileName { String^ get() void set(String^ value) }

public String getOutputDocumentFileName() public void setOutputDocumentFileName(String value)

OutputDocumentFileName # get and set (DocumentConverterJobData) 

Property Value

Name of the output file generated by this conversion.

Remarks

One output must be specified for the conversion to be successful: One of OutputAnnotationsFileName, OutputDocumentStream or UploadDocumentOptions must not be null.

The file will be overwritten if it previously existed. The full path must contain a valid file name that can be created using the current process.

You can use GetFormatFileExtension to get the default extension to use with the DocumentFormat when generating this file name.

If the output file format used (either DocumentFormat or RasterImageFormat) does not support multipage files and the input document contains multiple pages, then the value of DocumentConverterOptions.PageNumberingTemplateis used to generate the names of the files created by the job.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobData Class

DocumentConverterJobData Members

Leadtools.Document.Converter Namespace

Using LEADTOOLS Document Converter

Download our FREE evaluation

Help Version 22.0.2023.5.10

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.