Foxit PDF SDK
FSHTML2PDFRelatedResource Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 

Properties

id< FSFileReaderCallbackrelated_resource_file
 The related resouce file.

 
NSString * resource_file_relative_path
 The path of related_resource_file in the HTML content.
More...
 

Detailed Description

This class represents related resource file data used for converting HTML to PDF.

Property Documentation

◆ resource_file_relative_path

- (NSString *) resource_file_relative_path
readwritenonatomicweak

The path of related_resource_file in the HTML content.

This value should be consistent with the path in the HTML content. For example: The path of related_resource_file in HTML content is , this value should be set to "../one.png".