首页>软件资讯>常见问题

常见问题

Aspose.PDF云

发布时间:2024-07-12 10:25:07人气:290

aspose.PDF Cloud REST API 是一个强大的 API,用于创建、转换、编辑和操作 PDF 文件。该 API 允许您使用 C#、Java 等多种语言的 SDK 将 word 转换为 pdf、pdf 转换为 doc、pdf 转换为 ppt、pdf 转换为 html、pdf 自 tiff、pdf 自 svg、pdf 自 svg、pdf 自 epub、pdf 自 tex、pdf 自 xml、pdf 自 pcl、pdf 自 jpg、jpg 自 pdf、 tiff 自 pdf、 Python、Ruby、PHP、Node.js、Swift、Android 和 Go。

Aspose.PDF for AWS 是一个生产就绪的 RESTful API,随 PDF Aspose.App 上的无代码文件格式应用程序一起提供。我们在 AWS Marketplace 上提供此解决方案,用于容器和 Kubernetes 私有基础设施。作为一个独立的产品,它可以对 Aspose.App 用户没有任何限制地进行文档处理。它还包括初步的客户支持,并利用Aspose.PDF许可证的强大功能以即用即付的方式运行。

Aspose.PDF for AWS

适用于 AWS 的Aspose.PDF

Getting Started with Aspose.PDF for AWS

Aspose.PDF for AWS 入门

Steps步骤

Reporting Issues

报告问题

Client SDKs客户端 SDK

.NET 6.0.NET 6.0

Java 11爪哇 11

PHP 5.5PHP 5.5

Kotlin 1.4.0Kotlin 1.4.0

How to Deploy AWS Marketplace Container Product on Amazon ECS

如何在 Amazon ECS 上部署 AWS Marketplace 容器产品

Prerequisites:先决条件:

Deployment Steps:

部署步骤:

Step 1: Configuration

第 1 步:配置

Step 2: Launch the Software Using CloudFormation

步骤 2:使用 CloudFormation 启动软件

Step 3: Access product RESTful API

步骤 3:访问产品 RESTful API

Step 4: Manage Container Applications with App Registry

步骤 4:使用 App Registry 管理容器应用程序

Step 5: Explore Application Details

第 5 步:探索应用程序详细信息

Environment Variables

环境变量

Aspose.PDF for AWS Features

Aspose.PDF for AWS 功能

Add page numbers to document.

向文档添加页码。

Changes the fonts of the provided files using the specified font replacements.

使用指定的字体替换更改所提供文件的字体。

Compare documents text.

比较文档文本。

Compress document.

压缩文档。

Convert document to another format.

将文档转换为其它格式。

Convert web page to document.

将网页转换为文档。

Crop document.裁剪文档。

Sign document with certificate.

使用证书对文档进行签名。

Extract tables from document.

从文档中提取表格。

Fill form.填写表格。

Make GIF.制作 GIF。

Calculate document hash.

计算文档哈希值。

Lock document.锁定文档。

Merge documents.

合并文档。

Read and change document metadata.

读取和更改文档元数据。

Organize document pages.

组织文档页面。

Parse document.解析文档。

Redact document text.

编辑文档文本。

Remove document annotations.

删除文档批注。

Removes document watermark.

删除文档水印。

Remove pages from document.

从文档中删除页面。

Repair document.

维修文件。

Resize document.

调整文档大小。

Rotate document.

旋转文档。

Search document text.

搜索文档文本。

Make scanned pdf searchable.

使扫描的 pdf 可搜索。

Add signature to document.

向文档添加签名。

Split document.拆分文档。

Split image.拆分图像。

Translate document.

翻译文档。

Unlock document.

解锁文档。

Verify document certificate.

验证文档证书。

Add watermark to document.

为文档添加水印。

Count words and chars in document.

计算文档中的单词和字符。

Convert XFA format to a another format.

将 XFA 格式转换为其他格式。

Aspose.PDF for AWS

适用于 AWS 的Aspose.PDF

Getting Started with Aspose.PDF for AWS

Aspose.PDF for AWS 入门

This tutorial will guide you through the process of using our API to manipulate PDF and other document formats.

本教程将指导您完成使用我们的 API 操作 PDF 和其他文档格式的过程。


Steps步骤

The following steps will guide you through the process of using our API:

以下步骤将指导您完成使用我们的 API 的过程:


The first step is to send a document or image file to a POST request with query parameters to setup processing.

第一步是将文档或图像文件发送到带有查询参数的 POST 请求以设置处理。


