Logo
arrow1 File Converters
arrow1 TIFF and PDF apps
arrow1 Forensic
arrow1 Freeware

PDF Combine Pro X

PDF, DOC, TIFF, MSG를 PDF 서버 측 (SDK)로 결합합니다.

Enterprise Server 기반의 PDF Combiner-X 버전 | CoolUtils

Windows
2000/2003/Vista/7/8/10/11
and
2012/2016/2019/2022 Server
and
Docker/Citrix/Wine

PDF Combine Pro X는 서로 다른 파일을 PDF로 결합하는 서버 기반 앱입니다. 입력 파일 유형으로는 PDF, DOC, TXT, RTF, TIFF, JPEG, XLS, HTML, MSG, EML 파일이 포함됩니다. 이렇게 많은 형식을 지원하는 강력한 병합 앱을 통해 얼마나 빠르게 파일 처리 작업을 할 수 있을지 상상해 보세요! 모든 파일을 대기열에 추가하고 몇 분 안에 표준을 준수하는 PDF 및 PDF/A 문서를 얻을 수 있습니다. 서버 버전은 GUI가 없으며 모든 Windows 서버에서 조용히 실행됩니다.

  • 필요한 방식으로 모든 PDF 파일을 결합하세요;
  • 책갈피와 클릭 가능한 목차를 만드세요;
  • 준비된 .NET, ASP, PHP, Ruby, Python, Pascal, JavaScript, Perl 샘플을 가져오세요.

우리는 서로 다른 파일을 하나의 PDF로 결합하는 가장 강력한 API를 몇 줄의 코드로 제공합니다. 시스템이나 앱에 통합하고 싶으신가요? ASP, .NET, PHP 등의 샘플 코드를 사용하세요. PDF Combine Pro X를 사용하면 몇 시간이 아니라며 며칠을 절약할 수 있습니다. 서버에 설치하고 30일 동안 무료 복사본을 테스트해 보세요.

지금 다운로드!

(30일 무료 평가판 포함)

라이선스 구입

(만 $970.00)



PDFCombineProX의 예제

PDFCombineProX와 .NET으로 PDF 파일 결합하기

string src="C:\\test\\test1.pdf".Chr(13)."C:\\test\\test2.pdf";
string dest="C:\\test\\DestCombine.PDF";

PDFCombineX Cnv = new PDFCombineX();
Cnv.Convert(src, dest, "-c PDF -log c:\\Combine.log");

MessageBox.Show("Convert complete!");

ASP를 통한 PDFCombineProX로 PDF 파일 결합하기


dim C
Set C=CreateObject("PDFCombine.PDFCombineX")
C.Convert "c:\source1.pdf"+Chr(13)+"c:\source2.pdf", "c:\dest.pdf", "-fo"
set C = nothing

PHP와 PDFCombineProX로 PDF 파일 결합하기

$src="C:\\test\\test1.pdf".Chr(13)."C:\\test\\test2.pdf";
$dest="C:\\test\\DestCombine.PDF";
if (file_exists($dest)) unlink($dest);
$c= new COM("PDFCombine.PDFCombineX");
$c->convert($src,$dest, "-c PDF -log c:\doc.log");
if (file_exists($dest)) echo "OK"; else echo "fail:".$c->ErrorMessage;

Ruby와 PDFCombineProX로 PDF 파일 결합하기

require 'win32ole'
c = WIN32OLE.new('PDFCombine.PDFCombineX')

src="C:\\test\\test1.pdf\nC:\\test\\test2.pdf";
dest="C:\\test\\DestCombine.pdf";

c.convert(src,dest, "-c PDF -log c:\\test\\PDFCombine.log");

if not File.exist?(dest)
  puts c.ErrorMessage
end

Python과 PDFCombineProX로 모든 문서 결합하기

import win32com.client
import os.path

c = win32com.client.Dispatch("PDFCombine.PDFCombineX")

src="C:\\test\\test1.xlsx/nC:\\test\\test2.docx";
dest="C:\\test\\DestCombine.pdf";

c.convert(src, dest, "-c PDF -log c:\\test\\PDFCombine.log");

if not os.path.exists(file_path):
  print(c.ErrorMessage)

Pascal과 PDFCombineProX로 모든 문서 결합하기

uses Dialogs, Vcl.OleAuto;

var
  c: OleVariant;
  Source: String;
begin
  c:=CreateOleObject('PDFCombine.PDFCombineX');
  Source:='c:\test\source1.docx'+Chr(13)+'c:\test\source2.xlsx';
  C.Convert(Source, 'c:\test\dest.pdf', '-cPDF -log c:\test\PDFCombine.log');
  IF c.ErrorMessage<> Then
    ShowMessage(c.ErrorMessage);
end;

JavaScript와 PDFCombineProX로 모든 문서 결합하기

var c = new ActiveXObject("PDFCombine.PDFCombineX");
var src="C:\\test\\test1.xlsx/nC:\\test\\test2.docx";
c.Convert(src, "C:\\test\\dest.pdf", "-c PDF");
if (c.ErrorMessage!="")
  alert(c.ErrorMessage)

Perl과 PDFCombineProX로 모든 문서 결합하기

use Win32::OLE;

my $src="C:\\test\\test1.docx\nC:\\test\\test2.xlsx";
my $dest="C:\\test\\DestCombine.pdf";

my $c = CreateObject Win32::OLE 'PDFCombine.PDFCombineX';
$c->convert($src,$dest, "-c pdf  -log c:\\test\\PDFCombine.log");
print $c->ErrorMessage if -e $dest;


지금 다운로드!

업데이트됨 Wed, 18 Sep 2024

라이선스 구입

(만 $970.00)




Download
Pro Suite

전체 등록 버전의 주요 기능

  • PDF, DOC, HTML, XLS, TIFF, PNG, JPEG 파일을 명령줄을 통해 PDF로 결합
  • 모든 레거시 프로그래밍 언어(Visual Basic 6 또는 Delphi)의 ActiveX 인터페이스를 통한 액세스 제공과 스크립팅(i.e. VBscript).
  • .NET(2.00, 3.5, 4.00), Ruby, Perl, PHP 및 Java를 포함한 Web Services를 지원하는 모든 언어 지원.
  • 소스 파일로 이메일도 지원
  • 목차 추가
  • 파일 이름을 북마크로 변환
  • 폴더별로 PDF 파일 결합
  • 공통 이름 부분으로 PDF 결합
  • 북마크 생성
  • 배츠 스탬프
  • 페이지 카운터 추가
  • Adobe Acrobat 불필요
  • ActiveX
  • GUI 없음, 방해하는 메시지 없음

Copyright 2003-2025 CoolUtils Development. 모든 권리 보유.