PdfStandardsConverter
ToPdfA1B Method (String)
|
Convert to pdf/a1b 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 ToPdfA1B(
string filePath
)
Public Sub ToPdfA1B (
filePath As String
)
public:
void ToPdfA1B(
String^ filePath
)
member ToPdfA1B :
filePath : string -> unit
Parameters
-
filePath
-
Type:
System
String
The out file path.
See Also