After sending the POST request, you can check the status of the file conversion process using a POST request with folder name received on upload response.

发送 POST 请求后,您可以使用上传响应时收到的文件夹名称的 POST 请求检查文件转换过程的状态。


Once the file conversion process is complete, you can download the converted file using a GET request with folder name received on upload response.

文件转换过程完成后,您可以使用 GET 请求下载转换后的文件,并在上传响应时收到文件夹名称。


Reporting Issues

报告问题

If you encounter any issues while using our API, please let us know by contacting our support team at support@aspose.com. Please provide as much detail as possible about the problem, including any error messages you received.

如果您在使用我们的 API 时遇到任何问题,请联系我们的支持团队 support@aspose.com 告知我们。请尽可能详细地提供有关问题的信息,包括您收到的任何错误消息。


Client SDKs客户端 SDK

We provide client SDKs for different programming languages to make it easier for you to integrate our API into your applications. These SDKs are designed to simplify the process of making requests to our API and handling responses. They abstract away many of the complexities of HTTP and JSON, allowing you to focus on your application’s logic.

我们提供适用于不同编程语言的客户端 SDK,以便您更轻松地将我们的 API 集成到您的应用程序中。这些 SDK 旨在简化向我们的 API 发出请求和处理响应的过程。它们抽象掉了 HTTP 和 JSON 的许多复杂性,使您可以专注于应用程序的逻辑。


.NET 6.0.NET 6.0

For .NET developers, we provide a client SDK that you can use to interact with our API. You can find the SDK on GitHub.

对于 .NET 开发人员,我们提供了一个客户端 SDK,可用于与我们的 API 进行交互。可以在 GitHub 上找到 SDK。


Java 11爪哇 11

For Java developers, we provide a client SDK that you can use to interact with our API. You can find the SDK on GitHub.

对于 Java 开发人员,我们提供了一个客户端 SDK,您可以使用它与我们的 API 进行交互。可以在 GitHub 上找到 SDK。


PHP 5.5PHP 5.5

For PHP developers, we provide a client SDK that you can use to interact with our API. You can find the SDK on GitHub.

对于 PHP 开发人员,我们提供了一个客户端 SDK,您可以使用它与我们的 API 进行交互。可以在 GitHub 上找到 SDK。


Kotlin 1.4.0Kotlin 1.4.0

For Kotlin developers, we provide a client SDK that you can use to interact with our API. You can find the SDK on GitHub.

对于 Kotlin 开发人员,我们提供了一个客户端 SDK,您可以使用它与我们的 API 进行交互。可以在 GitHub 上找到 SDK。


The is a POST request that allows clients to convert PDF files to different formats.

这是一个 POST 请求,允许客户端将 PDF 文件转换为不同的格式。


curl -X POST 'http://localhost:5252/pdf/webapi/convert?inputType=pdf&outputType=docx' -F 'files=@test.pdf'

StatusCode: 204 The request has been successfully received and file processing is initiated.

状态代码:204 已成功接收请求并启动文件处理。

Status: A string indicating the status of the request. In this case, it is “Processing”.

状态:指示请求状态的字符串。在本例中,它是“正在处理”。

Locked: A boolean indicating whether the file is locked or not. In this case, it is false.

Locked:指示文件是否已锁定的布尔值。在这种情况下,它是错误的。

SharedFiles: An array of shared files. In this case, it contains a single object with details about the converted file.

SharedFiles:共享文件的数组。在本例中,它包含一个对象,其中包含有关转换后文件的详细信息。

FileProcessingErrorCode: Custom error responses, this time is “OK”, indicating no error.

FileProcessingErrorCode:自定义错误响应,这次为“OK”,表示没有错误。

FolderName: A unique identifier for the folder where the file is being processed.

FolderName:正在处理文件的文件夹的唯一标识符。

The is a POST request endpoint that is used to check the status of a file conversion process. 7088936f-bcf4-40b9-a06f-d7ca21f3f33e is a unique identifier for the folder where the file is being processed.

这是一个 POST 请求终结点,用于检查文件转换过程的状态。7088936f-bcf4-40b9-a06f-d7ca21f3f33e 是正在处理文件的文件夹的唯一标识符。


curl -X POST 'http://localhost:5252/pdf/webapi/status/7088936f-bcf4-40b9-a06f-d7ca21f3f33e'

StatusCode: The HTTP status code of the response. A status code of 204 indicates that the request has been successfully received but processing not finished.

