Aspose.Pdf-Cloud
20.2.0
See the version list below for details.
dotnet add package Aspose.Pdf-Cloud --version 20.2.0
NuGet\Install-Package Aspose.Pdf-Cloud -Version 20.2.0
<PackageReference Include="Aspose.Pdf-Cloud" Version="20.2.0" />
paket add Aspose.Pdf-Cloud --version 20.2.0
#r "nuget: Aspose.Pdf-Cloud, 20.2.0"
// Install Aspose.Pdf-Cloud as a Cake Addin #addin nuget:?package=Aspose.Pdf-Cloud&version=20.2.0 // Install Aspose.Pdf-Cloud as a Cake Tool #tool nuget:?package=Aspose.Pdf-Cloud&version=20.2.0
.NET REST API to Process PDF in Cloud
This Cloud SDK allows you to easily build cloud-based PDF creator, editor & converter apps in C#, ASP.NET or other .NET languages for various cloud platforms.
PDF Processing Features
- Add PDF document's header & footer in text or image format.
- Add tables & stamps (text or image) to PDF documents.
- Append multiple PDF documents to an existing file.
- Work with PDF attachments, annotations, & form fields.
- Apply encryption or decryption to PDF documents & set password.
- Delete all stamps & tables from a page or entire PDF document.
- Delete a specific stamp or table from the PDF document by its ID.
- Replace a single or multiple instances of a text on a PDF page or from entire document.
- Extensive support for converting PDF documents to various other file formats.
- Extract various elements of PDF file & make PDF document optimized.
New Features in Version 20.2.0
- Convert PDFA to PDF and upload the resulting file to storage.
- Convert PDFA to PDF and return resulting file in response.
Read & Write PDF Formats
PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF
Save PDF As
XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
Read PDF Formats
MHT, PCL, PS, XSLFO, MD
Platform Independence
Aspose.PDF Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.
Getting Started with Aspose.PDF Cloud SDK for .NET
You do not need to install anything to get started with Aspose.PDF Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.
Simply execute Install-Package Aspose.PDF-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.PDF assembly in your project. If you already have Aspose.PDF Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.PDF-Cloud
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Convert PDF File to DOC Format via C# Code
The following code sample demonstrates how to convert a PDF file to DOC format using C# code via REST API:
string name = "Input_Document.pdf";
using (Stream stream = System.IO.File.OpenRead(Path.Combine("", name)))
{
string resFileName = "Output_Document.doc";
var response = api.PutPdfInRequestToDoc(Path.Combine(FolderName, resFileName), file: stream);
Console.WriteLine(response);
}
Use C# Code to Optimize PDF Document
The following C# code elaborates how to optimize various factors, such as, image compression & image quality, of a PDF document via REST API:
const string name = "Input_Document.pdf";
UploadFile(name, name);
var options = new OptimizeOptions(
AllowReusePageContent: false,
CompressImages: true,
ImageQuality: 100,
RemoveUnusedObjects: true,
RemoveUnusedStreams: true,
UnembedFonts: true);
var response = api.PostOptimizeDocument(name, options, folder: FolderName);
Console.WriteLine(response);
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- NewtonSoft.Json (>= 12.0.3)
- RestSharp (>= 106.6.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.11.0 | 2 | 11/22/2024 |
24.10.0 | 253 | 10/16/2024 |
24.9.0 | 199 | 9/20/2024 |
24.8.0 | 212 | 8/23/2024 |
24.7.0 | 224 | 7/23/2024 |
24.6.0 | 208 | 6/25/2024 |
24.5.0 | 713 | 5/16/2024 |
24.4.1 | 148 | 5/3/2024 |
24.4.0 | 132 | 4/17/2024 |
24.3.0 | 152 | 3/20/2024 |
24.2.0 | 171 | 2/20/2024 |
24.1.0 | 1,505 | 1/23/2024 |
23.12.0 | 248 | 12/19/2023 |
23.11.0 | 3,046 | 11/21/2023 |
23.10.0 | 587 | 10/23/2023 |
23.9.0 | 199 | 9/18/2023 |
23.8.0 | 223 | 8/22/2023 |
23.7.0 | 740 | 7/18/2023 |
23.6.0 | 195 | 6/27/2023 |
23.5.0 | 332 | 5/22/2023 |
23.4.0 | 638 | 4/24/2023 |
23.3.0 | 685 | 3/20/2023 |
23.2.0 | 339 | 2/21/2023 |
23.1.0 | 445 | 1/25/2023 |
22.12.0 | 382 | 12/22/2022 |
22.11.0 | 370 | 11/24/2022 |
22.10.0 | 681 | 10/25/2022 |
22.9.0 | 944 | 9/14/2022 |
22.8.0 | 1,616 | 8/19/2022 |
22.7.0 | 620 | 7/19/2022 |
22.5.0 | 2,288 | 5/24/2022 |
22.4.0 | 551 | 4/26/2022 |
22.3.0 | 541 | 3/18/2022 |
22.2.0 | 512 | 2/22/2022 |
22.1.0 | 486 | 1/27/2022 |
21.12.0 | 372 | 12/28/2021 |
21.11.0 | 439 | 11/30/2021 |
21.10.0 | 451 | 11/3/2021 |
21.9.1 | 499 | 10/4/2021 |
21.9.0 | 413 | 10/1/2021 |
20.12.0 | 8,984 | 12/16/2020 |
20.9.0 | 667 | 9/17/2020 |
20.8.0 | 572 | 8/28/2020 |
20.7.0 | 1,385 | 7/29/2020 |
20.6.1 | 799 | 6/24/2020 |
20.5.0 | 639 | 5/27/2020 |
20.4.0 | 664 | 4/14/2020 |
20.2.0 | 643 | 2/18/2020 |
20.1.0 | 761 | 1/29/2020 |
19.12.0 | 691 | 1/16/2020 |
19.11.1 | 699 | 12/6/2019 |
19.11.0 | 7,592 | 11/26/2019 |
19.10.0 | 692 | 11/7/2019 |
19.9.0 | 855 | 9/30/2019 |
19.8.0 | 656 | 9/5/2019 |
19.7.0 | 734 | 8/13/2019 |
19.6.0 | 1,024 | 7/12/2019 |
19.5.0 | 1,102 | 5/28/2019 |
19.4.0 | 711 | 5/8/2019 |
19.3.0 | 756 | 4/5/2019 |
19.2.0 | 782 | 3/6/2019 |
19.1.0 | 824 | 2/11/2019 |
18.11.0 | 870 | 12/13/2018 |
18.10.0 | 875 | 11/14/2018 |
18.9.0 | 978 | 10/9/2018 |
18.8.0 | 928 | 9/12/2018 |
18.7.0 | 1,064 | 8/4/2018 |
18.6.0 | 1,078 | 7/5/2018 |
18.5.0 | 1,034 | 6/13/2018 |
18.4.0 | 1,160 | 5/14/2018 |
18.3.2 | 1,075 | 4/25/2018 |
18.3.0 | 4,091 | 4/6/2018 |
18.2.0 | 1,037 | 2/28/2018 |
1.0.9 | 2,582 | 9/27/2017 |
1.0.8 | 1,037 | 9/27/2017 |
1.0.7 | 1,067 | 8/14/2017 |
1.0.6 | 1,525 | 1/6/2017 |
1.0.5 | 1,710 | 11/2/2016 |
1.0.4 | 1,143 | 10/20/2016 |
1.0.3 | 1,437 | 1/27/2016 |
1.0.2 | 1,690 | 1/18/2016 |