Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make PDF Files Accessible, Extract Data from PDF, Convert PDF to HTML, Fill-in PDF Form, Stamp PDF and more...

NotificationsYou must be signed in to change notification settings

pdfix/pdfix_sdk_example_cpp

Repository files navigation

Example project demonstrating the capabilities of PDFix SDK written in C++language.

Description

For more information please visithttps://pdfix.net.

Code integration

#include"Pdfix.h"// main headerPdfix_statics;// static definitionsintmain() {// initialize Pdfix. You can change the Pdfix_MODULE_NAME macro to path to the pdfix dll/dylib/soif (!Pdfix_init(Pdfix_MODULE_NAME))throwstd::runtime_error("Pdfix library not found. Copy pdfix binaries into application directory.");// get the main object    Pdfix* pdfix =GetPdfix();// your code ...        pdfix->Destroy();return0;}

Prerequisites

All platforms

  • CMake 3.10.0+

Linux

Supported linux distributions:

  • Ubuntu 16.04
  • CentOS
  • Debian

MacOS

  • Xcode 12.0+

Windows

  • MS Visual Studio 2017 or latest

Download

Clone the repository:
git clone https://github.com/pdfix/pdfix_sdk_example_cpp

...or download as .zip:
Download as .zip

Build

Run the following commands in the pdfix_sdk_example_cpp folder:

  1. cmake -S . -B build
  2. cmake --build build

Run the example

From pdfix_sdk_exmple_cpp dir:

MacOS

./bin/darwin/example

Linux

./bin/linux/example

Windows

./bin/x86/example
./bin/x64/example

Have a question? Need help?

Let us know and we’ll get back to you. Write us tosupport@pdfix.net or fill thecontact form.

Packages

No packages published

Contributors6

Languages


[8]ページ先頭

©2009-2025 Movatter.jp