StatusCode:响应的 HTTP 状态代码。状态代码 204 表示请求已成功接收,但处理未完成。

Status: A string indicating the status of the request. In this case, it is “Processing”.

状态:指示请求状态的字符串。在本例中,它是“正在处理”。

Locked: A boolean indicating whether the file is locked or not. In this case, it is false.

Locked:指示文件是否已锁定的布尔值。在这种情况下,它是错误的。

SharedFiles: An array of shared files. In this case, it contains a single object with details about the converted file.

SharedFiles:共享文件的数组。在本例中,它包含一个对象,其中包含有关转换后文件的详细信息。

FileProcessingErrorCode: Custom error responses, this time is “OK”, indicating no error.

FileProcessingErrorCode:自定义错误响应,这次为“OK”,表示没有错误。

FolderName: A unique identifier for the folder where the file is being processed.

FolderName:正在处理文件的文件夹的唯一标识符。

The is a POST request endpoint that is used to check the status of a file conversion process. 7088936f-bcf4-40b9-a06f-d7ca21f3f33e is a unique identifier for the folder where the file is being processed.

这是一个 POST 请求终结点,用于检查文件转换过程的状态。7088936f-bcf4-40b9-a06f-d7ca21f3f33e 是正在处理文件的文件夹的唯一标识符。


curl -X POST 'http://localhost:5252/pdf/webapi/status/7088936f-bcf4-40b9-a06f-d7ca21f3f33e'

StatusCode: The HTTP status code of the response. A status code of 200 indicates that the request has been successfully received and the response contains the requested data.

StatusCode:响应的 HTTP 状态代码。状态代码 200 表示请求已成功接收,响应包含请求的数据。

Status: A string indicating the status of the request. In this case, it is “Complete”, indicating that the file conversion process has completed successfully.

状态:指示请求状态的字符串。在这种情况下,它是“完成”,表示文件转换过程已成功完成。

Locked: A boolean indicating whether the file is locked or not. In this case, it is false.

Locked:指示文件是否已锁定的布尔值。在这种情况下,它是错误的。

SharedFiles: An array of shared files. In this case, it contains a single object with details about the converted file.

SharedFiles:共享文件的数组。在本例中,它包含一个对象,其中包含有关转换后文件的详细信息。

FileProcessingErrorCode: Custom error responses, this time is “OK”, indicating no error.

FileProcessingErrorCode:自定义错误响应,这次为“OK”,表示没有错误。

FileName: The name of the file being processed. In this case, it is “test.docx”.

FileName:正在处理的文件的名称。在本例中,它是“test.docx”。

FolderName: A unique identifier for the folder where the file is being processed.

FolderName:正在处理文件的文件夹的唯一标识符。

AppInstanceId: A unique identifier for the application instance that processed the file. In this case, it is “Aspose Pdf Rest.API_05bfc9e8-2486-4a88-9c3d-58999e4f66d8”.

AppInstanceId:处理文件的应用程序实例的唯一标识符。在本例中,它是“Aspose Pdf Rest.API_05bfc9e8-2486-4a88-9c3d-58999e4f66d8”。

The is a POST request endpoint that is used to check the status of a file conversion process. 7088936f-bcf4-40b9-a06f-d7ca21f3f33e is a unique identifier for the folder where the file is being processed.

这是一个 POST 请求终结点,用于检查文件转换过程的状态。7088936f-bcf4-40b9-a06f-d7ca21f3f33e 是正在处理文件的文件夹的唯一标识符。


curl -X POST 'http://localhost:5252/pdf/webapi/status/7088936f-bcf4-40b9-a06f-d7ca21f3f33e'

StatusCode: The HTTP status code of the response. A status code of 500 indicates that there was an internal server error.

StatusCode:响应的 HTTP 状态代码。状态代码 500 表示存在内部服务器错误。

Status: A string indicating the status of the request. In this case, it is “Incorrect file header”, indicating that there was an error with the file header during the file conversion process.

状态:指示请求状态的字符串。在这种情况下,它是“不正确的文件头”,表示文件头在文件转换过程中出现错误。

Locked: A boolean indicating whether the file is locked or not. In this case, it is false.

Locked:指示文件是否已锁定的布尔值。在这种情况下,它是错误的。

SharedFiles: An array of shared files. In this case, it contains a single object with details about the converted file.

SharedFiles:共享文件的数组。在本例中,它包含一个对象,其中包含有关转换后文件的详细信息。

