diff --git a/apdfl18/DotNet/APDFL18.0.5PlusP1b/DotNet/index.html b/apdfl18/DotNet/APDFL18.0.5PlusP1b/DotNet/index.html index 195a606c..60064cd1 100644 --- a/apdfl18/DotNet/APDFL18.0.5PlusP1b/DotNet/index.html +++ b/apdfl18/DotNet/APDFL18.0.5PlusP1b/DotNet/index.html @@ -180,9 +180,7 @@


High-Level Topics


-

Getting Started

-


-

Introduction

+

Getting Started

diff --git a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/DL-doc-logo-dark.png b/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/DL-doc-logo-dark.png deleted file mode 100644 index 66be83e3..00000000 Binary files a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/DL-doc-logo-dark.png and /dev/null differ diff --git a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/DL-doc-logo.png b/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/DL-doc-logo.png deleted file mode 100644 index 2d53e46f..00000000 Binary files a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/DL-doc-logo.png and /dev/null differ diff --git a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/Datalogics.ico b/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/Datalogics.ico deleted file mode 100644 index 113bb57b..00000000 Binary files a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/Datalogics.ico and /dev/null differ diff --git a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/_deployment.html b/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/_deployment.html deleted file mode 100644 index c4ea13e3..00000000 --- a/apdfl18/DotNet/APDFL18.0.5PlusP1b/Overview/_deployment.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - -Adobe PDF Library .NET Documentation - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
-

- Light Theme - - Dark Theme - GitHub Samples - Nuget Trial Download -

-
-
-
- -
- - -
-
- -
-
-
- -
-
-

Deployment

-

For example, to deploy your .NET application from a Windows machine to a Linux machine:

-
    -
  1. Change to the application directory and use the publish command:

    -

    dotnet publish

    -

    This will create a publish folder with dependencies for the program, which can vary depending on the sample.

    -
  2. -
  3. Sample deployment scripts can be found on GitHub. (The paths used in the scripts are meant as examples of where you would have your local resources actually stored relative to the project.)

    -

    Run the deployment script that corresponds to the OS you want to deploy to.

    -

    E.g., the script PublishToLinux.bat, will add the remaining dependencies to the publish folder.

    -

    This will include the Linux_Dependencies.tar.gz file which needs to be decompressed along side the target application.

    -

    The dependencies will depend on your deployment OS, e.g.:

      -
    • Linux_Dependencies.tar.gz
    • -
    • Windows_Dependencies.zip
    • -
    • macOS_Dependencies.zip
    • -
    -
  4. -
  5. Then the application can be run:

    -

    dotnet MyApplication.dll

    -
  6. -
-
-
-
- -