Class PdfConverter

Class PdfConverter

이름 공간 : Aspose.Cells.LowCode 모임: Aspose.Cells.dll (25.4.0)

템플릿 파일을 PDF로 변환하기 위한 컨버터.

public class PdfConverter

Inheritance

object PdfConverter

Examples

PdfConverter.Process("template.xlsx", "res.pdf");

Methods

Process(스트링, 스트링)

데이터 템플릿 파일을 PDF로 변환합니다.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

변환해야 하는 템플릿 파일

resultFile string

결과 파일은 PDF 파일이어야 합니다.

Process(LowCodeLoadOptions, 낮은 코드Save옵션)

템플릿 파일을 PDF로 변환

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

입력 및 충전 옵션

saveOptions LowCodeSaveOptions

생산 및 절약 옵션

 한국어