FileProcessingErrorCode: Custom error responses, this time is “OK”, indicating no error.

FileProcessingErrorCode:自定义错误响应,这次为“OK”,表示没有错误。

FileCount: The number of files being processed. In this case, it is 0.

FileCount:正在处理的文件数。在本例中,它为 0。

FileName: The name of the file being processed. In this case, it is “test.docx”.

FileName:正在处理的文件的名称。在本例中,它是“test.docx”。

FolderName: A unique identifier for the folder where the file is being processed.

FolderName:正在处理文件的文件夹的唯一标识符。

AppInstanceId: A unique identifier for the application instance that processed the file. In this case, it is “Aspose Pdf Rest.API_05bfc9e8-2486-4a88-9c3d-58999e4f66d8”.

AppInstanceId:处理文件的应用程序实例的唯一标识符。在本例中,它是“Aspose Pdf Rest.API_05bfc9e8-2486-4a88-9c3d-58999e4f66d8”。

The GET request endpoint that is used to download a converted file. The response from the server will be the file content of the converted file. Since the curl command is used with the > operator to redirect the output to a file, the actual response body will not be displayed in the terminal. Instead, the file test.docx will be created in the current directory with the content of the downloaded file.

用于下载转换后的文件的 GET 请求终结点。来自服务器的响应将是转换后文件的文件内容。由于 curl 命令与 > 运算符一起使用以将输出重定向到文件,因此实际的响应正文不会显示在终端中。相反,将在当前目录中创建文件test.docx,其中包含下载文件的内容。


curl -X GET 'http://localhost:5252/pdf/webapi/download/7088936f-bcf4-40b9-a06f-d7ca21f3f33e?file=test.docx' > test.docx

SharedFiles: An array of shared files. In this case, it contains a single object with details about the converted file.

SharedFiles:共享文件的数组。在本例中,它包含一个对象,其中包含有关转换后文件的详细信息。

How to Deploy AWS Marketplace Container Product on Amazon ECS

如何在 Amazon ECS 上部署 AWS Marketplace 容器产品

Prerequisites:先决条件:

Subscribe to Aspose Pdf for AWS product.

订阅 Aspose Pdf for AWS 产品。

Deployment Steps:

部署步骤:

Step 1: Configuration

第 1 步:配置

Select ECS as the delivery method. Retain default software version setting and continue to launch.

选择ECS作为投递方式。保留默认软件版本设置并继续启动。


Step 2: Launch the Software Using CloudFormation

步骤 2:使用 CloudFormation 启动软件

Choose how to launch the software. Use the CloudFormation template to deploy the product. Specify parameters of the new CloudFormation stack.

选择如何启动软件。使用 CloudFormation 模板部署产品。指定新 CloudFormation 堆栈的参数。


Parameters:参数:


Existing ECS Cluster Name: The name of the existing ECS cluster where the product will be deployed.

现有 ECS 集群名称:将部署产品的现有 ECS 集群的名称。

ECS Cluster Security Group: The security group associated with the ECS cluster.

ECS集群安全组:ECS集群关联的安全组。

Amazon VPC: The Amazon Virtual Private Cloud (VPC) where the product will deploy.

亚马逊 VPC:产品将部署的 Amazon Virtual Private Cloud (VPC)。

Subnets: The subnets used by the ECS cluster.

子网:ECS集群使用的子网。

IP Address for SSH Access: The IP address used to access the Aspose Pdf for AWS product console.

SSH 访问的 IP 地址:用于访问 Aspose Pdf for AWS 产品控制台的 IP 地址。

Step 3: Access product RESTful API

步骤 3:访问产品 RESTful API

Once the stack is created, go to the outputs tab to find the link to the public IP. Access the web endpoint of the container solution and start using it.

创建堆栈后,转到 outputs 选项卡以查找指向公有 IP 的链接。访问容器解决方案的 Web 终结点并开始使用它。


Parameters:参数:


Http listening port: To connect to product API using http you need to use 80 port.

Http 监听端口:要使用 http 连接到产品 API,您需要使用 80 端口。

Https listening port: To connect to product API using https you need to add certificate.

Https 监听端口:要使用 https 连接到产品 API,您需要添加证书。

Access OpenAPI UI: To discover product API with OpenAPI UI you need to use /swagger route.

访问 OpenAPI UI:要使用 OpenAPI UI 发现产品 API,您需要使用 /swagger route。

Step 4: Manage Container Applications with App Registry

步骤 4:使用 App Registry 管理容器应用程序

