PdfStandardsConverter
ToPdfX1A2001 Method (String)
|
Convert to pdf/x1a2001 standard document.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ToPdfX1A2001(
string filePath
)
Public Sub ToPdfX1A2001 (
filePath As String
)
public:
void ToPdfX1A2001(
String^ filePath
)
member ToPdfX1A2001 :
filePath : string -> unit
Parameters
-
filePath
-
Type:
System
String
The out file path.
See Also