Manage your organization’s container applications using AWS Service Catalog App Registry. Download container from repository of applications and resources launched using CloudFormation. Define and manage application environment variables.

使用 AWS Service Catalog App Registry 管理组织的容器应用程序。从使用 CloudFormation 启动的应用程序和资源存储库中下载容器。定义和管理应用程序环境变量。


Step 5: Explore Application Details

第 5 步:探索应用程序详细信息

Drill into the Aspose Pdf for AWS application in App Registry. View resource details and attribute groups to determine the source of the container and its security classification.

钻取到 App Registry 中的 Aspose Pdf for AWS 应用程序。查看资源详细信息和属性组,以确定容器的来源及其安全分类。


Environment Variables

AWS_ACCESS_KEY


Output storage key.

输出存储密钥。


Required


You need access to an S3 bucket to store input and output files. Changing this value might be necessary if you have different access keys for different environments.

您需要访问 S3 存储桶来存储输入和输出文件。如果对不同环境具有不同的访问密钥,则可能需要更改此值。


AWS_SECRET


Output storage secret.

输出存储密钥。


Required必填


You need access to an S3 bucket to store input and output files. Changing this value might be necessary if you have different secret keys for different environments.

您需要访问 S3 存储桶来存储输入和输出文件。如果对不同的环境有不同的密钥,则可能需要更改此值。


AWS_REGION_ENDPOINT


Output storage region.

输出存储区域。


Required必填


You need to specify the S3 region where input and output files will be stored. Changing this value might be necessary if you want to switch between different regions for different environments.

您需要指定将存储输入和输出文件的 S3 区域。如果要在不同环境的不同区域之间切换,则可能需要更改此值。


AWS_BUCKET


Output storage backet.

输出存储后备。


Required必填


You need to specify the S3 bucket where input and output files will be stored. Changing this value might be necessary if you want to switch between different buckets for different environments.

您需要指定将存储输入和输出文件的 S3 存储桶。如果要在不同环境的不同存储桶之间切换,则可能需要更改此值。


AWS_SHARE_TIMEOUT


Timeout hours for output files links live in S3.

输出文件链接的超时时间在 S3 中。


Default Value: 24

默认值:24


Set the timeout in hours for sharing output files links in S3. Adjusting the share timeout can control the accessibility of output files links shared from S3. Changing this value might be necessary if you want to control the duration of shared links or limit access to output files.

在 S3 中设置共享输出文件链接的超时(以小时为单位)。 调整共享超时可以控制从 S3 共享的输出文件链接的可访问性。如果要控制共享链接的持续时间或限制对输出文件的访问,则可能需要更改此值。


OUTPUT_DIRECTORY

OUTPUT_DIRECTORY


Path temp files during processing.

处理过程中的路径临时文件。


Default Value: ./tempOutput/

默认值:./tempOutput/


Specify the directory path for saving output files. You may want to customize the output directory based on your application’s requirements or environment setup. Changing this value might be necessary if you need to store output files in a different location or organize them differently.

指定用于保存输出文件的目录路径。 您可能需要根据应用程序的要求或环境设置自定义输出目录。如果需要将输出文件存储在其他位置或以不同的方式组织它们,则可能需要更改此值。


WORK_DIRECTORYWORK_DIRECTORY


Path to temp files during processing.

处理期间临时文件的路径。


Default Value: ./temp/

默认值:./temp/


Specify the directory path for temporary work files. You may want to customize the work directory based on your application’s requirements or environment setup. Changing this value might be necessary if you need to store temporary files in a different location or organize them differently.

指定临时工作文件的目录路径。 您可能需要根据应用程序的要求或环境设置自定义工作目录。如果需要将临时文件存储在其他位置或以不同的方式组织它们,则可能需要更改此值。


MAX_FILE_SIZE


Max batch size.

最大批量大小。


Default Value: 52428800

默认值:52428800


Specify the maximum file size for batch processing in bytes. Adjusting the maximum file size can optimize batch processing performance and resource utilization. Changing this value might be necessary if you encounter performance issues with large files or want to limit resource usage.

指定批处理的最大文件大小(以字节为单位)。 调整最大文件大小可以优化批处理性能和资源利用率。如果遇到大文件的性能问题或想要限制资源使用,则可能需要更改此值。


BATCH_MAX_FILES


Max files count in batch for processing.

批量处理的最大文件计数。


Default Value: 50

默认值:50


Specify the default batch size for processing. Adjusting the batch size can optimize processing efficiency and resource usage. Changing this value might be necessary if you encounter performance issues with large batches or want to customize batch processing based on your workload.

指定用于处理的默认批处理大小。 调整批量大小可以优化处理效率和资源使用。如果遇到大批量的性能问题或想要根据工作负载自定义批处理,则可能需要更改此值。


FILE_SIZE_MAX


Max input file size.

最大输入文件大小。


Default Value: 52428800

默认值:52428800


Specify the maximum input file size in bytes. Limiting the input file size can prevent excessive resource consumption and ensure efficient processing. Changing this value might be necessary if you want to control resource usage or enforce file size restrictions.

指定最大输入文件大小(以字节为单位)。 限制输入文件大小可以防止过度消耗资源并确保高效处理。如果要控制资源使用情况或强制实施文件大小限制,则可能需要更改此值。


OMP_THREAD_LIMIT


This option useful for use with searchable pdf endpoint and Tesseract.

此选项可用于可搜索的 pdf 端点和 Tesseract。


Default Value: 1

默认值:1


Set the number of threads for Tesseract. Adjusting the number of threads can improve performance based on your system resources and workload. Changing this value might be necessary if you encounter performance issues or want to optimize resource utilization.

设置 Tesseract 的线程数。 调整线程数可以根据系统资源和工作负载提高性能。如果遇到性能问题或想要优化资源利用率,则可能需要更改此值。


COMPlus_GCHeapHardLimit

COMPlus_GCHeapHardLimit


Is for out of memory error message instead of reboot container in Kubernetes on exit memory limits.

用于内存不足错误消息,而不是 Kubernetes 中关于出口内存限制的重新启动容器。


Default Value: 1800000000

默认值:1800000000


Set the GC heap hard limit for .NET runtime in bytes. Adjusting the heap hard limit can prevent out-of-memory (OOM) errors and avoid container restarts in Kubernetes. Changing this value might be necessary if you encounter OOM errors or want to fine-tune memory allocation.

设置 .NET 运行时的 GC 堆硬限制(以字节为单位)。 调整堆硬限制可以防止内存不足 (OOM) 错误,并避免容器在 Kubernetes 中重启。如果遇到 OOM 错误或想要微调内存分配,则可能需要更改此值。


Aspose.PDF for AWS Features

Aspose.PDF for AWS 功能

PHP Client .NET Client Java Client Kotlin Client

PHP Client.NET Java 客户端Kotlin 客户端


Add page numbers to document.

向文档添加页码。

Adds page numbers to the provided documents with the specified alignment, starting number, and format.

使用指定的对齐方式、起始编号和格式向提供的文档添加页码。

Supported formats:

支持的格式:


doc医生 pptxPPTX系列 tiffTIFF公司 docxdocx的 pdfPDF格式

curl卷曲

phpphp

dotnetdotnet

java爪哇岛

kotlin科特林

Changes the fonts of the provided files using the specified font replacements.

使用指定的字体替换更改所提供文件的字体。

This method is designed to be used as an HTTP POST action, accepting form data for the font replacements and file uploads. The font replacements should be provided as a JSON string, and the files should be uploaded as multipart/form-data. The method uses Kafka for asynchronous processing and can optionally store the status of the task.

此方法旨在用作 HTTP POST 操作,接受字体替换和文件上传的表单数据。 字体替换应以 JSON 字符串的形式提供,文件应作为 multipart/form-data 上传。 该方法使用 Kafka 进行异步处理,并可以选择存储任务的状态。

curl卷曲

phpphp

dotnetdotnet

java爪哇岛

kotlin科特林

Compare documents text.

比较文档文本。

Compare provided files and create document with marked changes.

比较提供的文件并创建具有标记更改的文档。

Supported formats:

支持的格式:


pdfPDF格式

curl卷曲

phpphp

dotnetdotnet

java爪哇岛

kotlin科特林

Compress document.

压缩文档。

Compresses the provided files using the specified compression level.

使用指定的压缩级别压缩提供的文件。

Supported formats:

支持的格式:


bmpBMP公司 epubepub格式 image图像 jpgjpg格式 png巴布亚新几内亚 pdfPDF格式

curl卷曲

phpphp

dotnetdotnet

java爪哇岛

kotlin科特林

Convert document to another format.

将文档转换为其它格式。

Converts the provided files from one format to another.

将提供的文件从一种格式转换为另一种格式。



上一条:Aspose-PDF

下一条:oracle数据库管理工具有哪些